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

	Theme Name: Catalogue
	Theme URI: https://wpthemes.pau1winslow.com/catalogue/
	Author: Paul Winslow
	Author URI: https://pau1winslow.com
	Version: 1.0
	Description: I'll add one of these later
	License: GNU General Public License
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, two-columns, right-sidebar

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

/*---------------------------------------------------------------
	WordPress Generated Classes
---------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}

/*---------------------------------------------------------------
	Layout Foundation
---------------------------------------------------------------*/

body {
	text-align: center;
	background: #6b6665;
}

#global-container {
	width: 960px;
	margin: 60px auto;
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}

.container {
	width: 900px;
	padding: 0 30px;
}

#primary-content {
	width: 640px;
	float: left;
}

#sidebar {
	width: 220px;
	float: right;
}

#navigation .mobile {
	display: none;
}

img.scale-with-grid, img,
object, embed, video {
	max-width: 100%;
	height: auto;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*---------------------------------------------------------------
	Globals
---------------------------------------------------------------*/

body, input, textarea, button {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #646464;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #555;
	font-family: 'MyriadProSemibold', Helvetica, Arial, sans-serif;
}

p {
	margin: 0 0 20px;
}

h1 { font-size: 24px; line-height: 30px; }
h2 { font-size: 22px; line-height: 28px; }
h3 { font-size: 18px; line-height: 26px; }
h4 { font-size: 16px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 12px; line-height: 18px; }

a {
	text-decoration: none;
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
}

a:link, a:visited {
	color: #838383;
	border-bottom: 1px solid #dadada;
}

a:hover {
	color: #555;
}

code, pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f7f7f8;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 11px;
}

blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

ul, ol {
	margin-bottom: 20px;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
	margin: 4px 0 2px 15px; 
	font-size: 11px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
	margin-bottom: 2px;
}

li {
	line-height: 21px;
	margin-bottom: 2px;
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

/*---------------------------------------------------------------
	Header
---------------------------------------------------------------*/

#header {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #3c312f;
	z-index: 1;
}

#header #identity {
	float: left;
	margin-left: -30px;
}

#header #navigation {
	float: right;
	padding-top: 40px;
}

/* Identity */

#identity h1 {
	margin: 0;
}

#identity a {
	border: 0;
	display: block;
	color: #fff;
}

#identity img {
	display: block;
}

/* Navigation */

#navigation {
	margin-top: 6px;
}

#navigation .desktop ul {
	margin: 0;
	padding: 0;
	z-index: 99;
}

#navigation .desktop ul li {
	display: inline;
	margin: 0 0 0 3px;
	position: relative;
}

#navigation .desktop ul li a {
	color: #fff;
	padding: 5px 7px;
	border: 0;
}

#navigation .desktop ul li a:hover,
#navigation .desktop ul li.current_page_item a {
	color: #3c312f;
	background: #eba22f;
}

#navigation .desktop ul li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -50px;
	padding: 4px 12px;
	background: #fff;
	border: 1px solid #d0cfcf;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

#navigation .desktop ul li ul li ul {
	top: 0;
	left: 172px;
}

#navigation .desktop ul li ul li {
	display: block;
	margin: 0;
	padding: 14px 0px;
	line-height: 0;
	border-bottom: 1px solid #dfdfdf;
}

#navigation .desktop ul li ul li:last-child {
	border: 0;
}

#navigation .desktop ul li ul li a {
	display: block;
	min-width: 140px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
}

#navigation .desktop ul li ul li a:hover,
#navigation .desktop ul li ul li.current_page_item a {
	color: #888;
	background: none;
}

/* Breadcrumbs */

#breadcrumbs-container {
	background: #f0f0f0;
	padding: 10px 30px;
	margin: 0 0 30px;
}

#breadcrumbs-container #breadcrumbs {
	float: left;
}

#breadcrumbs-container #header-search {
	float: right;
}

#header-search #s {
	background: url(images/search.png) center right no-repeat;
	border: 0;
	padding: 0 20px 0 0;
	margin: 0;
	width: 105px;
}

