/*
	Theme Name: Mocaccino - The perfect theme for coffee shops
	Theme URI: http://themeforest.net/user/DanyDuchaine
	Author: DanyDuchaine
	Author URI: http://themeforest.net/user/DanyDuchaine
	Description: The ultimate portfolio WordPress theme.
	Version: 1.0.2
	License: GPL2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: responsive-layout, theme-options, translation-ready
	Text Domain: ds_string
*/


/**
 * Reset CSS
 */

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}


/**
 * Typography 
 */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Open Sans;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	max-width: 100%;
}

textarea:focus,
input:focus{
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #2a2a2a;
	line-height: 1.5;
	font-weight: 300;
	font-family: "Domine", sans-serif;
	margin-bottom: 20px;
}

h1 {
	font-size: 31px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p {
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

ul, 
ol { 
	margin-bottom: 20px;
}

ul { 
	list-style: disc inside;
	margin-left: 30px;
}

ol { 
	list-style: decimal inside; 
	margin-left: 30px;
}

ul ul, 
ul ol,
ol ol, 
ol ul { 
	margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li { 
	margin-bottom: 6px;
}

li { 
	margin-bottom: 12px;
}

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;
	margin-bottom: 30px;
}

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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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 {
	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%;
	border-collapse: collapse !important;
}

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	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.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #484848;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #484848;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #484848;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #484848;
}

textarea {
	padding: 10px;
}

select {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	line-height: 1;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 98%;
}

a {
	color: #8b8467;
	text-decoration: none;
}

table { 
	border: 1px solid #e0e0e0; 
	border-spacing: 0; 
	margin: 0 0 20px 0; 
	width: 100%; 
}
	table caption {
		font-weight: bold; 
		margin-bottom: 10px;
	}
	
	td {
		text-align: center;
		border: 1px solid #e0e0e0;
		padding: 5px;
	}
	
	th {
		background: #f8f8f8;
		padding: 5px;
		text-align: center;
	}


/**
 * Floats and Clearing
 */

.no-margin-bottom {
	margin-bottom: 0;
}

.fl { float: left; }
.fr { float: right; }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}


/**
 * WordPress 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;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {

}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {

}

.site-main .gallery-columns-4 .gallery-item img {

}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/**
 * Layout 
 */

body {
	background: #5c5c5c;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-size: 13px;
	font-family: "Cambo";
}

#page-container {
	position: relative;
}

.wrapper {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}

#page-container {
	width: 1280px;
	margin: 50px auto;
}

/**
 * Header
 */

