<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Portfolio Press
Description: Portfolio Press is a responsive theme for showcasing your photography, art, web sites, or other projects.  It also works nicely as a regular blog site.  An options panel is included for uploading logos and and changing the layout.  There's also support for the image, gallery and quote post formats.  Visit the &lt;a href="http://themes.wptheming.com/portfolio/"&gt;demo site&lt;/a&gt; or watch the &lt;a href="http://wptheming.com/portfolio-press"&gt;video screencast&lt;/a&gt; for set up instructions (http://wptheming.com/portfolio-press).
Author: Devin Price
Author URI: http://wptheming.com/
Theme URI: http://wptheming.com/portfolio-press/
Version: 2.5.0
License: GNU General Public License
License URI: license.txt
Tags: white, black, gray, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, microformats, post-formats, theme-options, translation-ready
Text Domain: portfolio-press
Domain Path: /languages

Credits:

Portfolio Press was built on the solid foundation of Toolbox:
http://wordpress.org/extend/themes/toolbox

Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/

*/

/* =Reset
----------------------------------------------- */

body,
html {
	height: 100%;
}
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,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
:focus {
	outline: 0;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* Floating &amp; Alignment */

.fl {
	float: left;
}
.fr {
	float: right;
}

/* Clear Floats */

.col-width:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

/* Box Styling */

*,
*:before,
*:after {
	-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	     box-sizing: border-box;
}

/* Base Styles */

body {
	color: #555;
	background: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111;
	font-family: "Rokkitt", sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4,
h5,
h6 {
	font-size: 20px;
}
p {
	margin: 0;
}
ul,
ol {
	margin: 0 0 20px 20px;
	list-style: none;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li &gt; ul,
li &gt; ol {
	margin: 0 0 0 20px;
}
dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}
hr {
	height: 1px;
	margin-bottom: 20px;
	border: 0;
	background-color: #ddd;
}
input,
textarea {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
textarea {
	max-width: 100%;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #efefef #efefef #ccc;
	background: #fff;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
table {
	width: 100%;
	margin: 0 0 1.5em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	text-align: left;
}
th {
	font-weight: bold;
}
th,
td {
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}
blockquote {
	display: block;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 15px;
	background: rgba(0,0,0,0.05);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}

/* Hyperlinks */

a:link,
a:visited {
	color: #106177;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}

/* Branding */

#branding {
	display: block;
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	background: #000;
}
#logo {
	float: left;
	max-width: 100%;
	padding-right: 75px;
	line-height: 1;
	word-wrap: break-word;
}
.clear-menu #logo {
	padding-right: 0;
}
#logo #site-title {
	color: #fff;
	font-family: "Rokkitt", sans-serif;
}
#logo #site-title a {
	color: #fff;
	font-size: 44px;
	text-decoration: none;
}
#logo #site-description {
	color: #ddd;
	font-size: 16px;
	font-style: italic;
}

/* Navigation */

.primary-navigation {
	display: block;
	clear: both;
	font-size: 14px;
}
.primary-navigation ul {
	margin: 0;
	list-style: none;
}
.primary-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	word-wrap: break-word;
}
.primary-navigation ul ul li {
	border-top: none;
}
.primary-navigation a {
	display: block;
	padding: 8px 12px;
	color: #fff;
	text-decoration: none;
}
.primary-navigation ul ul a {
	padding: 8px 12px 8px 32px;
}
.primary-navigation ul ul a:before {
	content: "- ";
}
.primary-navigation .nav-menu {
	display: none;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Small Menu */

.menu-toggle {
	position: absolute;
	top: 45px;
	right: 20px;
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}
.menu-toggle:before {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font: normal 18px/1 PortfolioPressCustom;
	vertical-align: text-bottom;
	text-decoration: inherit;
	content: "\e812";

	-webkit-font-smoothing: antialiased;
}
.clear-menu .menu-toggle {
	position: relative;
	top: 10px;
	right: auto;
}

/* Structure */

#main {
	padding: 40px 0 20px 0;
	background: #f6f6f6;
}
.col-width {
	max-width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	position: relative;
	width: 70%;
	padding: 0 0 4%;
}