#breadcrumbs {
	font-size: 11px;
	margin: 0;
}

.page-template-homepage-php #breadcrumbs-container,
.page-template-homepage-alt-php #breadcrumbs-container  {
	background: #f4f4f4;
	margin: 0;
}

/*---------------------------------------------------------------
	Core
---------------------------------------------------------------*/

#core {
	padding-bottom: 20px;
}

.page-template-portfolio-3col-php #core,
.page-template-portfolio-2col-php #core {
	padding-bottom: 0px;
}

.page-template-homepage-php #core,
.page-template-homepage-alt-php #core {
	padding: 15px 30px 25px;
}

/*---------------------------------------------------------------
	Footer
---------------------------------------------------------------*/

#footer {
	padding: 30px;
	background: #f2f2f2;
	color: #747474;
}

#footer p, #footer li,
.pw_tweets_widget_class a {
}

.footer-column {
	width: 202px;
	float: left;
	margin: 0 30px 0 0;
}

#footer .footer-column:nth-child(4) {
	margin: 0;
}

#footer a {
	color: #585858;
}

#footer a:hover {
	color: #9e9e9e;
}

#credits {
	padding: 15px 30px;
	background: #e9e9e9;
}

#credits {
	font-size: 11px;
}

#credits p {
	margin: 0;
}

/*---------------------------------------------------------------
	Page Templates
---------------------------------------------------------------*/

/* Homepage */

#slideshow {
	width: 960px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

#slides {
	z-index: 0;
	background: url(images/loading.gif) center center no-repeat;
}

.cycle-slide img {
	display: block;
}

.cycle-slide p {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 0px;
	background: #3c312f;
	padding: 8px 16px;
	color: #fff;
	font-size: 20px;
}

#cycle-next, #cycle-prev {
	display: block;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 176px;
	border: 0;
	text-indent: -9999px;
	z-index: 99;

}

#cycle-next {
	right: 30px;
	background: url(images/cycle-next.png) 0 0 no-repeat;
}

#cycle-prev {
	left: 30px;
	background: url(images/cycle-prev.png) 0 0 no-repeat;
}

/* Portfolio */

.project {
	position: relative;
}

.project-thumb img,
.project-thumb a {
	display: block;
	border: 0;
}

#portfolio-1col .project .project-thumb {
	width: 666px;
	float: left;
}

#portfolio-1col .project .project-detail {
	width: 202px;
	float: right;
}

#portfolio-2col .project {
	width: 434px;
	float: left;
	margin: 0 30px 30px 0;
}

#portfolio-2col .project:nth-child(2n) {
	margin-right: 0;
}

#portfolio-2col .project .project-detail,
#portfolio-3col .project .project-detail {
	background: #f1f1f1;
	padding: 20px;
}

#portfolio-2col .project .project-detail p,
#portfolio-3col .project .project-detail p {
	margin: 0;
}

#portfolio-2col .project-title {
	font-size: 18px;
	margin: 0 0 5px;
}

#portfolio-3col .project-title {
	font-size: 16px;
	margin: 0 0 5px;
}

#portfolio-3col .project {
	width: 280px;
	float: left;
	margin: 0 30px 30px 0;
}

#portfolio-3col .project:nth-child(3n) {
	margin-right: 0;
}

#portfolio-1col .project {
	margin-bottom: 30px;
}

#portfolio-1col .project:last-child {
	margin-bottom: 10px;
}

.overlay {
	background: url(images/overlay.png) repeat;
}

.overlay .expand {
	background: url(images/expand.png) repeat;
}

.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.post-thumbnail .overlay {
	width: 510px;
	height: 230px;
}

#portfolio-1col .project .overlay {
	width: 666px;
	height: 290px;
}

#portfolio-2col .project .overlay {
	width: 434px;
	height: 235px;
}

#portfolio-3col .project .overlay {
	width: 280px;
	height: 195px;
}

.active .overlay { display: block; }

.overlay .expand {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
}

/* Contact */

.contactform li {
	margin: 0 0 15px;
	padding: 0;
	display: block;
}

