@keyframes fadein {

    from {

        opacity:0;

    }

    to {

        opacity:1;

    }

}

@-moz-keyframes fadein { /* Firefox */

    from {

        opacity:0;

    }

    to {

        opacity:1;

    }

}

@-webkit-keyframes fadein { /* Safari and Chrome */

    from {

        opacity:0;

    }

    to {

        opacity:1;

    }

}

@-o-keyframes fadein { /* Opera */

    from {

        opacity:0;

    }

    to {

        opacity: 1;

    }

}



.main {

	margin: 0 0 24px;



	-webkit-animation: fadein 1.5s; /* Safari and Chrome */

    -moz-animation: fadein 1.5s; /* Firefox */

    -o-animation: fadein 1.5s; /* Opera */

    animation: fadein 1.5s;

}



/* Generic post styles */

.hentry {

	background: #ffffff;

	margin: 0 0 24px;

}



.post-image-container {

	margin: 0 0;

}



.dual .post-image-container {

	margin: 0;

}



.post-image-container-nomargin {

	background: transparent;

	height: auto !important;

	margin-right: 0;

	margin-left: 0;

	max-width: 100%;

}



.post-image-container-nomargin > img {

	margin: 0 !important;

}



.post-image-container,

.post-image {

	display: block;

	position: relative;

}



.post-image {

	margin: 0 auto;
	width: 100%;
	height: auto;

}



.post-image-hover {

	background: #000000;

	background: rgba(0, 0, 0, 0.57);

	bottom: 0;

	color: #ffffff;

	font-size: 24px;

	font-family: 'Raleway', sans-serif;

	left: 0;

	opacity: 0.0;

	padding: 0 20px;

	position: absolute;

	right: 0;

	text-align: center;

	text-transform: uppercase;

	top: 0;



	-webkit-box-shadow: inset 0 0 250px rgba(0, 0, 0, 0.9);

	-moz-box-shadow: inset 0 0 250px rgba(0, 0, 0, 0.9);

	box-shadow: inset 0 0 250px rgba(0, 0, 0, 0.9);



	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	-o-transition: all 0.3s;

	transition: all 0.3s;

}



.top-left .post-image-hover {

	padding: 0;

}



.post-image-hover .fa {

	color: #ffffff;

}



.post-image-container-nomargin .post-image-hover {

	background: transparent;



	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}



.post-image-hover-text-container {

	display: table;

	height: 100%;

	width: 100%;

}



.post-image-hover-text {

	display: table-cell;

	line-height: 1;

	text-align: center;

	vertical-align: middle;

}

.post-image-hover-text .title {
	overflow: hidden;
	max-height: 33%;
}



.top-left .post-image-hover-text {

	padding: 12px;

	text-align: left;

	vertical-align: top;

}



.post-image-hover-text-large {

	font-size: 48px;

}



.post-image-hover-text .embellishment {

	border-bottom: 1px solid #ffffff;

	margin: 0 auto .6em;

	padding-bottom: 1em;

	max-width: 50%;

}



.post-image-hover a {

	color: #ffffff;

	text-decoration: none;

}



.post-image-hover-text-link {

	display: inline-block;

}



.post-image-hover-text-link img {

	display: block;

}



.post-image-container:hover .post-image-hover {

	opacity: 1.0;

}



.post-image-hover-pin {



}



.post-image-hover-pin .fa {

	color: #ffffff;

	display: block;

	font-size: 48px;

	line-height: 60px;

	text-align: center;

}



.pinterest-overlay-container {

	background: #000000;

	background: rgba(0, 0, 0, 0.5);

	display: inline-block;

	height: 60px;

	line-height: 60px;

	text-align: center;

	vertical-align: middle;

	width: 60px;



	-webkit-background-clip: padding-box;

	-moz-background-clip: padding-box;

	background-clip: padding-box;



	-webkit-border-radius: 30px;

	-moz-border-radius: 30px;

	border-radius: 30px;

}



.pinterest-overlay-container > * {

	line-height: 60px;

}



.post-image-hover .post-meta,

.post-image-hover .post-excerpt {

	bottom: 18px;

	float: none;

	left: 0;

	position: absolute;

	right: 0;

	text-align: center;

	z-index: 20;

}



.post-image-hover .post-meta .fa {

	color: #ffffff;

}



.post-image-hover .post-excerpt {

	color: #b2b2b2;

	font-size: 13px;

	line-height: 18px;

	padding: 0 18px;

}



