/*

Theme Name: Reportage

Theme URI: http://graphpaperpress.com/themes/reportage

Author: Graph Paper Press

Author URI: http://graphpaperpress.com/

Description: A magazine style theme to showcase your portfolio

Version: 1.0

License: GNU General Public License

License URI: license.txt

Tags: two-columns, custom-menu, sticky-post, post-formats, flexible-width, gray, theme-options

*/





/* =Reset

-------------------------------------------------------------- */



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, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

	word-wrap: break-word;

}

html {

	font-size: 60.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

body {

	background: #fdfdfd;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table {/* tables still need 'cellspacing="0"' in the markup */

border-collapse: separate;

border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active {/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}

nav {

	position: relative;

	/* clear: both; */

}

img {

	max-width:100%;

	height:auto;

}



/* =Global

----------------------------------------------- */



body,

button,

input,

select,

textarea {

	color: #656464;

	font-family: Arial, Helvetica, sans-serif !important; /* id font-family: "Georgia", Helvetica, sans-serif; */

	font-size: 14px;

	font-size: 1.4rem;

	line-height: 1.6;

}



/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

	font-family: 'Helvetica', sans-serif;

}

h1 {

	font-size: 2.0em;

}

h2 {

	font-size: 1.2em;

}

h3 {

	font-size: 1.0em;

}

h4 {

	font-size: 0.8em;

}

h5 {

	font-size: 0.7em;

}

h6 {

	font-size: 0.6em;

}

hr {

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



/* Text elements */

p {

	margin-bottom: 1.5em;

}

ul {

	list-style: disc;

}

ol {

	list-style: decimal;

	margin-left: 1.5em;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

	margin-left: 1.5em;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.5em;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 1.5em;

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	padding: 1.6em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

th {

	font-weight: bold;

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid #ccc;

	border-color: #ccc #ccc #bbb #ccc;

	border-radius: 3px;

	background: #fafafa; /* Old browsers */

	background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* 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+ */

	background: -o-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* IE10+ */

	background: linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

	box-shadow: inset 0 2px 1px #fff;

	color: rgba(0,0,0,.8);

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;

	font-size: 1.4rem;

	padding: 1.12em 1.5em .88em;

	text-shadow: 0 1px 0 rgba(255,255,255,.5);

}

input[type="submit"] {

	padding: 0.2em 1.5em;

	font-family: 'Oswald', sans-serif;

}

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	background: #f5f5f5; /* Old browsers */

	background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */

	background: linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

	border-color: #bbb #bbb #aaa #bbb;

}

button:focus,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb #bbb;

	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);

	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration {/* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner {/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type=text],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}

input[type=text]:focus,

textarea:focus {

	color: #111;

}

input[type=text] {

	padding: 3px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 98%;

}



/* Links */

a {

	text-decoration: none; /* id text-decoration: underline;*/

}

a:visited {

}

a:hover,

a:focus,

a:active {

}

.page-id-1329  .entry-title {display: none;}

/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

	margin-bottom: 1.5em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

	margin-bottom: 1.5em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}



/* Text meant only for screen readers */

.assistive-text {

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}





/* =Layout

----------------------------------------------- */



.site {

	width: 90%;

	margin: 1em auto;

}

hgroup {

	margin-top: 10px;

}

.site-header, .site-content, .site-footer {

	clear: both;

	margin: 2em auto;

	width: 100%;

}

.site-header {

	margin: 0 auto;

	padding-bottom: 5px;

}

.widget-area {

	overflow: hidden;

}



#sidebar ul#recentcomments li {

	margin-bottom: 0.6em;

}

/* has sidebar */

.has-sidebar .site-content {

	float: left;

	margin: 0 -25% 0 0;

}

#content {

	width:100%;

}

.has-sidebar #content {

	margin: 0 25% 0 0;

	float: left;

	max-width: 73%;

}

.page-template-page-full-php #content {

	margin: 0;

	float: left;

	max-width: 100%;

}

.has-sidebar .widget-area {

	float: right;

	width: 25%;

}

body.home #content, body.blog #content {

	margin: 0;

	max-width: 100%;

}



body.home .site-content {

	float: left;

	margin: 0;

}



#primary img {

	max-width: 100%;

	height: auto;

}

.container {

	position: relative;

	width: 960px;

	margin: 0 auto;

}

body.has-sidebar .widget-area {

	width: 100%;

	float: left;

}

h1.site-title {

	font-size: 3.2em;

	margin-bottom: 0px;

	line-height: 1em;

	float: left;

	font-weight: bold;

}