/* Sidebar */

#sidebar {
	float: right;
	overflow: hidden;
	width: 24%;
}
#sidebar ul,
#sidebar ol {
	margin: 0 0 20px;
	list-style: none;
}

/* Layouts */

.layout-2cl #content {
	float: right;
}
.layout-2cl #sidebar {
	float: left;
}
.layout-1col #content {
	width: 100%;
}

/* Footer */

#colophon {
	display: block;
	padding: 30px 0;
	border-top: 1px solid #ddd;
	background: #fff;
}
#footer-widgets {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
#footer-widgets .block {
	float: left;
	width: 25%;
	padding: 0 2% 0 0;
}
#footer-widgets .footer-widget-4 {
	padding: 0;
}
#colophon #site-generator p {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

/* =Posts
----------------------------------------------- */

#content article {
	display: block;
	margin-bottom: 30px;
}
.entry-utility {
	clear: both;
}
.sticky {
	/* Theme Review Requirement */
}
.bypostauthor {
	/* Theme Review Requirement */
}
.entry-header {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 0 0 #fff;
}
.entry-meta {
	display: block;
	clear: both;
	margin: 0 0 15px 0;
	font-size: 12px;
}
#content .entry-title {
	margin: 0 0 5px;
	padding: 0;
	text-shadow: 0 1px 1px #fff;
	font-size: 34px;
	line-height: 1;
}
.entry-title a:hover {
	color: #000;
	text-decoration: none;
}
#content h1,
#content h2,
#content h3 {
	padding: 0 0 20px;
}
#content h4,
#content h5,
#content h6 {
	padding: 0 0 15px;
}
#content p {
	margin: 0 0 15px;
}
#content blockquote {
	color: #444;
}
.entry-content blockquote {
	font-size: 18px;
	font-style: italic;
}
.entry-content blockquote cite {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.entry-content blockquote cite:before {
	margin-right: 2px;
	content: "\2014";
}
footer.entry-meta:before {
	margin-bottom: 8px;
}
footer.entry-meta:after {
	margin-top: 8px;
}
footer.entry-meta:before,
footer.entry-meta:after {
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	box-shadow: 0 1px 0 0 #fff;
	content: "";
}
.entry-meta-icon {
	display: inline-block;
	margin-right: 5px;
	color: #333;
	font-size: 14px;
}
.archive-header {
	margin-bottom: 30px;
}
#content .archive-title {
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 34px;
	line-height: 48px;
}
.archive-meta {
	color: #333;
	font-family: "Rokkitt", sans-serif;
	font-size: 18px;
}
#content .archive-meta p {
	margin-bottom: 10px;
}
.archive-title:after,
.archive-meta:after {
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	box-shadow: 0 1px 0 0 #fff;
	content: "";
}

/* Author Template */

.author-info {
	margin-bottom: 30px;
}
.author-info:after {
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	box-shadow: 0 1px 0 0 #fff;
	content: "";
}
.author-avatar {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.author-description {
	float: left;
}
#content .author-description h3 {
	padding-bottom: 10px;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 15px;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 15px;
	color: #666;
	font-size: 13px;
	font-style: italic;
}
.wp-caption img {
	display: block;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
}

/* Gallery */

.gallery {
	margin-bottom: 10px;
}
.gallery-item {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	max-width: 90%;
	color: #666;
	font-size: 12px;
}

/* Misc */

img#wpstats {
	display: block;
	margin: 0 auto 15px;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

/* =Portfolio
----------------------------------------------- */