#header {
	background-color: #181818;
	padding: 0 50px;
	-moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
	box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
	position: relative;
	min-height: 90px;
}

	/**
	 * Logo
	 */

	#logo {
		float: left;
		padding-top: 21px;
		border-top: 5px solid #e8482d;
	}

		#logo a {
			display: block;
		}

			#logo img {
				display: block;
			}

	/**
	 * Mobile Navigation
	 */

	#mobile-nav {
		position: relative;
		display: none;
		float: right;
	}

		#mobile-nav select {
			cursor: pointer;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			opacity: 0;
			position: absolute;
			right: 0;
			top: 0;
			padding-top: 0;
			padding-bottom: 0;
			z-index: 10;
			height: 38px;
			width: 100%;
		}

		#mobile-nav-hook {
			color: #c1c1c1;
			font-size: 24px;
		}

	/**
	 * Navigation
	 */

	#navigation {
		float: right;
		z-index: 1030;
		line-height: 90px;
	}

		#navigation .menu {
			list-style: none;
			margin: 0;
			padding: 0;
			margin-top: 0;
		}

			#navigation .menu > li {
				display: inline-block;
				margin: 0 0 0 26px;
				padding: 0;
				position: relative;
				z-index: 1030;
			}

			#navigation .menu > li:first-child {
				margin-left: 0;
			}

				#navigation .menu > li > a {
					color: #757575;
					display: block;
					font-size: 12px;
					text-decoration: none;
					font-family: Domine, sans-serif;
					font-weight: bold;
					border-top: 5px solid transparent;
				}

				#navigation .menu > li.current-menu-item > a,
				#navigation .menu > li > a:hover {
					color: #fff;
					border-top: 5px solid #e8482d;
				}

				/* Subnav */

				#navigation .menu ul {
					background: #212121;
					display: none;
					list-style-type: none;
					margin: 0;
					opacity: 0;
					padding: 14px 0;
					position: absolute;
					top: 100%;
					left: -30px;
					-moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
					-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
					box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
				}

					#navigation .menu  ul li {
						display: block;
						white-space: nowrap;
						margin: 0;
						padding: 0 30px;
						position: relative;
					}

						#navigation .menu  ul li a {
							border-bottom: 1px solid #2e2e2e;
							color: #717171;
							line-height: 1;
							display: block;
							font-size: 12px;
							text-decoration: none;
							font-family: Domine, sans-serif;
							font-weight: bold;
							padding: 17px 0;
							text-decoration: none;
						}

						#navigation .menu  ul li:last-child > a {
							border-bottom: 0;
						}

						#navigation .menu  ul li.current-menu-item > a,
						#navigation .menu  ul li > a:hover {
							color: #fff;
						}

							#navigation .ds-icon.ds-subnav-arrow {
								display: none;
								color: #bfbfbf;
								font-size: 8px;
								margin-left: 10px;
								vertical-align: middle;
								position: relative;
								top: -3px;
								margin-right: 0;
							}

							#navigation  li.current-menu-item .ds-icon.ds-subnav-arrow {
								color: #878787;
							}

							/* Subsub nav */

							#navigation .menu  ul ul {
								left: 100%;
								margin-left: 0;
								top: -1px;
							}

	/**
	 * Header extra
	 */

	#header-extra {
		float: right;
		line-height: 1;		
		position: relative;
		margin-left: 30px;
		padding-left: 30px;
		border-left: 1px solid #2d2d2d;
		margin-top: 40px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

		#header-extra a {
			font-size: 14px;
			margin-left: 18px;
			display: block;
			color: #747474;
			position: relative;
			float: left;
		}

		#header-extra a:hover {
			color: #fff;
		}

		#header-extra a:first-child {
			margin-left: 0;
		}

		#header-extra-search {
			background: #282828;
			width: 0;
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 99999;
			display: none;
		}

			#header-extra-search form {
				width: 80%;
			}

			#header-extra-search input {
				background: transparent;
				border: 0;
				font-size: 18px;
				line-height: 18px;
				height: 20px;
				font-weight: normal;
				font-family: "Cambo";
				color: #484848;
				height: 95px;
				padding: 0 32px;
				width:  80%;
			}

			#header-extra-search .header-search-close {
				position: absolute;
				right: 40px;
				cursor: pointer;
				font-size: 22px;
				top: 37px;
			}

		#header-extra .header-extra-cart .ds-icon {
			
		}

			.header-extra-cart-amount {
				background: #e8482d;
				border-radius: 50%;
				color: #fff;
				font-size: 11px;
				font-family: "Domine";
				height: 20px;
				line-height: 20px;
				position: absolute;
				text-align: center;
				top: -16px;
				right: -16px;
				width: 20px;
			}

	#header-extra .header-extra-search {
		background: #fff;
		position: absolute;
		top: 0;
		right: 100%;
		z-index: 99999999;
		width: 37px;
		overflow: hidden;
		-webkit-transition: width 200ms linear;
		-moz-transition: width 200ms linear;
		-o-transition: width 200ms linear;
		-ms-transition: width 200ms linear;
		transition: width 200ms linear;
	}

		#header-extra .header-extra-search.active {
			width: 200px;
		}

		#header-extra .header-extra-search input {
			background: transparent;
			color: #c8c8c8;
			font-family: "Lato";
			font-size: 12px;
			line-height: 1;
			position: absolute;
			padding: 0;
			top: 0;
			left: 35px;
			right: 0
			bottom: 0;
			border: 0;
			margin-top: 10px;
		}

/**
 * Main
 */

#main {
	background: #fff;
	padding-bottom: 50px;
}

#main .wrapper {
	padding: 50px;
	margin: 0;
}

.dslc-page #main {
	background: transparent;
}

	.dslc-page #main .wrapper {
		padding: 0;
	}
	
	/**
	 * Content
	 */

	#content {
		
	}

/**
 * Blog
 */

.blog-post {
	margin-bottom: 30px;
}

.blog-post:nth-child( 3n+3 ) {
	margin-right: 0;
}

.blog-post:nth-child( 3n+1 ) {
	clear: both;
}

.blog-post.sticky {
	background: #f8f8f8;
}