h2.site-description {

	float: left;

	margin-left: 14px;

	clear: right;

	font-size: 12px;

	font-style: italic;

	font-weight: normal;

	margin-top: 15px;

	padding-left: 14px;

	font-family: "Georgia", Helvetica, sans-serif;

	text-align: left;

}

#searchbar {

	float: right;

	margin-top: 11px;

}

#searchbar #s {

	border-radius: 14px;

	-webkit-border-radius: 14px;

	-moz-border-radius: 14px;

	width: 120px;

	padding: 4px 4px 4px 30px;

	background: url(images/search.png) no-repeat 8px center #FFF;

	color: #666;

	box-shadow: 0 1px 2px #FFF;

	-webkit-box-shadow: 0 1px 2px #FFF;

	-moz-box-shadow: 0 1px 3px #FFF;

}

span.underline {

	width: 100%;

	float: left;

	margin-bottom: 1em;

}



.entry-header {

	display: none;

}

.entry-content a {

	text-decoration: none; /* id text-decoration: underline;*/

}

h1.entry-title {

	text-align: center;

	font-size: 1.4em;

	margin: 0.5em 0 0 0;

	text-transform: uppercase;

}

.single h1.entry-title {

	margin-top: 1em;

}

.single-portfolio h1.entry-title {

	margin-top: 0.5em;

}

.has-sidebar h1.entry-title {

	text-align: left;

}

.single-portfolio h1.entry-title {

	text-align: center;

}

.portfolio h2.entry-title {

	text-align: center;

	margin: 0;

	font-size: 2em;

}

h1.site-title a {

	text-decoration: none

}

h1.entry-title a, h2.entry-title a {

	text-decoration: none;

	color: #696969;

}

h1.entry-title a:hover, h2.entry-title a:hover {

	color: #3d3d3d;

}

h2.section-title, #homewidgets h3.widget-title, #home-bottom-widgets h3.widget-title {

	font-size: 1.4em;

	margin-bottom: 0px;

	line-height: 1.5em;

	text-transform: uppercase;

}

h2.section-title {

	padding-bottom: 14px;

	margin-bottom: 14px;

}

#homewidgets h3.widget-title {

	float: none;

	text-align: center;

	border-bottom: 0;

	font-size: 2.6em;

	padding: 6px 0;

	margin-bottom: 6px;

}

#home-slider {

	float: left;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	background: #F5F5F5;

	margin-top:20px;

}

.thumbs-nav li a img {

	max-height:100%;

}



.post-format-content {

	float: left;

	max-width: 100%;

	width: 100%;

	margin-top:1.5em;

}

.single-portfolio .post-format-content {

	margin-top:0

}

.cat-links, .sep, .comments-link, .tag-links {

 }

.sep {

	margin: 0 6px;

}

#footer-wrap, #menu-wrap {

	width: 100%;

	height: auto;

}

#footer-wrap {

	border-top: 8px solid #E0E0E0;

}

#menu-wrap {

	float: right; /* id float: left; */

	margin-bottom: 15px; /* id margin-bottom: 25px; */

	padding: 4px 0;

}

a.readmore {

	text-transform: uppercase;

	font-weight: bold;

	font-size: 0.8em;

}

.page-header {

	margin: 1em 0;

	float: left;

	width: 100%;

}

.page-header .page-title {

	display: none;

}

.home-slide-title {

	width: 100%;

	font-size: 1.5em;

	text-align: left;

	text-transform: uppercase;

}

p.slider-caption {

	margin: 0.5em 0 0 0;

}

.home-slider p.flex-caption {

	bottom: 6em;

}

.home-slider .slide-no-title p.flex-caption {

	bottom: 0;

}



ul.thumbs-nav {

	list-style: none;

	position: absolute;

	bottom: 4px;

	right: 10px;

	z-index: 5;

	display: inline;

}



ul.thumbs-nav li {

	float: left;

	display: inline;

	margin-left: 10px;

	width: 40px;

	height: 40px;

	border: 1px solid #d7d7d7;

	padding: 3px;

	background: #FFF;

}



#homewidgets {

	margin-bottom: 0;

	width: 100%;

	text-align: center;

}

#homewidgets .widget {

	width: 100%;

	float: left;

	margin-bottom: 0.5em;

}

#home-bottom-widgets {

	float: left;

	width: 100%;

	padding-top: 1.4em;

}

#home-bottom-widgets .widget {

	width: 19%;

	margin-right: 2%;

	float: left;

	margin-bottom: 2.5em;

}