.post-image-hover .post-excerpt > *:last-child {

	margin-bottom: 0;

}



.post-padder {

	padding: 22px 18px 16px;

}



.single .post-padder {

	padding-left: 30px;

	padding-right: 30px;

}



.post-title,

.comment-reply-title {

	font: normal 300 30px/36px 'Raleway', sans-serif;

	margin: 0 0 15px;

	overflow: hidden;

	text-align: center;

	text-overflow: ellipsis;

	text-transform: uppercase;

}



.post-title-single {

	text-align: left;

}



.post-title a {

	text-decoration: none;

}



.post-title a:hover {

	text-decoration: underline;

}



.post-excerpt {

	text-align: left;
	margin-bottom: 15px;

}



.post-divider {

	max-width: 100%;

	padding: 12px 0;

}



.post-divider img {

	display: block;

	height: auto !important;

	margin: 0 auto;

	max-width: 100%;

}

.post-footer .post-meta {
	width: 100%;
	text-align: center;
}


.post-footer.full-layout {
	margin-top: 30px;
}


.post-footer {

	color: #636363;

	font-family: 'PT Serif', serif;

	font-style: italic;

	position: relative;

	bottom: 15px;

}



.post-footer a {

	color: #636363;

	text-decoration: none;

}



.post-footer .fa {

	color: #000000;

}



.post-meta {

	padding-bottom: 12px;

	text-align: center;

}



.post-meta a:hover,

.post-meta a:hover .fa {

	color: #999999;

}



.post-date {



}



.post-meta-divider {

	display: inline-block;

	padding: 0 10px;

}



.post-comments a {

	text-decoration: none;

}



.post-share {

	position: relative;

	text-align: left;

	overflow: hidden;

}

.post-footer .post-share {
	display: inline-block;
	top: 3px;
	vertical-align: bottom;
}



.post-share-prompt {

	background: #ffffff;

	bottom: 0;

	display: table-cell;

	left: 0;

	position: absolute;

	right: 0;

	top: 0;

	white-space: nowrap;

	vertical-align: middle;



	-webkit-transition: left 0.3s ease 0s;

	-moz-transition: left 0.3s ease 0s;

	-o-transition: left 0.3s ease 0s;

	transition: left 0.3s ease 0s;

}



.post-share:hover .post-share-prompt {

	left: 100%;

}



.load-more {

	display: none;

}



/* Comments */

.comments {

	background: #ffffff;

	margin-bottom: 24px;

}


#commentform #submit {
	border: 1px solid;
}

#commentform p {
	text-transform: uppercase;
}


.comments .form-submit {

	text-align: right;

}



.comments-count,

.comment-reply-title {

	text-align: left;

	text-transform: none;

}



.comment-reply-title,

.comment-reply-title small {

	font-size: 18px;

	line-height: 24px;

	margin-bottom: 0;

}



.comments-list,

.comments-list .children {

	list-style: none;

	margin: 0;

	padding: 0;

}



/* This is a nightmare, but is necessary for what we're trying to do */

/*.children .comment-container { padding-left: 2.5%; }

.children .children .comment-container { padding-left: 5.0%; }

.children .children .children .comment-container { padding-left: 7.5%; }

.children .children .children .children .comment-container { padding-left: 10.0%; }

.children .children .children .children .children .comment-container { padding-left: 12.5%; }

.children .children .children .children .children .children .comment-container { padding-left: 15.0%; }

.children .children .children .children .children .children .children .comment-container { padding-left: 17.5%; }

.children .children .children .children .children .children .children .children .comment-container { padding-left: 20.0%; }

.children .children .children .children .children .children .children .children .children .comment-container { padding-left: 22.5%; }

.children .children .children .children .children .children .children .children .children .children .comment-container { padding-left: 25%; }

*/

/*.comment-container .comment-respond {

	margin-top: 12px;

	padding-left: 2.5%;

}*/





.comment-container {

	margin-bottom: 12px;

	padding-bottom: 12px;

}



.comment-avatar {

	float: left;

	width: 102px;

}



.comment-avatar img {

	display: block;

}





.comment-authored {

	float: left;

	margin-bottom: 18px;

	width: 100%;

}



.comment-author {

	float: left;

}



.comment-date {

	float: right;

}



.comment-author a {

	font-weight: 700;

}



.comment-text {



}