.portfolio-view .hentry {
	float: left;
	overflow: hidden;
	position: relative;
	width: 32%;
	margin: 0 2% 2% 0;
}
.portfolio-view #content .hentry {
	margin-bottom: 2%;
}
.portfolio-view .hentry:nth-of-type(3n) {
	margin-right: 0;
}
.portfolio-view .hentry h3 {
	display: none;
	position: absolute;
	top: 45%;
	left: 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
}
.portfolio-view #content .hentry h3 {
	width: 100%;
	padding: 0 5%;
}
.portfolio-view .hentry a {
	color: #fff;
	text-decoration: none;
}
.portfolio-view .portfolio-format-meta {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.portfolio-view .hentry img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	        transition: .opacity 3s ease-in-out;

	-webkit-filter: none;
	-webkit-backface-visibility: hidden;
}
.portfolio-view .hentry:hover {
	background: #000;
}
.portfolio-view .hentry:hover h3,
.portfolio-view .hentry:hover .portfolio-format-meta {
	display: block;
	z-index: 1;
}
.portfolio-view .hentry .thumb:hover img {
	opacity: 0.3;
}
.full-width-portfolio #content,
.full-width #content {
	float: none;
	width: auto;
}
.portfolio-image {
	display: block;
	margin-bottom: 15px;
}

/* =Pagination
----------------------------------------------- */

/* If you're using PageNavi you should turn the css in its settings page */

.wp-pagenavi {
	clear: both;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-width: 1px 0 1px;
	font-size: 12px;
}
.wp-pagenavi .pages {
	margin-right: 20px;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 7px;
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	background: #fff;
	background: rgba(255,255,255,0.8);
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .first {
	margin: 0 10px 0 0;
}
#content nav .nav-previous {
	float: left;
	max-width: 45%;
}
#content nav .nav-next {
	float: right;
	max-width: 45%;
	text-align: right;
}
#nav-below {
	clear: both;
	margin: 30px 0;
	text-shadow: 0 1px 1px white;
	font-family: "Rokkitt", sans-serif;
	font-size: 16px;
}
.page-link {
	margin: 0 0 15px 0;
}

/* =Widgets
----------------------------------------------- */

.widget-container {
	margin: 0 0 30px 0;
	font-size: 13px;
}
.widget-container h3 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 3px solid #ddd;
	color: #555;
	box-shadow: 0 1px 0 0 #fff;
	text-shadow: 0 1px 1px #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.widget-container p {
	margin-bottom: 15px;
	font-size: 13px;
}
.widget-container ul {
	clear: both;
	padding-left: 0;
	list-style: none;
}
.widget-container ul li a {
	text-decoration: none;
}
.widget-container ul li a:hover {
	text-decoration: underline;
}
.widget-container ul ul {
	padding: 0 0 0 15px;
	border-top: none;
}

/* Calendar */

#wp-calendar {
	clear: both;
	width: 95%;
	margin-bottom: 15px;
	padding: 0;
}
#wp-calendar caption {
	padding: 0 0 10px;
}
#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	background: rgba(0, 0, 0, 0.05);
	text-align: center;
}
#wp-calendar td {
	background: transparent;
}
#wp-calendar td,
table#wp-calendar th {
	padding: 3px 0;
}

/* =Search
----------------------------------------------- */

.widget_search input[type="text"] {
	float: left;
	width: 66%;
}
.widget_search #searchsubmit {
	float: left;
	width: 30%;
	margin-left: 2%;
	padding: 6px 8px;
}
.widget_search #searchsubmit:after {
	display: block;
	clear: both;
	content: "";
}
.widget_search:after {
	display: table; /* 2 */
	clear: both;
	content: " "; /* 1 */
}

/* =Comments
----------------------------------------------- */