.contactform li:last-child {
	margin: 0;
}

.contactform li input {
	display: inline;
}

.contactform li label {
	display: inline;
	padding: 0 0 0 10px;
}

p.email-error {
	padding: 5px 10px;
	margin: 0;
	background: #fe7550;
	display: inline-block;
	color: #fff;
}

p.email-sent {
	padding: 5px 10px;
	margin: 0;
	background: #fff666;
	display: inline-block;
	color: #222;
}

.contactform li span {
	font-size: 11px;
	display: block;
	padding-top: 5px;
	color: #fe7550;
}

/*---------------------------------------------------------------
	Blog / Post Pages
---------------------------------------------------------------*/

.post {
	margin: 0 0 30px;
}

.single-post .post {
	margin: 0 0 40px;
}

#primary-content .post:last-child {
	margin: 0;
}

.post p:last-child {
	margin: 0;
}

.post-meta {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}

.post-meta li {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 11px;
}

.post-core {
	width: 510px;
	float: right;
}

.post-thumbnail {
	margin: 0 0 20px;
	position: relative;
}

.post-thumbnail img,
.post-thumbnail a {
	display: block;
}

/* Blog pagination */

.post-nav {
	margin-top: -10px;
	margin-bottom: 10px;
}

.post-nav a {
	display: block;
}

.post-nav .nav-previous {
	float: left;
}

.post-nav .nav-next {
	float: right;
}

/* Comments */

.commentform-container #reply-title {
	display: none;
}

#reply-title {
	margin-top: 15px;
}

#reply-title, #reply-title span {
	font-size: 11px;
}

.comments-container #comments-title,
.commentform-container #pw-reply-title {
	width: 100px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comments-container .commentlist,
.commentform-container #commentform {
	width: 510px;
	float: right;
}

.commentlist {
	list-style: none;
	margin-bottom: 40px;
}

.commentlist li {
	margin-bottom: 8px;
	padding: 20px;
	background: #fbfbfb;
}

.commentlist li .reply {
	font-size: 11px;
	font-weight: bold;
}

.commentlist li p:last-child {
	margin-bottom: 10px;
}

.commentlist li ul li {
	font-size: 12px;
}

.commentlist li ul li:last-child {
	padding-bottom: 0px;
}

.commentlist li:last-child {
	margin-bottom: 0;
}

#commentform {
	position: relative;
}

#commentform p {
	position: relative;
	margin: 0 0 10px;
}

#commentform label {
	position: absolute;
	top: 5px;
	left: 270px;
	font-size: 11px;
}

#commentform .required, .comment-notes,
#commentform  .comment-form-comment label {
	display:none;
}

#commentform .form-allowed-tags,
.form-allowed-tags code {
	font-size: 11px;
	margin: 0 0 20px;
}

.comment-avatar {
	width: 40px;
	float: left;
}

.comment-core {
	width: 412px;
	float: right;
}

.commentlist li ul li .comment-core {
	width: 357px;
}

.commentlist li ul li ul li .comment-core {
	width: 302px;
}

.commentlist li ul li ul li ul li .comment-core {
	width: 247px;
}

.comment-avatar img {
	display: block;
}

.comment-author {
	font-size: 11px;
	margin-bottom: 8px;
}

.comment-author .fn {
	font-weight: bold;
}

/*---------------------------------------------------------------
	Sidebars & Widgets
---------------------------------------------------------------*/

.widget {
	margin: 0 0 30px;
}

.widget-title {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #e8e8e8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-column .widget:last-child {
	margin: 0;
}

#sidebar .widget:last-child {
	margin: 0;
}

/* Tweets Widget */

#twitter_update_list {
	margin: 0;
}

#twitter_update_list li {
	margin: 0 0 10px;
}

/* Search Widget */

.widget_search #s {
	width: 194px;
}

.footer-column .widget_search #s {
	width: 176px;
} 

.widget_search form,
.widget_search fieldset {
	margin: 0;
}

/* Flickr Widget */

.flickr_badge_image img {
	display: block;
	width: 58px;
	height: 58px;
	float: left;
	margin: 0 11px 11px 0;
}