#home-bottom-widgets .widget.half {

	width: 58%;

}

#secondary {

	float: right;

	width: 23%;

	margin-top: 4.6em;

	margin-left: 2%;

}

h3.widget-title {

	font-size: 1.5em;

	margin-bottom: 0.4em;

	line-height:2em;

}

#secondary h3.widget-title {

	font-size: 1.5em;

	text-transform: uppercase;

}

#footer-widgets h3.widget-title {

	text-transform: uppercase;

}

.widget ul {

	list-style: none;

}

.widget ul li {

	margin-bottom: 0.3em;

}

.portfolio-vertical .caroufredsel_wrapper {

	height: 236px !important;

}



.portfolio-horizontal .caroufredsel_wrapper {

	height: 108px !important;

}

.portfolio-items-wrap {

	clear: both;

}

#fromblog .excerpt p {

	margin-bottom: 0.5em;

}

#fromblog, #fromportfolio {

	font-size: 0.9em;

	float: left;

	width: 100%;

	margin-bottom: 1em;

	margin-top: 1.5em;

	position: relative;

}

#fromblog .from-blog-content {

	float: left;

}

.flex-viewport {

/* float:left; */

clear: both;

}



#fromblog .flex-viewport {

	width: 768px;

}



#fromportfolio .flex-direction-nav, #fromblog .flex-direction-nav {

	top: 21px;

	position: absolute;

	right: 0;

}

#fromblog .flex-direction-nav {

	top: -31px;

}

#fromblog a.flex-prev, #fromblog a.flex-next, #fromportfolio a.flex-prev, #fromportfolio a.flex-next {

	height: 17px;

	width: 17px;

}

.portfolio-nav, .blog-nav {

	list-style: none;

}

#fromblog a.flex-prev, #fromportfolio a.flex-prev {

	right: 17px;

	background: url(images/prev-icon.png) top left no-repeat;

}

#fromblog a.flex-next, #fromportfolio a.flex-next {

	right: 0;

	background: url(images/next-icon.png) top left no-repeat;

}

.portfolio-image-wrap h3.portfolio-home-title, #fromportfolio h3.portfolio-home-title {

	position: absolute;

	width: 100%;

	text-align: center;

	z-index: 10;

	opacity: 0;

	display: none;

	line-height: 1em;

	font-size: 1.4em;

}

#fromportfolio h3.portfolio-home-title {

	font-size:1.8em;

}

.portfolio-image-wrap h3.portfolio-home-title {

	font-size: 1.8em;

}



.portfolio-image-wrap h3.portfolio-home-title a, #fromportfolio h3.portfolio-home-title a {

	color: #696969;

	font-weight: normal;

	text-decoration: none;

}

.portfolio-image-wrap h3.portfolio-home-title a:hover, .portfolio-image-wrap a.view:hover, #fromportfolio a.view:hover, #fromportfolio h3.portfolio-home-title a:hover {

	color: #3d3d3d;

}

.portfolio-image-wrap span.view-overlay, #fromportfolio span.view-overlay {

	text-align: center;

	width: 100%;

	height: 100%;

	position: absolute;

	z-index: 10;

	opacity: 0;

	display: none;

	left: 0;

}

.fromblog-post .view-overlay {

	text-align: center;

	width: 100%;

	height: 100%;

	position: absolute;

	z-index: 10;

	opacity: 0;

	display: none;

	top: 0;

	left: 0;

}

.fromblog-post .view-overlay a.view {

	color: #f3f3f3;

	font-size: 2.5em;

	text-transform: uppercase;

	text-decoration: none;

	text-indent: -999em;

	background: url(images/zoom-icon-small.png) center center no-repeat;

	display: block;

	height: 28px;

	width: 28px;

	margin: 0 auto;

}

.portfolio-image-wrap a.view, #fromportfolio a.view {

	color: #f3f3f3;

	font-size: 2.5em;

	text-transform: uppercase;

	text-decoration: none;

	text-indent: -999em;

	background: url(images/zoom-icon.png) center center no-repeat;

	display: block;

	height: 28px;

	width: 28px;

	margin: 0 auto;

}



.portfolio-image-wrap a.view:hover, #fromportfolio a.view:hover {

	opacity: 0.5;

}



.portfolio-image-wrap a.view {

	font-size: 3.2em;

}

h3.portfolio-home-title {

	top: 45%;

	width: 100%;

	text-align: center;

	left: 0;

}

.portfolio-image-wrap span.view-overlay {

	background: transparent;

}