#comments {
	position: relative;
	max-width: 660px;
	margin: 15px 0 0;
}
.page #comments:before {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 30px;
	background: #ddd;
	box-shadow: 0 1px 0 0 #fff;
	content: "";
}
#comments .commentlist {
	margin: 0 0 30px;
	padding: 0;
}
#comments h3 {
	margin-bottom: 20px;
	color: #333;
	font-weight: normal;
}
#comments .comment.thread-even,
#comments .pingback.thread-even {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	background: #fafafa;
	background: rgba(0, 0, 0, 0.02);
}
#comments .comment,
#comments .pingback {
	width: 100%;
	list-style-type: none;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
	position: relative;
	margin: 0;
	padding: 20px;
}
#comments .comment-head {
	margin: 0 0 15px;
}
#comments .comment-author img {
	float: left;
	margin: 0 15px 5px 0;
	vertical-align: middle;
}
#comments .comment-author cite {
	font-weight: bold;
}
#comments .comment-meta {
	font-size: 12px;
}
#comments .comment-content {
	clear: both;
	padding-top: 0.5em;
}
#comments .comment-entry p {
	margin: 0 0 10px;
}
#comments ul.children {
	margin: 10px 10px 0 25px;
	padding: 0;
}
#comments ul.children li {
	border-top: 1px solid #ddd;
}
#comments .cancel-comment-reply {
	margin: 10px 0;
}
#comments li.pingback .reply {
	display: none;
}
#comments .reply {
	font-size: 12px;
}
#comments .comment #respond {
	padding: 0 20px 20px;
}

/* Comments Form */

#respond {
	position: relative;
}
#respond h3 {
	padding-bottom: 0;
	color: #333;
	font-weight: normal;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
	position: relative;
	margin: 0;
	text-indent: 85px;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	width: 70%;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 1px;
	min-width: 80px;
	padding: 6px;
	color: #555;
	background: #eee;
	line-height: 1;
}
#respond textarea {
	width: 95%;
	height: 160px;
}
#respond textarea:focus {
	z-index: 1;
	text-indent: 0;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond #cancel-comment-reply-link {
	margin-left: 10px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
#respond p {
	font-size: 12px;
}
#respond .form-allowed-tags {
	color: #666;
	font-size: 12px;
}
#respond #submit,
#searchsubmit,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	color: rgba(0,0,0,0.8);
	background: #fafafa; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fafafa), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
	background:         linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	box-shadow: inset 0 2px 1px #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	font-size: 12px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

/* Search Form */

.error404 #searchform {
	margin-bottom: 30px;
}

/* Clearfix */

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table; /* 2 */
	content: " "; /* 1 */
}

.clearfix:after {
	clear: both;
}

/* =Plugin Support
----------------------------------------------- */

#content div.sharedaddy h3.sd-title {
	margin: 0 0 10px;
	padding: 0;
}

/* =Responsive Structure
----------------------------------------------- */