.blog-post:last-child {

}

	.blog-post-thumb {
		margin-bottom: 18px;
	}

		.blog-post-thumb img {
			display: block;
		}

	.blog-post-meta {
		overflow: hidden;
		border: 1px solid #e5e5e5;
		border-width: 1px 0;
		padding: 15px 0;
		margin-bottom: 16px;
	}

		.blog-post-meta-info {
			float: left;		
		}

			.blog-post-meta-avatar {
				margin-right: 15px;
				width: 38px;
				display: inline-block;
			}

				.blog-post-meta-avatar img {
					vertical-align: middle;
					width: 100%;
					border-radius: 50%;
				}

			.blog-post-meta-details {
				display: inline-block;
				vertical-align: middle;
				font-size: 12px;
				font-family: "Cantata One", serif;
			}

				.blog-post-meta-details a {
					color: inherit;
				}

				.blog-post-meta-author {
					display: block;
					color: #000;
					margin-bottom: 7px;
					line-height: 1;
				}

				.blog-post-meta-cats {
					display: block;
					color: #979797;
					line-height: 1;
				}

		.blog-post-meta-author {
			
		}

		.blog-post-meta-date {
			
		}

	.blog-post-main {
	
	}

		h2.blog-post-title {
			color: rgb(102, 102, 102);
			font-size: 20px;
			font-weight: 400;
			font-family: Cambo;
			line-height: 31px;
		}

			.blog-post-title a {
				color: inherit;
			}

		.blog-post-excerpt {
			color: rgb(149, 149, 149);
			font-size: 15px;
			font-weight: 500;
			font-family: Cambo;
			margin-bottom: 22px;
		}

		.blog-post-read-more {
			display: inline-block;
			background-color: #8b8467;
			border-width: 0px;
			border-style: solid solid solid solid;
			border-radius: 3px;
			color: #ffffff;
			font-size: 13px;
			font-weight: 700;
			font-family: Roboto;
			padding-top: 11px;
			padding-bottom: 11px;
			padding-left: 11px;
			padding-right: 11px;
			text-transform: uppercase;
			line-height: 1;
		}	

		.blog-post-read-more:hover {
		
		}

			.blog-post-read-more .ds-icon {
				
			}

/**
 * Pagination
 */

.pagination,
.classic-pagination {
	margin-top: 30px;
}

	.pagination li {
		display: inline-block;
		margin: 0;
		padding: 0;
		margin-right: 10px;
	}

		.pagination li a {
			border-style: solid solid solid solid;
			border-radius: 3px;
			font-size: 11px;
			font-weight: 700;
			font-family: "Open Sans", sans-serif;
			padding-top: 12px;
			padding-bottom: 12px;
			padding-left: 12px;
			padding-right: 12px;
		}

		.pagination li.active a {
			background-color: #e66e65;
			border-color: #e66e65;
			border-width: 1px;
			color: #ffffff;
		}

		.pagination li.inactive a {
			background-color: #ffffff;
			border-color: #d9d9d9;
			border-width: 1px;
			color: #979797;
		}

/**
 * Comments
 */

 #comments {

 }

	.comments {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.comment {
			
		}

			.comment-inner {
				border: 1px solid #dbdbdb;
				margin: 0 0 30px 0;
				padding: 40px 35px;
			}

				.comment-info {
					border-bottom: 1px solid #c7c7c7;
					font-size: 12px;
					font-weight: bold;
					font-style: italic;
					line-height: 34px;
					margin-bottom: 20px;
					padding-bottom: 20px;
				}

					.comment-meta {
						float: left;
						list-style-type: none;
						margin: 0;
						padding: 0;
					}

						.comment-meta li {
							display: block;
							float: left;
							margin: 0;
							margin-right: 20px;
							padding: 0;
						}

						.comment-author {

						}

							.comment-author-avatar {
								margin-right: 10px;
							}

								.comment-author-avatar img {
									vertical-align: middle;
								}

						li.comment-date {
							color: #86929e;
							display: block;
						}

					.comment-reply {
						display: block;
						float: right;
					}

				.comment-main {

				}

				.comments .children {
					list-style-type: none;
					margin: 0;
					padding: 0 0 0 90px;
				}

					.comments-children .comment {

					}

		.bypostauthor {

		}

 #respond {
	margin: 0 0 30px 0;
 }

	#reply-title {
		font-size: 20px;
		line-height: 1;
		margin: 0 0 28px 0;
	}

	#commentform {

	}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			float: left;
			width: 222px;
			margin: 0 20px 20px 0;
		}

		.comment-form-website {
			margin-right: 0;
		}

		.comment-form-comment {
			margin-bottom: 10px;
		}

			#commentform input[type=text],
			#commentform textarea {
				
			}

			#commentform textarea {
				height: 140px;
			}