#fromportfolio .portfolio-horizontal span.view-overlay {

	bottom: 0px;

}



#fromportfolio .portfolio-square span.view-overlay {

	top: 0;

}

#fromportfolio span.divider {

	width: 144px;

}



ul.fromportfolio-items, ul.fromblog-items {

	float: left;

	list-style: none;

	width: 100%;

	max-width: 100%;

}

ul.fromportfolio-items li {

	float: left;

	width: 29%;

	height: auto;

	padding: 1%;

	background: #FFF;

	margin-right: 3.45%;

}

ul.fromportfolio-items li img {

	display: block;

	float: left;

}



ul.fromblog-items li {

	float: left;

	width: 16%;

	margin-right: 4.94%;

}



#primary .portfolio-image-wrap {

	float: left;

	position: relative;

	width: 96%;

	padding: 2%;

	max-height: 800px;

	background: #FFF;

}

.single #primary .portfolio-image-wrap {

	padding: 0;

	width: 100%;

}

#primary .portfolio-image-wrap a, #primary .portfolio-image-wrap img {

	float: none;

}



#primary .portfolio-image-wrap img {

	display: block;

	height: auto;

	margin: 0 auto;

	max-width: 100%;

	max-height: 800px;

	width: auto;

}



.archive .portfolio-3-col .portfolio-image-wrap a.view {

	padding-top: 1px;

}

.post-type-archive #content {

	width: 100%;

	max-width: 100%;

}



.fromblog-post h3 {

	text-align: left;

	font-size: 1em;

	font-weight: 600;

	margin: 0.5em 0;

	text-transform: uppercase;

}

.fromblog-post h3 a {

	text-decoration: none;

}

.fromblog-post img {

	max-width: 100%;

	height: auto;

	width: 100%;

	float: left;

}

.fromblog-thumb {

	float: left;

	margin-bottom: 1em;

	padding: 5%;

	width: 90% !important;

}

.carousel li.carousel-item {

	margin: 6px 8px 0 0;

	padding: 0;

	list-style: none;

	float: left;

	max-width: 184px;

	height: auto;

	position: relative;

}

#fromportfolio .carousel li {

	background: #2d2d2d;

}

.fromblog-items-wrap {

	position: relative;

	float: left;

	width:100%;

}

a.thumb {

	float: left;

}

.omega {

	margin-right: 0px !important

}



span.required {

	color: red;

}



.hidden {

	visibility: hidden;

}



.entry-meta a {

	text-decoration: none;

	color: #AAA;

}



.fullwidth {

	margin: 0 !important;

}



span.meta {

	margin-bottom: 0.8em;

	float: left;

	width: 100%;

	text-transform: uppercase;

	font-size: 0.8em;

}



span.excerpt {

	font-style: italic;

	float: left;

	width: 100%;

}



.taxonomy-description p {

	margin-bottom: 0;

}



/* =Menu

----------------------------------------------- */



.main-navigation {

	/* id clear: both;

	display: block;*/

	margin-top:15px; /* id */

	float: right; /* id float: left; */

	max-width: 100%; /* id max-width: 100%; */

	/* id width: 100%; */

    text-transform: uppercase; /* id */

}

.main-navigation ul {

	list-style: none;

	margin: 0;

	padding-left: 0;

	font-family: Arial, Helvetica, sans-serif !important; /* id font-family: "Georgia", Helvetica, sans-serif; */

	font-size: 13px;

	float:right; /* id */

}

.main-navigation li {

	float: left;

	position: relative;

	padding: 0.5em 0;

	line-height: 2em;

	z-index: 2;

}

.main-navigation li li {

	line-height: 1.5em;

}

.main-navigation a {

	display: block;

	text-decoration: none;

	font-size: 0.9em;

	font-style: normal;

	line-height: 12px;

	margin-left: 1.2em; /* id margin-right: 1.2em; */

	padding-left: 1.2em; /* id padding-right: 1.2em; */

}



.main-navigation ul ul a {

	border: 0;

	box-shadow: none;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	margin: 0;

	padding: 0;

}



.main-navigation ul ul {

	display: none;

	float: left;

	position: absolute;

	top: 1.8em;

	left: -1em;

	z-index: 99999;

	padding: 4px 0;

}

.main-navigation ul ul ul {

	left: 100%;

	top: -5px;

}

.main-navigation ul ul a {

	width: 200px;

}

.main-navigation ul ul li {

	margin-left: 0;

	padding-left: 1em;

	padding-top: 2px;

	padding-bottom: 6px;

	padding-top: 6px;

}