.comment-text > ol,

.comment-text > ul {

	margin: 0 0 18px;

}



.comment-text > *:last-child,

.comments-form > *:last-child {

	margin: 0;

}



.comment-respond {



}



.form-allowed-tags {

	display: none;

}



#comment {

	height: 60px;

}



/* Portfolio Overrides */

.project-item .hentry {

	margin-bottom: 17px;

}



.project-item .post-padder {

	padding: 27px 0 21px;

}



.project-item .post-share {

	float: none;

}



.project-item .post-excerpt,

.pinboard-item-project .post-excerpt {

	max-height: 36px;

	overflow: hidden;

}



.main-carousel {

	margin-bottom: 0;

}



.carousel,

.tearsheet {

	position: relative;

	width: 100%;

}



.carousel-processed,

.tearsheet-processed {

	margin-top: -24px;

}



.carousel-inner,

.tearsheet-inner {

	display: none;

	position: relative;



	/*height: 695px;*/

	/*overflow: hidden; applied via JavaScript so users without JavaScript get a nice experience */

}



.carousel-nav,

.tearsheet-nav {

	background: transparent url(../img/carousel-arrows.png) no-repeat 0 0;

	height: 51px;

	margin-top: -25px;

	overflow: hidden;

	position: absolute;

	left: 20px;

	text-indent: 150%;

	top: 50%;

	white-space: nowrap;

	width: 40px;

	z-index: 10001;

}



.carousel-nav:focus,

.tearsheet-nav:focus {

	outline: 0;

}



.carousel-nav-next,

.tearsheet-nav-next {

	background-position: -40px 0;

	left: auto;

	right: 20px;

}



.carousel-item {

	background: #000000;

	bottom: 0;

	display: block;

	left: 0;

	margin-bottom: 12px;

	right: 0;

	top: 0;

	z-index: 9998;



	/*position: absolute; applied via JavaScript so users without JavaScript get a nice view*/

}



.carousel-item.active {

	z-index: 9999;

}



.carousel-item-image {

	display: block;

	margin: 0 auto;

	width: 100%;



	/*position: absolute;*/

}



.carousel-item-image-processed {

	max-width: none;

	position: absolute;

}



.carousel-item-image-invisible {

	visibility: hidden;

}



/*.carousel-item-image-landscape {

	max-height: none;

	width: 100%;

}



.carousel-item-image-portrait {

	max-width: none;

	height: 100%;

}*/



.carousel-item-cover {

	bottom: 0;

	display: none;

	left: 0;

	position: absolute;

	right: 0;

	top: 0;

}



.carousel-item .post-excerpt-outer {

	bottom: 52px;

	left: 50%;

	max-width: 744px;

	position: absolute;

}



.carousel-item .post-excerpt {

	color: #ffffff;

	margin-left: -50%;

	padding-right: 50%;

	text-align: center;

}



/* Tearsheet */

.tearsheet {

	background: #000000;

	position: relative;

	overflow: hidden;

	width: 100%;

}



.carousel-loader,

.tearsheet-loader {

	background: transparent url(../img/loading.gif) no-repeat center center;

	display: block;

	left: 50%;

	margin-left: -50px;

	margin-top: -50px;

	height: 100px;

	overflow: hidden;

	position: absolute;

	text-indent: 150%;

	top: 50%;

	white-space: nowrap;

	width: 100px;

	z-index: 100000;

}



.tearsheet-inner {

	overflow-x: auto;

	overflow-y: hidden;

	position: static;

}



.tearsheet-items {

	position: relative;

	z-index: 2;

}



.tearsheet-item {

	background: #000000;

	border-right: 10px solid transparent;

	float: left;

	height: 100%;

	width: auto !important;

}



.tearsheet-item-image {

	display: block;

	height: 100%;

	max-height: 100%;

	width: auto !important;

}



/* Pinboard Overrides */

.pinboard {

	margin-left: -3px;

	margin-right: -3px;

}



.pinboard-item {

	padding: 0 6px;

	width: 100%;

}



.pinboard .hentry {

	margin-bottom: 6px;

}



.pinboard .post-padder {

	padding: 32px 10px 10px;

}



.pinboard .post-padder.has-image {

	padding-top: 19px;
}



.pinboard .post-meta {

	color: #ffffff;

	font-size: 12px;

	padding: 0 20px;

}



.pinboard .post-meta .fa {

	color: #ffffff;

}