/**
 * Footer
 */

.flickr-feed {

}

	.flickr-feed span {
		display: block;
		float: left;
		width: 23%;
		margin: 1%;
	}

		.flickr-feed span img {
			border-radius: 3px;
		}

	.flickr-widget-button {
		background-color: rgb(232, 72, 45);
		border-width: 0px;
		border-style: solid solid solid solid;
		border-radius: 3px;
		color: #ffffff !important;
		font-size: 13px;
		font-weight: 700;
		font-family: "Open Sans";
		padding-top: 11px;
		padding-bottom: 11px;
		padding-left: 11px;
		padding-right: 11px;
		text-transform: uppercase;
		display: inline-block;
		margin-top: 20px;
	}

#footer {
	padding: 50px;
	padding-top: 0;
	background-color: #121212;
	margin-top: 50px;
	color: #84898c;
	-moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
	box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
}

	#footer-inner {
		
	}

		#footer .widget {
			padding-top: 45px;
			border-top: 4px solid #e8482d;
		}

		#footer .widget:nth-child(4) {
			margin-right: 0;
		}

			#footer .widget-title {
				font-family: "Open Sans";
				font-weight: 600;
				color: #fff;
				font-size: 20px;
				line-height: 1;
				margin-bottom: 23px;
				letter-spacing: -1px;
			}

			#footer .widget ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}

				#footer .widget li {
					margin: 0 0 15px 0;
					padding: 0 0 15px 0;
					border-bottom: 1px solid #353535;
				}

				#footer .widget li:last-child {
					margin: 0;
					padding: 0;
					border: 0;
				}

					#footer .widget li a {
						color: #fff;
					}

/**
 * Widgets
 */

.widget_tag_cloud {

}

	.widget_tag_cloud a,
	.widget_tag_cloud a:hover,
	.widget_product_tag_cloud a,
	.widget_product_tag_cloud a:hover {
		background: #ddd;
		border-radius: 3px;
		color: #fff !important;
		font-style: 12px;
		line-height: 1;
		display: inline-block;
		padding: 6px 5px;
		margin-right: 3px;
		text-transform: uppercase;
		font-style: normal;
	}

/**
 * Other
 */

input[type="submit"].wpcf7-submit {
	border: 0;
	background-color: #8b8467;
	border-radius: 3px;
	padding: 12px;
	color: #fff;
	font-size: 14px;
}

.screen-reader-text {
	display: none;
}

.separator-medium {
	height: 1px;
	margin: 30px 0;
}

.align-center {
	text-align: center;
}

#ascrail2000 {
	z-index: 99999999 !important;
}

h2.page-title-404 {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
}

/**
 * LC Specific
 */

.drop-shadow {
	-moz-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
	box-shadow: 0 0 18px 0 rgba(0,0,0,.63); /* drop shadow */
}

.section-banner {
	z-index: 1;
}

body.dslc-page #main .wrapper {
	width: auto !important;
}

body.dslc-page #main {
	padding: 0;
}

#dslc-content img {
	max-width: 100%;
}

.dslca-change-width-modules-area-options,
.dslca-change-width-module-options { 
	width: 118px !important;
}

.dslc-res-phone .dslc-posts-orientation-horizontal .dslc-post-thumb {
	width: 100% !important;
	margin-bottom: 15px !important;
}

.dslc-res-phone .dslc-posts-orientation-horizontal .dslc-post-main {
	width: 100% !important;
}

.dslc-modules-section.dslc-full .dslc-modules-section-wrapper {
	width: 100% !important;
}

/**
 * Menu
 */

#dslc-content .dslc-menu-item.dslc-masonry-item {
	opacity: 0;
}

#dslc-content .dslc-menu-item-main-inner {
	overflow: hidden;
	width: auto !important;
}

#dslc-content .dslc-menu-item-price {
	float: left;
	margin-right: 20px;
}

	#dslc-content .dslc-menu-item-price span {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		text-align: center;
		line-height: 50px;
	}