.main-navigation li:hover > a {

}

.main-navigation ul ul :hover > a {

}

.main-navigation ul ul a:hover {

}

.main-navigation ul li:hover > ul {

	display: block;

}

.main-navigation li.current_page_item a,

.main-navigation li.current-menu-item a {

}



/* Top menu */

.menu-top-right {

	float: right;

	font-size: 0.8em;

	list-style: none outside none;

	margin: 0.5em 0 0;

	padding: 0;

	position: absolute;

	text-transform: uppercase;

	z-index: 1;

	top:34px;

	right:0;

}



.menu-top-right li {

	float: left;

	margin: 0 0 0 0.5em;

	list-style: none;

}



/* =Icons

----------------------------------------------- */

.menu-top-right li.facebook a,

.menu-top-right li.twitter a,

.menu-top-right li.rss a,

.menu-top-right li.vimeo a {

	background-image: url(images/icons-small.png);

	text-indent: -9999em;

	float: left;

	padding: 3px;

	height: 16px;

}



.menu-top-right .facebook a {

	width: 14px;

	background-position: -24px 0;

}

.menu-top-right .facebook a:hover {

	background-position: -24px -25px;

}

.menu-top-right .twitter a {

	width: 16px;

	background-position: -45px 0;

}

.menu-top-right .twitter a:hover {

	background-position: -45px -25px;

}

.menu-top-right .rss a {

	width: 16px;

	background-position: 0px 0;

}

.menu-top-right .rss a:hover {

	background-position: 0 -25px;

}

.menu-top-right .vimeo a {

	width: 16px;

	background-position: -68px 0;

}

.menu-top-right .vimeo a:hover {

	background-position: -68px -25px;

}



/* Small menu */

.menu-toggle {

	cursor: pointer;

	position: absolute;

	bottom: 0;

	right: 0;

	font-size: 1.3em;

}

.main-small-navigation .menu {

	display: none;

	position: absolute;

	z-index: 999;

	padding: 4px;

	list-style: none;

	right: 0;

	top: 0;

	width: 40%;

}



.main-small-navigation .menu li {

	width: 100%;

	text-align: center;

}

.main-small-navigation .menu li a {

	text-decoration: none;

}

.main-small-navigation .menu ul {

	list-style: none;

	margin-left: 0;

}

/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

	margin: 0 0 2em;

	float: left;

	width: 100%;

	max-width: 100%;

}

.single .hentry {

	padding-bottom: 10px;

}

.archive .hentry {

	padding-bottom: 10px;

}

.tax-pcategory .hentry, .tax-ptag .hentry, .post-type-archive .hentry {

	border-bottom: 0;

}

.tax-pcategory #content {

	max-width: 100%;

	width: 100%;

}

.tax-ptag #content {

	max-width: 100%;

	width: 100%;

}

.entry-meta {

	clear: both;

	text-transform: uppercase;

	font-size: 10px;

	font-family: "Oswald";

	letter-spacing: 1px;

}

.entry-meta a:hover {

	text-decoration: none;

	color: #2d2d2d;

}



.byline {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

	float: left;

	max-width: 100%;

	width: 100%;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}





/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}





/* =Media

----------------------------------------------- */



.site-header img,

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

.site-header img,

.entry-content img,

img[class*="align"],

img[class*="wp-image-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

.site-header img,

.entry-content img,

img.size-full {

	max-width: 100%;

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	max-width: 100%;

	padding:10px;

}

.wp-caption.aligncenter,

.wp-caption.alignleft,

.wp-caption.alignright {

	margin-bottom: 1.5em;

}

.wp-caption img {

	display: block;

	margin: 0;

	max-width: 98%;

}

.wp-caption-text {

	text-align: center;

	font-style: italic;

	font-size: 0.9em;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

#content .gallery {

	margin-bottom: 1.5em;

}

.gallery-caption {

}

#content .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

#content .gallery dd {

	margin: 0;

}

#content .gallery-columns-4 .gallery-item {

}

#content .gallery-columns-4 .gallery-item img {

}



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

embed,

iframe,

object {

	max-width: 100%;

}





/* =Navigation

----------------------------------------------- */



#content .site-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}

#content .nav-previous {

	float: left;

	width: 50%;

}

#content .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



#nav-below {

	margin-bottom: 2em;

	float: left;

	width: 100%;

}

#image-navigation {

	margin-top: 1em;

}

.nav-previous, .nav-next {

	margin: 1em 0;

}