.pinboard .post-title {

	font-size: 18px;

	line-height: 22px;

}



.pinboard .post-divider {

	margin: 10px auto 20px;

}



.pinboard .post-footer {

	text-align: center;

}



.pinboard .post-share {

	display: inline-block;

	float: none;

}



/* Pagination */

.pagination-image {



}



.pagination-image,

.pagination-text {

	display: inline-block;

	vertical-align: middle;

}



.pagination-text {

	display: none;

	padding: 0 15px;

}



.pagination-page {

	margin: 0 0 24px;

}



/* Sidebar and Widgets */

.sidebar {

	background: #ffffff;

	padding: 0 10px;

}



.widget {

	padding: 19px 5px 19px;

}



.widget-title {

	border-bottom: 1px solid #e4e4e4;

	font: normal 700 18px/36px 'Raleway', sans-serif;

	margin-bottom: 18px;

	padding-bottom: 4px;

	text-align: center;

	text-transform: uppercase;
}



.widget ol,

.widget ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



.widget ol li,

.widget ul li {

	margin-bottom: 8px;

}





.widget li ol,

.widget li ul {

	margin-left: 8px;

	margin-top: 8px;

}



/** Recent Posts Widget **/

.excerpt-widget {

	background: transparent;

	margin-bottom: 16px;

}



.excerpt-widget:last-child {

	margin-bottom: 0;

}



.excerpt-widget-featured {

	margin-bottom: 19px;

}



.excerpt-widget-featured:last-child {

	border-bottom: none;

	margin-bottom: 0;

	padding-bottom: 0;

}



.excerpt-widget .post-image-container {

	margin-bottom: 12px;

	margin-left: 0;

	margin-right: 0;

}



.excerpt-widget .post-image {

	margin: 0 auto;

}



.excerpt-widget .post-title {

	font-size: 14px;

	line-height: 18px;

	margin-bottom: 11px;

}



.excerpt-widget .post-footer {

	text-align: center;

}



.excerpt-widget .post-divider {

	margin: 14px auto 0;

}



.excerpt-widget:last-child .post-divider {

	display: none;

}



.excerpt-widget .post-meta {

	float: none;

	margin-top: 25px;

}



/** Special footer styling **/

.footer .widget {

	padding-top: 0;

}



.footer .widget-title {

	border: none;

	font-size: 14px;

	line-height: 36px;

	padding-bottom: 0;

	text-align: left;

}



.footer .excerpt-widget .post-title {

	text-align: left;

}



.footer .excerpt-widget .post-excerpt {

	font-size: 14px;

	line-height: 18px;

	text-align: left;

}



.footer .excerpt-widget-recent {

	margin-bottom: 20px;

	padding-bottom: 21px;

}



.footer .excerpt-widget-recent:last-child {

	border-bottom: none;

	margin-bottom: 0;

	padding-bottom: 0;

}



.footer .excerpt-widget-recent .post-image-container {

	float: left;

	margin-bottom: 0;

	width: 105px;

}



.footer .excerpt-widget-recent .excerpt-content-with-image {

	margin-left: 120px;

}



.footer .excerpt-widget-recent .post-title {

	max-height: 36px; /* 2 * line height */

	overflow: hidden;

	text-overflow: ellipsis;

}



.footer .excerpt-widget-recent .post-meta {

	text-align: left;

}



.footer .excerpt-widget-recent .post-divider {

	display: none;

}



.footer .excerpt-widget-featured:last-child {

	padding-bottom: 0;

}



.footer .excerpt-widget-featured .post-title {

	text-align: center;

}



.footer .excerpt-widget-featured .post-image-container {

	text-align: center;

}



/* Forms */

#slr-lounge-theme-contact-message {

	height: 172px;

}

.widget_categories .cat-item {
	font-family: Lato, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

#wp-calendar caption {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}

#wp-calendar thead tr th {
	font-size: 12px;
}

.widget_recent_comments .comment-author-link {
	font-family: Lato, sans-serif;
	font-weight: 400;
}

.widget_search #searchsubmit {
	border: 1px solid lightgrey;
	font: normal 400 12px/normal 'Lato', sans-serif;
	color: grey;
}

.post-footer.tearsheet-layout .post-meta {
	text-align: center;
}

.widget_search .searchform div {
	text-align: right;
}

.widget_search .searchform div .screen-reader-text {
	text-align: left;
}