#dslc-content .dslc-menu-item-title {
 	text-transform: uppercase;
 }

 	#dslc-content .dslc-menu-item-title h2 {
 		margin: 0;
 	}

#dslc-content .dslc-menu-item-read-more {

}

	#dslc-content .dslc-menu-item-read-more a {
		display: inline-block;
		line-height: 1;
		text-decoration: none;
		border: 0 solid transparent;
	}

#dslc-content .dslc-menu-tp-thumbnail {
	position: relative;
}

	#dslc-content .dslc-menu-tp-thumbnail-price {
		position: absolute;
	}

		#dslc-content .dslc-menu-tp-thumbnail-price span {
			display: block;
			width: 74px;
			height: 74px;
			border-radius: 50%;
			text-align: center;
			line-height: 74px;
		}

/**
 * Events
 */

#dslc-content .dslc-event.dslc-masonry-item {
	opacity: 0;
}

#dslc-content .dslc-event-thumb {
	position: relative;
}

#dslc-content .dslc-event-date {
	position: absolute;
	height: 93px;
	width: 93px;
	border-radius: 50%;
	text-align: center;
}

	#dslc-content .dslc-event-date-month {
		display: block;
		line-height: 1;
		text-transform: uppercase;
	}

	#dslc-content .dslc-event-date-day {
		display: block;
	}

#dslc-content .dslc-event-title {
 	text-transform: uppercase;
 }

 	#dslc-content .dslc-event-title h2 {
 		margin: 0;
 	}

#dslc-content .dslc-event-read-more {

}

	#dslc-content .dslc-event-read-more a {
		display: inline-block;
		line-height: 1;
		text-decoration: none;
		border: 0 solid transparent;
	}

#dslc-content .dslc-event-tp-thumbnail {
	position: relative;
}

	#dslc-content .dslc-event-tp-thumbnail-info {
		position: absolute;
	}

		#dslc-content .dslc-event-tp-thumbnail-date {
			position: relative;
			height: 93px;
			width: 93px;
			border-radius: 50%;
			text-align: center;
			padding: 1px;
		}

			#dslc-content .dslc-event-tp-thumbnail-date-month {
				display: block;
				line-height: 1;
				text-transform: uppercase;
			}

			#dslc-content .dslc-event-tp-thumbnail-date-day {
				display: block;
			}

		

/**
 * Slider
 */

.dslc-slider-container .dslc-slider-item img {
	display: block;
}

.dslc-slider-item-info {
	position: absolute;
	text-align: center;
}

	.dslc-slider-item-info-links {

	}

		.dslc-slider-item-info-links a {
			line-height: 1;
			display: inline-block;
			margin: 0 20px;
		}

		.dslc-slider-item-info-links a:last-child {
			background-color: transparent;
			border-color: #fff;
		}

	.owl-pagination,
	.owl-controls {
		display: none !important;
	}

	#dslc-content .dslc-module-DSLC_Slider .dslc-slider {
		padding-bottom: 0;
	}

.dslc-module-DSLC_Slider .dslc-slider-container .dslc-carousel-wrapper {
	padding: 0 50px;
}

	.dslc-module-DSLC_Slider .dslc-carousel-item {
		opacity: 0.5;
		cursor: pointer;
		padding-top: 35px;
		padding-bottom: 35px;
		border-top: 5px solid transparent;
	}

	.dslc-module-DSLC_Slider .dslc-carousel-item.dslc-carousel-item-active {
		opacity: 1;
		border-top: 5px solid #878265;
	}
		
	.dslc-module-DSLC_Slider .dslc-carousel-item-thumb {
		margin-bottom: 15px;
	}

	.dslc-module-DSLC_Slider .dslc-carousel-item-title {
		text-transform: uppercase;
	}

/**
 * Filters
 */

.dslc-menu-filters,
.dslc-staff-filters,
.dslc-events-filters {
	text-transform: uppercase;
	text-align: center;
}

	.dslc-menu-filters a,
	.dslc-staff-filters a,
	.dslc-events-filters a {
		display: inline-block;
		line-height: 62px;
		margin-right: 36px;
		border-style: solid;
	}

	.dslc-menu-filters a:last-child,
	.dslc-staff-filters a:last-child,
	.dslc-events-filters a:last-child {
		margin-right: 0 !important;
	}