.flickr_badge_image a {
	border: 0;
}

#flickr_badge_image3 img,
#flickr_badge_image6 img,
#flickr_badge_image9 img,
#flickr_badge_image12 img {
	margin-right: 0;
}

/* Recent Posts Widget */

.pw_recent_posts li {
	margin: 0 0 15px;
	padding: 0;
}

.pw_recent_posts li:last-child {
	margin-bottom: 0;
}

.pw_recent_posts li .widget-loop-thumb img {
	display: block;
}

.pw_recent_posts li .widget-loop-thumb a {
	border: 0;
}

.pw_recent_posts li .widget-loop-thumb {
	float: left;
}

.pw_recent_posts li .widget-loop-title {
	width: 145px;
	float: right;
	position: relative;
	top: -3px;
}

.footer-column .pw_recent_posts li .widget-loop-title {
	width: 130px;
}

.pw_recent_posts li .widget-loop-title h4 {
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 2px;
	letter-spacing: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pw_recent_posts li .widget-loop-title span {
	display: block;
	font-size: 11px;
}

/*---------------------------------------------------------------
	Form Elements
---------------------------------------------------------------*/

input, textarea {
	background: #f8f9fe;
	border: 1px solid #e6e8ed;
	color: #abadb7;
    padding: 7px 12px; 
    width: 230px;
    font-size: 11px;
}

textarea {
	width: 96%;
	height: 200px;
}

button, #submit {
	background: #666;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 7px 10px;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	-webkit-transition: color .1s linear, background .1s linear, border-color .1s linear;
	-moz-transition: color .1s linear, background .1s linear, border-color .1s linear;
	-ms-transition: color .1s linear, background .1s linear, border-color .1s linear;
	-o-transition: color .1s linear, background .1s linear, border-color .1s linear;
	transition: color .1s linear, background .1s linear, border-color .1s linear;
}

input:focus, textarea:focus {
	border-color: #d1d3d8;
}

#submit:hover, button:hover {
    background: #888;
}

/*---------------------------------------------------------------
	Shortcodes
---------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons */

a.button {
	display: inline-block;
	padding: 7px 14px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	margin: 4px;
}

a.button.light {
	color: #525252;
	background: #d4d4d4;
}

a.button.light:hover {
	background: #bbbbbb;
}

a.button.dark {
	color: #dddddd;
	background: #292929;
}

a.button.dark:hover {
	background: #151515;
}

a.button.blue {
	color: #f5f5f5;
	background: #2ea4b9;
}

a.button.blue:hover {
	background: #1e7989;
}

a.button.orange {
	color: #f6f6f6;
	background: #e29849;
}

a.button.orange:hover {
	background: #ab6b27;
}

a.button.green {
	color: #fafaf9;
	background: #87ab2f;
}

a.button.green:hover {
	background: #6a8725;
}

a.button.brown {
	color: #fafaf9;
	background: #3c312f;
}

a.button.brown:hover {
	background: #2a2221;
}

a.button.red {
	color: #fafaf9;
	background: #c42f39;
}

a.button.red:hover {
	background: #92222a;
}

a.button.teal {
	color: #fafaf9;
	background: #3ba673;
}

a.button.teal:hover {
	background: #2f875c;
}

/* Divider */

.divider {
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	margin: 10px 0 30px;
	clear: both;
}

/* Highlights */

span.highlight {
	display: inline-block;
	padding: 1px 6px;
}

span.highlight.yellow {
	color: #303030;
	background: #fff666;
}

span.highlight.light {
	background: #e7e7e6;
}

/* Dropcaps */

.dropcap {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 35px;
	width: 36px;
	text-align: center;
	margin: 4px 10px 1px 0;
	color: #fff;
	background-color: #3c312f;
	background-image: url("images/dropcap.png");
}

/*---------------------------------------------------------------
	Webfonts
---------------------------------------------------------------*/

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('assets/fonts/myriadpro-semibold-webfont.eot');
    src: url('assets/fonts/myriadpro-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('assets/fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('assets/fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}