.nav-previous, .previous-image {

	float: left;

}

.nav-next, .next-image {

	float: right;

}

.nav-previous a, .nav-next a, .next-image a, .previous-image a {

	padding: 5px 10px;

	border-radius: 2px;

	font-size: 0.8em;

	text-decoration: none;

}



/* =Comments

----------------------------------------------- */

#comments {

	float: none;

}

.bypostauthor {

}



#comments-title {

	padding: 8px 4px;

	text-transform: uppercase;

	font-size: .9em;

}

article.comment {

	display: block;

}

#respond input[type=text] {

	display: block;

	width: 40%;

}

#respond textarea {

	display: block;

	margin: 0 0 1em;

	width: 60%;

}

#respond .form-allowed-tags {

	clear: both;

	width: 60%;

}

#respond .form-allowed-tags {

	display: none;

}

.commentlist {

	margin: 2em 5%;

	list-style-type: none;

}

.commentlist li {

	position: relative;

	margin: 0 0 2em;

}

.comment {

	max-width: 100%;

	overflow: hidden;

	display: block;

}

article.comment {

	margin: 20px 0 0;

	padding-bottom: 10px;

}

.comment header {

	font-size: 1.2em;

}

.comment .comment-content {

	font-size: .9em;

	float: left;

	width: 100%;

	margin-top: 1em;

}

.comment footer {

	float: left;

	width: 75%;

	font-size: .7em;

}

.comment .reply {

	float: right;

	font-size: .9em;

	width: 100%;

	text-align: right;

	font-weight: bold;

}

.commentmetadata {

}

.pinglist {

	margin: 20px 0 40px 52px;

	list-style-type: decimal;

}

#commentform {

	margin-top: 20px;

}

.children {

	list-style-type: none;

	margin-left: 55px;

}

.comment .avatar {

	float: left;

	margin: 0 1em .5em 0;

}

.comment-author {

	display: inline;

	margin-right: 5px;

	font-size: 1.2em;

}

.comment-author cite {

	font-weight: bold;

	font-style: normal;

}

.comment-meta {

	display: block;

	font-size: 11px;

}

.comment-body {

	margin: 0 0 30px 55px;

}

.comment-reply-link {

	font-size: .8em;

	padding: 3px;

	text-transform: uppercase;

}

#cancel-comment-reply-link {

	font-size: 1.4em;

}

#respond {

	padding-bottom: 35px;

}

#respond h3 {

	font-size: 14px;

	font-weight: bold;

	text-transform: uppercase;

}

.nocomments {

	text-align: center;

	padding: 20px;

}

.comment-body ul {

	list-style-type: disc;

}

.comment-body ol {

	list-style-type: decimal;

}

#commentform label small {

	font-size: 12px;

}

.comment-author-admin article {

	padding: 1em;

}

.comment-author-admin footer {

	left: 1em;

}

.depth-2, .depth-3, .depth-4, .depth-5 {

	font-size: 1em;

}







/* =Widgets

----------------------------------------------- */



.widget {

	margin: 0 0 3em 0;

}



/* Search widget */

#searchsubmit {

	display: none;

}





/* =Footer

----------------------------------------------- */



#colophon {

	padding: 2em 0 1em 0;

}

.one aside {

	width: 100%;

	float: left;

}

.two aside {

	width: 47%;

	float: left;

	margin-right: 3%;

}

.three aside {

	width: 30%;

	float: left;

	margin-right: 3.33%;

}

.four aside {

	width: 23%;

	float: left;

	margin-right: 2%;

}

#footer-widgets {

	float: left;

	width:100%;

}

.site-info {

	clear: both;

	text-align: center;

	font-size: 0.8em;

	padding-top: 1em;

	font-family: 'Oswald', sans-serif;

}

.site-info a {

	text-decoration: none;

}

.site-info .sep {

	float: none;

}







/* =Meta

----------------------------------------------- */



.entry-meta .cat-links a {

	color: #AAA;

}

.entry-meta .cat-links a:hover {

	color: #2d2d2d;

}







/* =Portfolio

----------------------------------------------- */

.portfolio-3-col .hentry {

	width: 32%;

	margin-right: 2%;

	float: left;

}

.portfolios .portfolio-image-wrap, .archive .portfolio-image-wrap {

	margin: 0 0 1em;

	float: left;

	position: relative;

	background: #FFF;

	max-width: 100%;

}



.portfolio-image-wrap img {

	float: left;

}



/* DROP SHADOWS */

/* Shared styles */