/**
 * Other
 */

#dslc-content .dslc-staff-member-title,
#dslc-content .dslc-product-title {
	text-transform: uppercase;
}

#dslc-content .dslc-posts.dslc-init-masonry {
	margin-bottom: -30px !important;
}

.ds-masonry-loader {
	text-align: center;
}

/**
 * Post info
 */

.ds-moca-post-info-meta span {
	margin: 0 10px;
}

/**
 * Columns
 */

.ds-col {
	display: block;
	float: left;
	margin-right: 2.12766%;
}

.ds-1-col { width: 6.38297%; }
.ds-2-col { width: 14.89361%; }
.ds-3-col { width: 23.40425%; }
.ds-4-col { width: 31.91489%; }
.ds-5-col { width: 40.42553%; }
.ds-6-col { width: 48.93617%; }
.ds-7-col { width: 57.4468%; }
.ds-8-col { width: 65.95744%; }
.ds-9-col { width: 74.46808%; }
.ds-10-col { width: 82.97872%; }
.ds-11-col { width: 91.48936%; }
.ds-12-col { width: 100%; }

.ds-last-col {
	margin-right: 0;
}

/**
 * Medium Monitors
 */

	@media only screen and ( min-width: 1281px ) and ( max-width: 1380px )  {

		#page-container {
			width: 1180px !important;
		}

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 1080px !important;
		}

	}

/**
 * Smaller Monitors
 */

	@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {

		#page-container {
			width: 940px !important;
		}

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 840px !important;
		}
	 
	}

/**
 * Tablets
 */

	@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

		#page-container {
			width: 748px !important;
		}

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 648px !important;
		}

		#navigation { display: none; }

		#mobile-nav { 
			display: block; 
			float: right; 
			clear: none;
			margin-top: 30px;
		}

		#header {
			height: 95px;
		}
		
		#dslc-content .dslc-slider-item-info-title {
			font-size: 30px !important;
		}

		#dslc-content .dslc-slider-item-info-descr {
			font-size: 18px !important;
			line-height: 1.5 !important;
		}

		#dslc-content .dslc-slider-item-info-link-primary,
		#dslc-content .dslc-slider-item-info-link-secondary {
			font-size: 16px !important;
		}

		#dslc-content .dslc-carousel-item-thumb {
			margin-bottom: 0 !important;
		}

		#dslc-content .dslc-carousel-item-title,
		#dslc-content .dslc-carousel-item-descr {
			display: none;
		}

		#dslc-content .dslc-menu-item-thumb {
			margin-bottom: 10px !important;
		}

		#dslc-content .dslc-menu-item-main {
			text-align: center !important;
		}

		#dslc-content .dslc-menu-item-price {
			float: none;
			margin-right: 0;
			margin-bottom: 10px !important;
		}

			#dslc-content .dslc-menu-item-price span {
				display: inline-block;
			}

		/* Events */

		#dslc-content .dslc-event-date {
			width: 50px;
			height: 50px;
		}

			#dslc-content .dslc-event-date-month {
				font-size: 16px !important;
				margin-bottom: 5px !important;
				margin-top: 7px !important;
			}

			#dslc-content .dslc-event-date-day {
				font-size: 13px !important;
				line-height: 1;
			}

			#dslc-content .dslc-event-read-more a:first-child {
				margin-bottom: 10px;
			}

	}


/**
 * Mobile Portrait and Landscape
 */

	@media only screen and ( max-width: 767px ) {
		
		#header {
			height: 95px;
		}

		#header-extra {
			display: none;
		}

		.dslca-post-thumb img {
			widt, sans-serif;
			padding-top: 12px;
			padding-bottom: 12px;
			padding-left: 12px;
			padding-right: 12px;
		}

		.pagination li.active a {
			background-color: #e66e65;
			border-color: #e66e65;
			border-width: 1px;
			color: #ffffff;
		}

		.pagination li.inactive a {
			background-color: #ffffff;
			border-color: #d9d9d9;
			border-width: 1px;
			color: #979797;
		}