@media screen and (min-width: 780px) {
	.primary-navigation {
		float: right;
		clear: none;
		margin-top: 18px;
		padding: 0;
	}
	.clear-menu #branding {
		padding: 25px 0 10px;
	}
	.clear-menu .primary-navigation {
		float: none;
		clear: both;
		margin: 0 0 0 -15px;
		padding: 15px 0 0;
	}
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}
	.primary-navigation .nav-menu {
		display: block;
		clear: both;
		padding-top: 0;
		border-bottom: 0;
	}
	.primary-navigation li {
		display: inline-block;
		position: relative;
		border: 0;
	}
	.primary-navigation a {
		margin: 0 4px 15px;
		padding: 5px 12px;
	}
	.primary-navigation ul li.current-menu-item &gt; a,
	.primary-navigation ul &gt; li:hover &gt; a {
		border-radius: 2px;
		color: #fff;
		background: rgba(255, 255, 255, 0.25);
		-webkit-transition: 0.07s ease-in;
		        transition: 0.07s ease-in;
	}
	.primary-navigation ul ul {
		display: none;
		position: absolute;
		z-index: 200;
		top: 45px;
		left: 0;
		width: 200px;
		border-radius: 3px;
		background: #333;
		text-align: center;
	}
	.primary-navigation ul ul:before {
		position: absolute;
		top: -8px;
		left: 50%;
		margin-left: -8px;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #232323;
		border-left: 8px solid transparent;
		content: " ";
	}
	.primary-navigation ul ul li {
		width: 100%;
		border-bottom: solid 1px rgba(255,255,255,0.1);
	}
	.primary-navigation ul ul li:last-child {
		border-bottom: none;
	}
	.primary-navigation ul ul a {
		position: relative;
		margin: 0;
		padding: 12px 16px;
		border-bottom: none;
		font-weight: normal;
	}
	.primary-navigation ul ul a:before {
		content: "";
	}
	.primary-navigation .menu-item-has-children &gt; a,
	.primary-navigation .page_item_has_children &gt; a {
		padding-right: 30px;
	}
	.primary-navigation .menu-item-has-children &gt; a:after,
	.primary-navigation .page_item_has_children &gt; a:after {
		display: inline-block;
		position: absolute;
		top: 10px;
		right: 15px;
		font: normal 13px/1 PortfolioPressCustom;
		vertical-align: text-bottom;
		content: "\e806";

		-webkit-font-smoothing: antialiased;
	}
	.primary-navigation ul li:hover &gt; ul {
		display: block;
	}
	.primary-navigation ul ul .menu-item-has-children &gt; a:after,
	.primary-navigation ul ul .page_item_has_children &gt; a:after {
		top: 50%;
		right: 15px;
		margin-top: -7px;
		content: "\e813";
	}
	.primary-navigation ul ul ul:before {
		content: none;
	}
	.primary-navigation ul ul ul {
		top: 0;
		left: 200px;
		width: 200px;
	}
}

@media (max-width: 1020px) {
	.col-width {
		padding: 0 20px;
	}
}

@media (max-width: 980px) {
	embed,
	object {
		max-width: 100%;
	}
}

@media (max-width: 680px) {
	#main {
		padding-top: 35px;
	}
	#respond input[type="text"],
	#respond input[type="email"],
	#respond input[type="url"] {
		width: 90%;
	}
	#content {
		width: 100%;
		margin-bottom: 35px;
		padding: 0;
	}
	.portfolio-view .hentry {
		width: 46%;
		min-width: 46%;
		margin-right: 4%;
		-webkit-transition-duration: 0.6s;
		        transition-duration: 0.6s;
		-webkit-transition-property: height, width;
		        transition-property: height, width;
	}
	.portfolio-view #content .hentry {
		margin-bottom: 35px;
	}
	.portfolio-view .hentry:nth-of-type(odd) {
		clear: both;
	}
	.portfolio-view .hentry:nth-of-type(3n) {
		margin-right: 4%;
	}
	.portfolio-view .hentry:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
	#sidebar {
		float: none;
		clear: both;
		width: 100%;
	}
	#footer-widgets .block {
		width: 46%;
		padding: 0 4% 0 0;
	}
	#footer-widgets .footer-widget-2 {
		padding: 0;
	}
}

@media (max-width: 380px) {
	.portfolio-view .hentry {
		float: none;
		width: 100%;
		width: auto;
	}
	.portfolio-view #content .hentry {
		margin-bottom: 20px;
	}
	.portfolio-view .hentry:nth-of-type(1n) {
		float: none;
		margin-right: 0;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body,
	#branding,
	#main {
		background: none !important;
	}
	#branding {
		margin: 0;
	}
	#main {
		padding: 15px 0;
	}
	#logo #site-title a,
	#logo #site-description {
		color: #000;
	}
	#content {
		width: auto;
	}
	.entry-content a:after {
		content: " [" attr(href) "] ";
	}
	.entry-content .gallery-thumb  a:after,
	.entry-content .image-wrap a:after {
		content: "";
	}
	#navigation,
	#sidebar,
	#nav-below,
	#comments .reply,
	#comments #respond,
	#footer-widgets {
		display: none;
	}
	#comments {
		page-break-before: always;
	}
}
</pre></body></html>