.drop-shadow {

	position: relative;

	float: left;

	width: 100%;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}



.drop-shadow:before,

.drop-shadow:after {

	content: "";

	position: absolute;

	z-index: -2;

}



/* Lifted corners */

.lifted:before,

.lifted:after {

	bottom: 15px;

	left: 10px;

	width: 50%;

	height: 20%;

	-webkit-box-shadow: 0 16px 7px rgba(0, 0, 0, 0.5);

	-moz-box-shadow: 0 16px 7px rgba(0, 0, 0, 0.5);

	box-shadow: 0 16px 7px rgba(0, 0, 0, 0.5);

	-webkit-transform: rotate(-3deg);

	-moz-transform: rotate(-3deg);

	-ms-transform: rotate(-3deg);

	-o-transform: rotate(-3deg);

	transform: rotate(-3deg);

}



.lifted:after {

	right: 10px;

	left: auto;

	-webkit-transform: rotate(3deg);

	-moz-transform: rotate(3deg);

	-ms-transform: rotate(3deg);

	-o-transform: rotate(3deg);

	transform: rotate(3deg);

}



/* Curved shadows */

.curved:before {

	border-radius: 10px 10px 10px 10px / 100px 100px 100px 100px;

	-webkit-border-radius: 10px 10px 10px 10px / 100px 100px 100px 100px;

	-moz-border-radius: 10px 10px 10px 10px / 100px 100px 100px 100px;

	bottom: 10px;

	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);

	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);

	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);

	left: 0;

	right: 50%;

	top: 10px;

}



.curved-hz-1:before {

	border-radius: 500px 500px 500px 500px / 10px 10px 10px 10px;

	-webkit-border-radius: 500px 500px 500px 500px / 10px 10px 10px 10px;

	-moz-border-radius: 500px 500px 500px 500px / 10px 10px 10px 10px;

	bottom: 0;

	left: 60px;

	right: 60px;

	top: 50%;

}







/* =Responsiveness: Readers

----------------------------------------------- */



@media screen and (max-width: 768px) {

}



/* =Responsiveness: Handhelds

----------------------------------------------- */



@media screen and (max-width: 520px) {



	.site-header {

		text-align: center;

	}

	small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {

		font-size: 0.85em;

	}

	.items {

		width: 400px;

	}

	.portfolio-image-wrap a.view, #fromportfolio a.view {

		font-size: 1.5em;

	}



}



/* =Responsiveness: Tablet (Portrait)

================================================== */



/* Note: Design for a width of 768px */



@media only screen and (min-width: 768px) and (max-width: 959px) {

	.container {

		width: 768px;

	}

	#fromblog .flex-viewport {

		width: 573px;

		position: relative;

		float: left;

	}



	.archive .portfolio-3-col .portfolio-image-wrap span.view-overlay {

		bottom: 13%;

	}



}





/* =Responsiveness: Mobile (Portrait)

================================================== */



/* Note: Design for a width of 320px */



@media only screen and (max-width: 480px) {

	.container {

		width: 300px;

	}

	#fromblog .flex-viewport {

		width: 300px;

	}

	#fromblog-desc {

		width: 300px;

		margin: 0 0 1em 0;

	}

	#homewidgets .widget {

		width: 100%;

		margin-right: 0;

	}

	#secondary {

		width: 100%;

		margin-left: 0;

	}

	#menu-social-menu {

		float: left;

	}

	.portfolios .hentry {

		width: 100%;

		margin-right: 0;

	}



	#fromportfolio .portfolio-horizontal a.view {

		bottom: 0px;

		font-size: 2em

	}



	#fromportfolio .portfolio-square span.view-overlay {

	}



	#fromportfolio .portfolio-vertical h3.portfolio-home-title {

		font-size:1em;

	}

	#fromportfolio .portfolio-vertical span.view-overlay {

		bottom: 0px;

	}



	.portfolio-square .caroufredsel_wrapper {

		height: 150px !important;

	}



	.portfolio-vertical .caroufredsel_wrapper {

		height: 184px !important;

	}



	.portfolio-horizontal .caroufredsel_wrapper {

		height: 84px !important;

	}



	.home-slide-title {

		font-size: 1.2em;

	}



	.one aside, .two aside, .three aside, .four aside {

		float: left;

		margin: 0;

		width: 100%;

	}



	h1.site-title {

		font-size: 2.5em;

	}



	#fromblog .from-blog-content {

		margin-left: 4%;

		width: 65%;

	}



	#fromblog ul li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 1em;

	}

	#fromblog .fromblog-thumb {

		padding: 1%;

		width: 29% !important;

	}



	.has-sidebar #content {

		max-width: 100%;

		margin: 0;

	}



	#searchbar {

		float: left;

	}



	h2#tagline {

		border-left: 0 !important;

		box-shadow: none !important;

		margin-left: 0;

		padding-left: 0;

		margin-top: 4px;

	}

	#homewidgets h3.widget-title {

		font-size: 1.8em;

	}

	ul.thumbs-nav li {

		width: 20px;

		height: 20px;

	}



	#home-bottom-widgets .widget, #home-bottom-widgets .widget.half {

		width: 100%;

		margin-right: 0;

	}

	

	.menu-top-right {

		position:relative;

		float:left;

		top:0;

		width:100%;

	}

	

	#fromportfolio h3.portfolio-home-title {

		font-size:1em;

	}



}