/**
 * Comments
 */

 #comments {

 }

	.comments {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.comment {
			
		}

			.comment-inner {
				border: 1px solid #dbdbdb;
				margin: 0 0 30px 0;
				padding: 40px 35px;
			}

				.comment-info {
					border-bottom: 1px solid #c7c7c7;
					font-size: 12px;
					font-weight: bold;
					font-style: italic;
					line-height: 34px;
					margin-bottom: 20px;
					padding-bottom: 20px;
				}

					.comment-meta {
						float: left;
						list-style-type: none;
						margin: 0;
						padding: 0;
					}

						.comment-meta li {
							display: block;
							float: left;
							margin: 0;
							margin-right: 20px;
							padding: 0;
						}

						.comment-author {

						}

							.comment-author-avatar {
								margin-right: 10px;
							}

								.comment-author-avatar img {
									vertical-align: middle;
								}

						li.comment-date {
							color: #86929e;
							display: block;
						}

					.comment-reply {
						display: block;
						float: right;
					}

				.comment-main {

				}

				.comments .children {
					list-style-type: none;
					margin: 0;
					padding: 0 0 0 90px;
				}

					.comments-children .comment {

					}

		.bypostauthor {

		}

 #respond {
	margin: 0 0 30px 0;
 }

	#reply-title {
		font-size: 20px;
		line-height: 1;
		margin: 0 0 28px 0;
	}

	#commentform {

	}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			float: left;
			width: 222px;
			margin: 0 20px 20px 0;
		}

		.comment-form-website {
			margin-right: 0;
		}

		.comment-form-comment {
			margin-bottom: 10px;
		}

			#commentform input[type=text],
			#commentform textarea {
				
			}

			#commentform textarea {
				height: 140px;
			}

/**
 * Footer
 */

.flickr-feed {

}

	.flickr-feed span {
		display: block;
		float: left;
		width: 23%;
		margin: 1%;
	}

		.flickr-feed span img {
			border-radius: 3px;
		}

	.flickr-widget-button {
		background-color: rgb(232, 72, 45);
		border-width: 0px;
		border-style: solid solid solid solid;
		border-radius: 3px;
		color: #ffffff !important;
		font-size: 13px;
		font-weight: 700;
		font-family: h: 100% !important;
		}

		#logo { text-align: center; }

		#navigation { display: none; }
		#mobile-nav { display: block; margin-top: 30px;  }		

		#footer .ds-col {
			width: 100%;
			margin-bottom: 30px;
			float: none;
		}

		.blog-post-thumb {
			float: none;
			width: 100%;
			margin-bottom: 20px;
		}

		.blog-post-main {
			overflow: none;
		}

		#header-top-txt,
		#header-bottom-txt,
		#header-filters {
			display: none;
		}

		.dslc-module-DSLC_Slider .dslc-carousel-wrapper {
			display: none;
		}

		.dslc-module-DSLC_Slider .dslc-slider-item-info-title,
		.dslc-module-DSLC_Slider .dslc-slider-item-info-descr {
			display: none;
		}

		.dslc-module-DSLC_Slider .dslc-slider-item-info-link-secondary,
		.dslc-module-DSLC_Slider .dslc-slider-item-info-link-primary {
			margin: 5px 0;
			clear: both;
			padding: 10px !important;
			font-size: 14px !important;
		}

		body.dslc-res-phone .dslc-col:last-child {
			margin-bottom: 0 !important;
		}

	}


/**
 * Mobile Landscape
 */

	@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

		#page-container {
			width: 420px !important;
		}

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 380px !important;
		}



	}

/**
 * Mobile Portrait
 */

 	@media only screen and ( max-width: 479px ) {

 		#header {
 			padding: 0;
 		}

		#page-container {
			width: 300px !important;
		}

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 260px !important;
		}

	}


.post-password-form {margin:30px 0px 0px 0px;}
.post-password-form input{ background-color: #FFFFFF;border: 1px solid #DDDDDD;border-radius: 3px;box-shadow: 1px 1px 3px #EEEEEE inset;color: #999999;font-size: 14px;padding: 16px;width: 25%;}
.ninja-forms-cont a, .ninja-forms-cont button, .ninja-forms-cont input:focus, .ninja-forms-cont input[type="button"], .ninja-forms-cont input[type="reset"], .ninja-forms-cont input[type="submit"], .ninja-forms-cont textarea:focus, .button { 
transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1) 0;
}

.post-password-form input[type="submit"] { background-color: #333333;border: medium none currentColor;box-shadow: none;color: #FFFFFF;cursor: pointer;padding: 16px 24px;text-transform: uppercase;width: auto;}

.post-password-form [type="submit"]:hover { background: #8b8467;}