/* =Responsiveness: Mobile (Landscape)

================================================== */



/* Note: Design for a width of 480px */



@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container {

		width: 420px;

	}

	#fromblog .flex-viewport {

		width: 420px;

	}

	#fromblog-desc {

		width: 420px;

		margin: 0 0 1em 0;

	}

	#homewidgets .widget {

		width: 100%;

		margin-right: 0;

	}

	#secondary {

		width: 100%;

	}

	#menu-social-menu {

		float: left;

	}

	.portfolios .hentry {

		width: 100%;

		margin-right: 0;

	}



	#fromportfolio .portfolio-horizontal span.view-overlay {

		bottom: 0px;

	}



	#fromportfolio .portfolio-square span.view-overlay {

	}



	#fromportfolio .portfolio-vertical h3.portfolio-home-title {

		font-size:1.5em;

	}

	#fromportfolio .portfolio-vertical span.view-overlay {

		bottom: 36px;

	}

	.portfolio-square .caroufredsel_wrapper {

		height: 140px !important;

	}



	.portfolio-vertical .caroufredsel_wrapper {

		height: 172px !important;

	}



	.portfolio-horizontal .caroufredsel_wrapper {

		height: 80px !important;

	}



	.archive .portfolio-3-col .portfolio-image-wrap a.view {

		padding-top: 17px;

	}



	h1.site-title {

		font-size: 3em;

	}



	#fromblog .from-blog-content {

		margin-left: 4%;

		width: 65%;

	}



	#fromblog ul li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 1em;

	}

	#fromblog .fromblog-thumb {

		padding: 1%;

		width: 29% !important;

	}



	.has-sidebar #content {

		max-width: 100%;

		margin: 0;

	}



	#searchbar {

		float: left;

		margin-top: 15px;

		clear: left;

	}



	#homewidgets h3.widget-title {

		font-size: 2em;

	}



	ul.thumbs-nav li {

		width: 30px;

		height: 30px;

	}



	#home-bottom-widgets .widget, #home-bottom-widgets .widget.half {

		width: 100%;

		margin-right: 0;

	}



	h2#tagline {

		border-left: 0 !important;

		box-shadow: none !important;

		margin-left: 0;

		padding-left: 0;

		margin-top: 4px;

		float: left;

		width: 100%;

	}

	

	.menu-top-right {

		position:relative;

		float:left;

		top:0;

	}

	

	#fromportfolio h3.portfolio-home-title {

		font-size:1.2em;

	}



}





/* #Clearing

================================================== */



/* Self Clearing Goodness */

.container:after {

	content: "\0020";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



/* You can also use a <br class="clear" /> to clear columns */

.clear {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}

/* id ======================*/

@media only screen and (max-width: 960px) {
  .main-navigation a {
	margin-left: 0em;
	padding-left: 1.0em;

   }

}
@media only screen and (max-width: 799px) {
  .main-navigation a {
	margin-left: 0em;
	padding-left: 0.7em;

   }

}
@media only screen and (max-width: 699px) {
  .main-navigation a {
	margin-left: 0em;
	padding-left: 0.5em;

   }

}
@media only screen and (max-width: 599px) {
  .main-navigation a {
	margin-left: 0em;
	padding-left: 0.3em;

   }

}

/* id overwrite the footer text color, avoiding edit light.css */

/*#footer-wrap a {

    color: #f9fafa !important;

}

#footer-wrap, #menu-wrap {

    color: #f9fafa !important;

}*/

/* id for portfolio slideshow*/

div.portfolio-slideshow, div.slideshow-nav {
	width: 100%;
	/*margin: 0 auto;*/
}