@charset "utf-8";
/*
Theme Name: Linen & Lace
Theme URI: http://linenlace.lafsdesign.com
Description: Linen and Lace Wordpress Theme
Version: 1.0
Author: Love at First Sight Design
Author URI: http://lafsdesign.com/
Tags: 
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Clear Floated Elements
*/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .clear {
	height:1%;
}

/*
	Style HTML Tags
*/

body {
	color:#b4a697;
	font-size:14px;
background-image: url(images/bg.jpg);
}

a {
	color:#ffc7be;
	text-decoration:none;
	-moz-transition: color .25s ease, margin .25s ease;
	-webkit-transition: color .25s ease, margin .25s ease;
	-o-transition: color .25s ease, margin .25s ease;
	-ms-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}

a:hover {
	color:#FFDDD5;
}

a:focus{
outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
line-height: 200%;
}
h1, h2, h3 {
	font-family: Parisienne, serif;
}
h1 {
	font-size:26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:15px;
}

p {
margin-bottom:10px;
text-shadow: 1px 1px 1px #fff;
}

blockquote {
position: relative;
font-style: italic;
margin: 0 20px 0 20px;
font-size: 110%;
padding: 22px 25px 20px 60px;
background-image: url(images/quote.jpg);
background-repeat: no-repeat;
}


blockquote cite {
	font-style:normal;
}

blockquote cite:before {
	padding-right:8px;
}

table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:24px;
}

table th,
table td {
	padding:6px 0;
}

table th {
	font-weight:600;
}

fieldset {
	border:#f7ede6 1px solid;
	padding:2%;
}

input,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	color:#b4a697;
	padding:8px!important;
	background:#fff;
border: #F8F4F0 solid 1px;
	max-width: 100%;
	margin-bottom: 8px;
}

#subscribe-field{
width:70%!important;
max-width: 300px;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

textarea {
	font-size:15px;
}
input[type=submit],
input[type=reset],
a.comment-reply-link {
position: relative;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
-moz-box-shadow: 0 0 0 4px #fff1ec;
-webkit-box-shadow: 0 0 0 4px #fff1ec;
box-shadow: 0 0 0 4px #fff1ec;
background-color: #fff1ec;
border: solid 1px #fff;
-webkit-appearance: none;
border-radius:0;
color: #CEC4BA;
text-shadow: 1px 1px 0px #fff;
font-weight:bold;
font-size: 12px!important;
padding: 9px 11px 9px 14px;
margin-bottom: 10px;
letter-spacing: 3px;
text-decoration: none;
text-transform: uppercase;
outline: none;
cursor: pointer;
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
a.comment-reply-link:active {
  top: 1px
  }

hr {
	border:none;
}

dt {
	font-weight:600;
}
dd {	 	
margin-left:12px;
}
ul {
	list-style-type:disc;
	margin-left:30px;
	margin-bottom:24px;
}

ul li {
	margin-top:4px;
}

ul ul {
	list-style-type:disc;
	margin-bottom:0;
}

ul ul ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:24px;
}

ol ol {
	list-style: upper-alpha;
	margin-bottom:0
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

address {
	font-size:14px;
	font-style:italic;
	margin-bottom:16px;
}

code {
	padding:1px 4px;
	background:#fff;
	background:-moz-linear-gradient(#fff, #F3F3F3);
	background:-webkit-linear-gradient(#F9F9F9, #F3F3F3);
	background:-o-linear-gradient(#fff, #F3F3F3);
	background:-ms-linear-gradient(#fff, #F3F3F3);
	background:linear-gradient(#fff, #F3F3F3);
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .2);
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:15px;
}

kbd,
tt {
	font-family:monospace;
}


big {
	font-size:1.3em;
}

cite,
em {
	font-style:italic;
}

pre {
	padding:15px;
	background:#fff;
	border:#E3E3E3 1px dashed;
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:15px;
	line-height:1.62em;
	margin-bottom:24px;
	overflow:auto;
}

q {
	quotes:inherit;
}

q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

strong {
	font-weight:600;
}

sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
	font-size:10px;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

img,
video {
	max-width:100%;
	height:auto;
}

figure img {
	display:block;
	margin:0 auto;
}

video {
	display:block;
}

audio {
	max-width:100%;
}

.entry-content a img,
#attachment-nav a img {
	max-width: 98.5%;
}

.entry-content a:hover img,
#attachment-nav a:hover img {

}

/*
	WordPress Standard Tags
*/

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

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

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

.wp-caption {
	max-width:96%;
	padding:3% 2%;
	background:#fff;
	box-shadow: 0 0 11px rgba(0, 0, 0, .05);
}

.wp-caption a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.wp-caption-text {
	margin:3% 0 0;
	color:#b4a697;
	line-height:1.62em;
	text-align:center;
}

.gallery {
	margin:auto;
}
.gallery img{
border: 0!important;
}

.gallery-item {
float: left;
text-align: center;
}

.gallery-columns-1 .gallery-item {
	width:100%;
}

.gallery-columns-2 .gallery-item {
	width:50%;
}

.gallery-columns-3 .gallery-item {
	width:33%;
}

.gallery-columns-4 .gallery-item {
	width:25%;
}

.gallery-columns-5 .gallery-item {
	width:20%;
}

.gallery-item:hover  {
  opacity: 0.7;
}

.gallery-item a img {
	display:block;
	padding:0;
	margin:0 auto;
	border: none!important;
	box-shadow:none;
}

.gallery-icon {
	margin:0;
}

.gallery-caption {
	padding:10px 10px 0;
	margin:0;
	font-size:15px;
	line-height:16px;
	text-align:center;
}

.sticky {
}

.bypostauthor > .comment-body {
}

/*
	Grid System
*/

.column {
	float:left;
}

.onecol {
	width:100%;
}

.twocol {
	width:49.9%;
}

.threecol {
	width:27.5%;
	margin: 2.4%;
}
.page-template-template-blog-no-sidebars-php.page .threecol,
.threefourthcol .threecol {
	width:33.3%;
	margin:0;
}
.fourcol {
	width:23%;
	margin: 1%;
}
#footer .fourcol {
	width:25%;
	margin:0;
}
.twothirdcol {
	width:67.7%;
}

.threefourthcol {
	width:75%;
}

/*
	Theme Design, Layout and Typography
*/

#wrapper {
	position:relative;
	max-width:1129px;
	margin:0 auto;
	background-color:#fdfbf9;
	padding-top: 2%;
	overflow: hidden;
}
#wrapper-top {
	background-image: url(images/bg-top.png);
	background-repeat: repeat-x;
	background-position: top;
	}
#wrapper-right-border {
	position:relative;
	max-width:1172px;
	margin:0 auto;
	background: url(images/bg-right.png) repeat-y right top;
}
#wrapper-left-border {
	position:relative;
	max-width:1177px;
	margin:0 auto;
		padding-bottom:0;
	background: url(images/bg-left.png) repeat-y left top;
}


.page-template-template-no-sidebars-php #wrapper,
.page-template-template-blog-no-sidebars-php #wrapper,
.page-template-template-portfolio-no-sidebars-php #wrapper {
	max-width:1129px;
}

#header {
	background-image: url(images/header.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}
#site-title a,
#site-description {
margin:0 auto;
}
#site-title {
	margin:0 auto;
	display:block;
	text-align:center;
}
#site-title img {
margin: 0 auto;
vertical-align: middle;
width: auto;
height: auto;
}
#site-description {
	font-size:15px;
	font-weight:normal;
	text-align:center;
}
#sidebar-header {
float: right;
min-width:240px;
text-align: center;
margin: 0 1% 0 0;
overflow: hidden;
}
.page-template-template-no-sidebars-php #sidebar-header {
	width:468px;
	height:60px;
	margin-top:20px;
}

#sidebar-header .widget {
	margin:0;
}

#sidebar-header .widget-title {
	margin-top:0;
}

#sidebar-header img {
	display:block;
	margin:0;
}

#sidebar input#s {
width: 171px;
	font-size: 12px;
	border: #fff solid 3px;
	border-radius: 17px;
	padding:8px 16px;
	margin-right:0;
	background:#fff url(images/search.png) right center no-repeat;
	-moz-transition: width .25s ease, margin .25s ease;
	-webkit-transition: width .25s ease, margin .25s ease;
	-o-transition: width .25s ease, margin .25s ease;
	-ms-transition: width .25s ease, margin .25s ease;
	transition: width .25s ease, margin .25s ease;
	color: #b4a697;
	letter-spacing: 1px;
font-family: inherit;
}

#sidebar input#s:focus {
	width: 190px;
	background:#fff url(images/search.png) right center no-repeat;
	text-indent: 0;
}

.widget-area #s {
	padding: 3%;
	margin: 0;
	width: 94%;
}

#sidebar-left #s,
#sidebar-right #s {
	max-width:88%;
	width: auto;
	padding: 6%;
}

input#searchsubmit {
	display:none;
	width:30px;
	padding:2px;
	margin-right:10px;
	background:#a8a8a8;
	background:-moz-linear-gradient(#CCC,#999);
	background:-webkit-linear-gradient(#CCC,#999);
	background:-o-linear-gradient(#CCC,#999);
	background:-ms-linear-gradient(#CCC,#999);
	background:linear-gradient(#CCC,#999);
	border:#999 1px solid;
	text-align:center;
}
#social-media-icons {
	float: right;
margin: 1% 3%;}

a.social-media-icon {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 6px;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1000px;
}

.facebook {
	background-image: url(images/social/facebook.png);
	background-size: 100%;
}

.twitter {
	background-image: url(images/social/twitter.png);
	background-size: 100%;
}

.pinterest {
	background-image: url(images/social/pinterest.png);
	background-size: 100%;
}

.flickr {
	background-image: url(images/social/flickr.png);
	background-size: 100%;
}

.vimeo {
	background-image: url(images/social/vimeo.png);
	background-size: 100%;
}

.youtube {
	background-image: url(images/social/youtube.png);
	background-size: 100%;
}

.google-plus {
	background-image: url(images/social/google-plus.png);
	background-size: 100%;
}

.instagram {
	background-image: url(images/social/instagram.png);
	background-size: 100%;
}

.linkedin {
	background-image: url(images/social/linkedin.png);
	background-size: 100%;
}

#header-image {
	display:block;
	max-width:99.1%;
	padding:0.45%;
	margin-bottom:1.76%;
	background:#fff;
}

#access {
	display:block;
height: 44px;
line-height: 100%!important;
background-color: #fff1ec;
box-sizing: border-box;
border-top: solid 2px #fff;
border-bottom: solid 2px #fff;
-moz-box-shadow: 0 0 0 6px #fff1ec;
-webkit-box-shadow: 0 0 0 6px #fff1ec;
box-shadow: 0 0 0 6px #fff1ec;
}

#access ul {
	list-style:none;
	 display: table;
 margin: 0 auto;
 float: none;
}

#access li {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	z-index:999!important;
}
#access ul li:first-child {
	padding-left:0;
}

#access a {
display: block;
padding: 13px 24px;
font-weight: bold;
font-size: 13px;
font-family: "Georgia", sans-serif;
letter-spacing: 3px;
color: #c5b6a8;
text-shadow: 1px 1px 1px #fff,1px 1px 1px #fff;
text-transform: uppercase;
-moz-transition: background-color .25s ease, margin .25s ease;
-webkit-transition: background-color .25s ease, margin .25s ease;
-o-transition: background-color .25s ease, margin .25s ease;
-ms-transition: background-color .25s ease, margin .25s ease;
transition: background-color .25s ease, margin .25s ease;
}

#access li:hover a{
	color:#d0c1b3;
	background: #fff6f2;
	text-decoration:none;
}

#access li.current_page_item > a,
#access li.current-menu-item > a {}

#access a span {
	color:#b4a697;
}

.drop-down-toggle {
	display:none;
	position:absolute;
	top:7px;
	right:16px;
	width:20px;
	height:20px;
	border: #fff 3px solid;
	border-radius:15px;
}

.drop-down-arrow {
	display:block;
	width:0;
	height:0;
	margin:8px 0 0 5px;
	border-top:5px solid #fff;
	border-left:transparent 5px solid;
	border-right:transparent 5px solid;
}

#access li li {
	float:none;
	min-width:190px;
	padding:0;
	margin:0;
}

#access li li a {
	min-width:150px;
	padding:12px 24px;
	margin:0;
	background: none;
	line-height: 200%;
	text-align:left;
	overflow:hidden;
	font-size: 12px;
letter-spacing: 1px;
}

#access li li:first-child > a {
	border-top: none;
}

#access li li:last-child > a {
	border-bottom: none;
}

#access li li a:hover {
	background:rgba(255, 255, 255, .6);
}
#access li ul {
	display:none;
	position:absolute;
	z-index:9999;
	min-width:240px;
	height:auto;
	margin:0;
	padding:0;
	font-weight: normal;
	text-transform: none;
	background:#fff1ec;
	transition: opacity .55s ease .1s;
-moz-transition: opacity .55s ease .1s;
-webkit-transition: opacity .55s ease .1s;
-ms-transition: opacity .55s ease .1s;
}

#access li ul ul {
	margin:-48px 0 0 240px !important;
}

#access li:hover > ul,
#access li li:hover > ul,
#access li li li:hover > ul {
	display:block;
}

#access .nav-show,
#access .nav-hide {
	display:none;
}
#slider {
	position:relative;
	padding: 2% 3.3% 0 3.3%;
}

#slider a:active {
	outline:none;
}

.slides,
.flex-control-nav {
	margin:0;
	padding:0;
	list-style:none;
}

.slides {
	width:100%;
	overflow:hidden;
}

#slider .slides > li {
	display:none;
	position:relative;
	margin:0;
}

#slider .slides li:first-child {
	display:list-item;
}
.flex-pauseplay span {
	text-transform:capitalize;
}
.slides:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.flex-control-nav {
	position:absolute;
	right:0;
	bottom:4%;
	width:100%;
	list-style: none;
	text-align:center;
}
.flex-direction-nav li .flex-prev {
position:absolute;
background: url(images/arrowleft2.png) no-repeat;
  opacity: 0.5;
width: 34px;
height: 56px;
left:1%;
text-indent: -9999px;
}
.flex-direction-nav li .flex-prev:hover {
  opacity: 0.8;
}
.flex-direction-nav li .flex-next {
position:absolute;
background: url(images/arrowright2.png) no-repeat;
  opacity: 0.5;
width: 34px;
height: 56px;
right:1.7%;
text-indent: -9999px;
}
.flex-direction-nav li .flex-next:hover {
  opacity: 0.8;
}
.flex-control-nav li {
	display:inline-block;
	margin:0 0 0 15px;
}
.flex-control-nav li:first-child {
	margin:0;
}
.flex-control-nav li a {
	display:block;
	width:10px;
	height:10px;
	cursor:pointer;
	background:rgba(255, 255, 255, .4);
	border-radius:24px;
	font-weight:600;
	line-height:24px;
	text-indent:-48px;
	overflow:hidden;
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
background-color: #fff;
}
.flex-direction-nav,
.flex-pauseplay {
	position:absolute;
	top: 46%;
	width:94%;
	list-style: none;
	z-index: 2;
	margin-left:0!important;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
#slider .hentry {
	margin:0;
	box-shadow:none;
	background:none;
	border:none;
	color:#fff;
	text-align:right;
}

#slider .wp-post-image,
#slider .entry-attachment {
	position:relative;
	top:0;
	left:0;
	width:100%;
	max-height: 500px;
}

#slider .entry-attachment {
	z-index: 1;
}

#slider ul li:first-child .entry-container {
	display: block;
}

#slider .entry-title {
	display: none;
	position:absolute;
	top:32%;
	right:0;
	z-index:1;
	float:right;
	margin:0;
	line-height:1.62em;
	background: transparent!important;
}
#slider li:first-child .entry-title {
	display: block;
}
#slider .entry-title a {
	display:none;
	padding:10px 20px;
	background: rgba(148, 115, 73, 0.15);
	color:#fff;
}
#slider .entry-summary {
	clear: both;
	float:right;
	max-width: 61.8%;
	min-width: 324px;
	padding:10px 20px;
	background:rgba(0, 0, 0, .15);
}

#slider .entry-summary .entry-attachment {
	position:static;
	max-width:100%;
	height:auto;
	padding:0;
	background:none;
}

#slider .entry-attachment,
#slider .entry-attachment p {
	margin-bottom:0;
}

#current-location, #sidebar-wide,
#sidebar-footer-wide {
padding-top: 40px;
	font-weight: 300;
}
#sidebar-wide,
#sidebar-footer-wide {
	text-align:center;
	margin: 0 50px;
}

#current-location .prefix-text {
display: none;
}

.category-description {
	margin-top: 4px;
	color: #c5b3a0;
}

.category-description p {
	margin: 0;
}

.page-title,
#sidebar-wide .widget-title,
#sidebar-footer-wide .widget-title {
margin: 0 auto;
display: table;
padding: 0 20px;
background: none;
}

#sidebar-wide .widget,
#sidebar-footer-wide .widget {
	margin:0;
}

#sidebar-boxes {
	padding:1.6%;
	text-align: center;
	overflow: hidden;
}
#container {
	padding:1.6%;
	overflow: hidden;
}

.page-template-template-no-sidebars-php #content,
.page-template-template-blog-no-sidebars-php #content,
.page-template-template-portfolio-no-sidebars-php #content {
	width: 100%;
}

.content-sidebar-wrap {
	float:left;
	width:85.15%;
}

.category-filter a {
	display: inline-block;
	padding: 1% 2%;
	margin-left: 2%;
	background:#fff;
	border-bottom:#f7ede6 1px solid;
	border-radius: 4px;
	font-weight: 300;
}

.category-filter a:first-child {
	margin: 0;
}

.category-filter a:hover {
	background:#fffbf8;
}

.single #content .hentry,
.page #content .hentry {
	box-shadow:none;
	background:none;
	border:none;
}

.page-template-template-sidebar-content-php #content,
.page-template-template-sidebar-content-half-php #content,
.page-template-template-blog-left-sidebar-php #content,
.page-template-template-portfolio-left-sidebar-php #content {
	float:right;
}

.page-template-template-content-sidebar-php #content {
	float:left;
}

.page-template-template-sidebar-content-sidebar-php .content-sidebar-wrap #content {
	float:right;
	width:80.5%;
}

.entry,
#comments,
#respond {
	margin:2.5%;
	background:#fff;
	}

.onecol .hentry .entry,
.onecol .hentry #comments,
.onecol .hentry #respond,
.category-filter {
	margin:1.7%;
}

.onecol .twocol .entry {
	margin: 3.4%;
}

.twocol .entry,
.onecol .threecol .entry,
#sidebar-boxes .widget,
.threecol .widget {
margin: 7%;
}

.threefourthcol .threecol .entry,
.onecol .fourcol .entry,
.fourcol .widget {
	margin:7%;
}

.twocol .onecol .entry,
.twocol .onecol #comments,
.twocol .onecol #respond,
.twocol .widget {
	margin: 3.4%;
}

.single .entry,
.page .entry,
.error404 .entry {
	padding: 4%;
}

.page-template-template-blog-php.page .entry,
.page-template-template-blog-full-width-php.page .entry,
.page-template-template-blog-four-col-php.page .entry,
.page-template-template-blog-left-sidebar-php.page .entry,
.page-template-template-blog-no-sidebars-php.page .entry,
.page-template-template-portfolio-php.page .entry,
.page-template-template-portfolio-right-sidebar-php.page .entry,
.page-template-template-portfolio-four-col-php.page .entry,
.page-template-template-portfolio-left-sidebar-php.page .entry,
.page-template-template-portfolio-no-sidebars-php.page .entry {
	padding: 0;
}



.wp-post-image {
	display:block;
	width:100%;
}

.page-template-template-full-width-php .hentry.onecol .wp-post-image,
.page-template-template-full-width-php .hentry.onecol .entry-attachment,
.page-template-template-full-width-php .hentry.onecol .post-gallery {
	float:right;
	max-width:69.5%;
	margin-bottom:2.9%;
}

.page-template-template-full-width-php .hentry.onecol .entry-attachment,
.page-template-template-full-width-php .hentry.onecol .post-gallery {
	width:69.5%;
}

.format-status .avatar {
	display: block;
	float:left;
	margin-right: 20px;
}

.format-image figure img {
	width:100%;
}

.format-audio object {
	height:24px;
}

.twocol .entry-attachment p {
	margin-bottom:6px;
}

.entry-container {
	padding:2.9%;
	margin:0;
}

.twocol .entry-container {
	padding:5.8%;
}

.threecol .entry-container {
	padding:6.1%;
}

.fourcol .entry-container {
	padding:8.5%;
}

.page-template-template-portfolio-php .post.onecol .entry-header {
	float:left;
	width:27.6%;
}

.page-template-template-portfolio-php .post.onecol .entry-summary {
	float:right;
	width:69.5%;
}

.page-template-template-portfolio-php .post.onecol .wp-post-image,
.page-template-template-portfolio-php .post.onecol .entry-attachment,
.page-template-template-portfolio-php .post.onecol .post-gallery {
	float:right;
	max-width:69.5%;
}

.page-template-template-portfolio-php .post.onecol .entry-attachment,
.page-template-template-portfolio-php .post.onecol .post-gallery {
	width:69.5%;
}

.page-template-template-portfolio-right-sidebar-php .twocol .entry-title,
.page-template-template-portfolio-left-sidebar-php .twocol .entry-title,
.page-template-template-portfolio-php .threecol .entry-title,
.page-template-template-portfolio-four-col-php .fourcol .entry-title,
.page-template-template-portfolio-no-sidebars-php .twocol .entry-title {
	margin: 0;
	text-align: center;
}
.page-template-template-blog-php .hentry.onecol .entry-title,
.page-template-template-blog-left-sidebar-php .hentry.onecol .entry-title,
.page-template-template-blog-no-sidebars-php .hentry.onecol .entry-title,
.entry-title,
#comments-title,
#reply-title {
	font-weight:300;
	overflow: hidden;
	padding: 14px 0 0 0;
	display: block;
}

.single.page-template-template-full-width-php .hentry.onecol .entry-header,
.page.page-template-template-full-width-php .hentry.onecol .entry-header,
.error404.page-template-template-full-width-php .hentry.onecol .entry-header {
	float: none;
	width: auto;
}

.page-template-template-full-width-php .hentry.onecol .entry-summary,
.page-template-template-blog-full-width-php .hentry.onecol .entry-summary,
.page-template-template-blog-four-col-php .hentry.onecol .entry-summary,
.page-template-template-full-width-php .hentry.onecol .entry-thumbnail,
.page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail,
.page-template-template-blog-four-col-php .hentry.onecol .entry-thumbnail {
	float:right;
	width:69.5%;
}

.page-template-template-full-width-php .hentry.onecol .entry-thumbnail,
.page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail,
.page-template-template-blog-four-col-php .hentry.onecol .entry-thumbnail {
	margin-bottom: 24px;
}

.entry-title
.page.page-template-template-blog-php .onecol .entry-title,
.page.page-template-template-portfolio-php .onecol .entry-title {
	line-height:36px;
}

.page .entry-title,
.error404 .entry-title {
font-weight: 300;
margin: 0 auto;
padding: 2px 20px 0 20px;
overflow: visible;
display: table;
background: #fff;
line-height: 36px;
}
.twocol .entry-title,
.page-template-template-blog-php .twocol .entry-title,
.page-template-template-portfolio-php .twocol .entry-title
{
	line-height:1.4em;
	padding: 0;
	margin-bottom: 10px;
}
.threecol .entry-title,
.page-template-template-blog-php .threecol .entry-title,
.page-template-template-portfolio-php .threecol .entry-title 
{
	line-height:1.2em;
	padding: 0!important;
	margin-bottom: 10px!important;
}
.fourcol .entry-title,
.page-template-template-blog-php .fourcol .entry-title,
.page-template-template-portfolio-php .fourcol .entry-title {
	line-height:1.62em;
	padding: 0!important;
	margin-bottom: 10px!important;
}

.page.page-template-template-full-width-php .hentry.onecol .entry-title,
.error404 .entry-title, .search .entry-title, .page.page-template-template-landing-page-php .hentry.onecol .entry-title{
margin: 0 auto;
padding: 2px 20px 0 20px;
overflow: visible;
display: table;
background: #fff;
	line-height:36px;
}

.entry-title a {
color: #c5b3a0;
}

.entry-title a:hover {
opacity: 0.7;
}

.format-link .entry-title a:after {
	content:"\2192";
	padding-left:8px;
}

.entry-meta {
	padding:1.5% 2.9%;
	background:#fff;
	font-size:15px;
	font-weight:500;
	color: #e1d0bd;
}

.entry-header .entry-meta {
	padding:0;
	background:none;
	border:none;
}

.single .entry-meta {
	padding:1.5% 2.4%;
	margin-bottom:24px;
	background:none;
	color:#e1d0bd;
	border-top:#f7ede6 1px solid;
	border-bottom:#f7ede6 1px solid;
}

.entry-meta span {
	margin-left:32px;
}

.entry-header .entry-meta span {
	display:block;
	float:none;
	padding:6px 0 6px 24px;
	margin:0;
}

.single .entry-meta span {
	display:inline;
	padding:0 0 0 24px;
	margin-left:32px;
}

.entry-meta span.custom-meta,
.single .entry-meta span.custom-meta {
	padding-left: 0;
	background: none;
	color: #b4a697;
}

.custom-meta.entry-category {
	font-weight: normal;
	text-transform: uppercase;
}

.entry-meta span:first-child,
.single .entry-meta span:first-child,
.page .entry-meta span:first-child {
	margin: 0;
	font-size: 12px;
letter-spacing: 1px;
}

.entry-meta a {
	color:#e1d0bd;
	font-size: 12px;
letter-spacing: 1px;
}

.entry-meta a:hover {
	color:#ffe7e1;
}

.entry-summary .entry-attachment {
	margin-bottom:18px;
}


.entry-summary p {
line-height: 170%;
	
}

.entry-comments {
	float:right;
}
.format-aside .entry-summary p,
.format-status .entry-summary p,
.format-quote .entry-summary p  {
	margin-bottom:6px;
}
.onecol .onecol .entry-summary,
.entry-content {
	line-height:200%;
}

.format-chat .entry-content {
	margin-bottom:2.9%;
}

.single-format-chat .entry-content {
	margin-bottom:24px;
}

.format-chat .entry-content p,
.format-chat .entry-summary p {
	padding:2px 2.9%;
	margin:0;
}



.twocol.format-chat .entry-content p,
.twocol.format-chat .entry-summary p {
	padding:2px 5.8%;
}

.threecol.format-chat .entry-content p,
.threecol.format-chat .entry-summary p {
	padding:2px 6.1%;
}

.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-summary p:nth-child(odd)  {
	background:#f9f9f9;
	font-weight:600;
}

.single .format-chat .entry-content p:last-child
.single .format-chat .entry-summary p:last-child {
	margin-bottom:24px;
}

.entry-content .entry-attachment {
	margin-bottom:24px;
}

.entry-attachment p {
	margin:0;
}

.post-gallery-item img {
	display:block;
	float:left;
}

.attachment-gallery-1-thumb {
	max-width:61.714288%;
}

.attachment-gallery-2-thumb,
.attachment-gallery-3-thumb {
	max-width:38.285712%;
}

.entry-attachment img {
	display:block;
	margin:0 auto 18px;
}

.button {
	display: inline-block;
	padding: 5px 18px;
	border-radius: 100px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	color: #fff;
	margin: 5px;
}

a.button:hover {
	color: #fff;
}

.button-big {
	padding: 10px 24px;
	font-size: 18px;
}

.button-blue {
	background: #30AEE7;
	background: -webkit-linear-gradient(#30AEE7, #247FA8);
	border-bottom: 1px solid #14455B;
}

.button-blue:hover {
	background: -webkit-linear-gradient(#247FA8, #30AEE7);
}

.button-yellow {
	background: #F4F434;
	background: -webkit-linear-gradient(#F4F434, #DADA2F);
	border-bottom: 1px solid #686817;
}

.button-yellow:hover {
	background: -webkit-linear-gradient(#DADA2F, #F4F434);
}

.button-olive {
	background: #E7AE31;
	background: -webkit-linear-gradient(#E7AE31, #A87F24);
	border-bottom: 1px solid #5B4514;
}

.button-olive:hover {
	background: -webkit-linear-gradient(#A87F24, #E7AE31);
}

.button-purple {
	background: #E731AE;
	background: -webkit-linear-gradient(#E731AE, #A8247F);
	border-bottom: 1px solid #5B1445;
}

.button-purple:hover {
	background: -webkit-linear-gradient(#A8247F, #E731AE);
}

.button-red {
	background: #E73131;
	background: -webkit-linear-gradient(#E73131, #A82424);
	border-bottom: 1px solid #5B1445;
}

.button-red:hover {
	background: -webkit-linear-gradient(#A82424, #E73131);
}

.button-green {
	background: #31E731;
	background: -webkit-linear-gradient(#31E731, #24A824);
	border-bottom: 1px solid #5B1445;
}

.button-green:hover {
	background: -webkit-linear-gradient(#24A824, #31E731);
}

.button-orange {
	background: #FF6103;
	background: -webkit-linear-gradient(#FF6103, #E55703);
	border-bottom: 1px solid #5B1445;
}

.button-orange:hover {
	background: -webkit-linear-gradient(#E55703, #FF6103);
}

.notice {
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 4px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
}

.info {
	background: #CEFFCE;
	border-bottom: 1px solid #9ABF9A;
}

.warning {
	background: #FFFFCE;
	border-bottom: 1px solid #BFBF9A;
}

.error {
	background: #FFCECE;
	border-bottom: 1px solid #BF9A9A;
}

.dropcap:first-letter {
	display: inline-block;
	float: left;
	min-width: 42px;
	padding: 20px 10px;
	border-radius: 4px;
	font-size: 48px;
	font-weight:600;
	text-align: center;
}

.dropcap-blue:first-letter {
	color: #30AEE7;
}

.dropcap-yellow:first-letter {
	color: #F4F434;
}

.dropcap-olive:first-letter {
	color: #E7AE31;
}

.dropcap-purple:first-letter {
	color: #E731AE;
}

.dropcap-red:first-letter {
	color: #E73131;
}

.dropcap-green:first-letter {
	color: #31E731;
}

.dropcap-orange:first-letter {
	color: #FF6103;
}

.dropcap-grey:first-letter {
	margin-right: 10px;
	background: #eee;
}

.dropcap-black:first-letter {
	margin-right: 10px;
	background: #333;
	color: #ddd;
}

.dropcap-circle:first-letter {
	border-radius: 60px;
}	

.columns .column {
	margin-left: 3%;
}

.columns .column:first-child {
	margin: 0;
}

.columns .twocol {
	width: 48.5%;
	
}

.columns .threecol {
	width: 27.5%;
}

.columns .fourcol {
	width: 22.75%;
	
}

.columns .twothirdcol {
	width: 65.7%;
}

.columns .threefourthcol {
	width: 74.5%;
}

.column .threecol.box {
	width: 25.3%;
	padding: 3%;
	margin-bottom: 24px;
	background: #fff;
	border-bottom:#ddd 1px solid;
	box-shadow:0 0px 5px rgba(0, 0, 0, .15);
}

.column .threecol.box p {
	margin: 0;
}

.entry-utility {
	border-top:#fbf9f7 1px solid;
	margin-top: 25px;
}

.post-pagination {
	margin-bottom:12px;
}

#attachment-nav {
	padding-bottom:12px;
	margin-bottom:18px;
	border-bottom:#f7ede6 1px solid;
}

#attachment-nav a img {
	display:block;
	max-width: 50%;
}

#attachment-nav .nav-previous img {
	float:left;
	padding: 5px;
}

#attachment-nav .nav-next img {
	float:right;
	padding: 5px;
}

.entry-tags {
	margin: 20px 0;
}

.entry-tags a:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 6px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 3px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .2);
}

.entry-tags a:hover {
	top: -3px;
	-moz-transition: top .1s ease;
	-webkit-transition: top .1s ease;
	-o-transition: top .1s ease;
	-ms-transition: top .1s ease;
	transition: top .1s ease;
}

.social-bookmarks {
margin: 4% 0;
	font-size:15px;
	font-weight:600;
}

.social-bookmarks p {
	margin-bottom:12px;
}

.facebook-like,
.twitter-button,
.google-plusone,
.pinterest-button {
	float:left;
}

.facebook-like {
	width:110px;
}

.fb_edge_comment_widget {
	width:401px;
}

.entry-author {
	padding:20px;
	margin-bottom:20px;
line-height: 1.62em;
background-color: #fff1ec;
border: solid 2px #fff;
-moz-box-shadow: 0 0 0 6px #fff1ec;
-webkit-box-shadow: 0 0 0 6px #fff1ec;
box-shadow: 0 0 0 6px #fff1ec;
}

.entry-author .avatar {
	float:left;
	padding:5px;
	border-bottom:#DDD 1px solid;
	background:#fff;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
}

.entry-author .author {
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #fff;
}

.entry-author .author,
.author-bio,
.entry-author .author-meta {
	margin-left:126px;
}

.author-bio {
	margin-bottom:10px;
}

.entry-author .author-website,
.entry-author .author-twitter {
	float:left;
	width:50%;
	text-align:center;
}

.nocomments {
	margin:0;
	color:#b4a697;
	font-size:18px;
	line-height:1.62em;
	text-align:center;
}

#comments {
	background: none;
	border: none;
	box-shadow: none;
	line-height: 200%;
}

#comments-title,
#reply-title {
	margin-bottom:18px;
	line-height:1.62em;
}

#comments-title {
	margin:35px 0;
}

.navigation {
}

.commentlist {
	margin:0 0 20px 0;
	list-style:none;
	background-color: #fff;
}

.commentlist .children {
	margin:20px 0 0 40px;
	list-style:none;
}

.comment {
	margin:0;
}
.reply{
margin-top: 30px;
}
.comment-body {
	padding:20px;
	margin-bottom:35px;
	overflow: hidden;
}

.commentlist .comment:first-child .comment-body {
	margin-top:0;
}

.comment .avatar {
	float:right;
	padding:5px;
	margin:0 0 20px 20px;
	background:#fff;
	border-bottom:#DDD 1px solid;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
}

.comment .fn {
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:1.62em;
}

.comment-meta {
	margin-bottom:18px;
	font-size:15px;
}

a.comment-reply-link {
}

#respond {
	width:auto;
	padding:20px;
	margin-bottom: 30px;
}

.commentlist #respond {
	margin: 0;
}

.comment-notes,
.form-allowed-tags {
display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	position:relative;
	
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
display: inline-block;
position: absolute;
left: 5px;
z-index: 1;
width: 60px;
padding: 0 10px;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
font-size: 10px;
color: #D5C9C3;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 36px;
width: 100%;
}

.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-comment .required {
	color:#ff8282;
}

#author,
#email,
#url,
#comment {
	position:relative;
	text-indent:80px;
}

input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus {
	position:relative;
	z-index:1;
	text-indent:0;
}

#comment {
	width: 95%;
}

.form-allowed-tags code {
	padding: 0;
	background: none;
	box-shadow: none;
}

#post-nav,
#posts-nav {
	clear:both;
	margin:0;
	font-size:120%;
	font-weight:300;
}

#posts-nav {
	position: relative;
	padding:2.9%;
	margin:2.46%;
}

.onecol #posts-nav {
	padding:1.95%;
	margin:1.7%;
}

.nav-prev,
.nav-previous {
	float:left;
	width:50%;
}

.nav-next {
	float:right;
	width:50%;
	text-align:right;
}

.ajax-load {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	line-height: 42px;
	text-align: center;
}

a.ajax-load:hover {
	background: #fffbf8;
}

.page-numbers {
	padding:0 4px;
}

.page-numbers.prev {
	padding-left:0;
}

.page-numbers.next {
	padding-right:0;
}

#sidebar {
text-align: center;
background-color: #fff1ec;
box-sizing: border-box;
margin-top: 2.4%;
border: solid 2px #fff;
-moz-box-shadow: 0 0 0 8px #fff1ec;
-webkit-box-shadow: 0 0 0 8px #fff1ec;
box-shadow: 0 0 0 8px #fff1ec;
}

.page-template-template-full-width-php #sidebar {
border:none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
}

#sidebar a{
font-weight: bold;
}
#sidebar-left .widget,
#sidebar-right .widget {
	margin:10%;
}

.page-template-template-content-sidebar-half-php #sidebar-left .widget,
.page-template-template-content-sidebar-half-php #sidebar-right .widget,
.page-template-template-sidebar-content-half-php #sidebar-left .widget,
.page-template-template-sidebar-content-half-php #sidebar-right .widget {
	margin:6.55%;
}

.widget-area {
	font-weight:300;
}

.page-template-template-sidebar-content-php #sidebar,
.page-template-template-sidebar-content-half-php #sidebar,
.page-template-template-blog-left-sidebar-php #sidebar,
.page-template-template-portfolio-left-sidebar-php #sidebar {
	float:left;
}

.page-template-template-content-sidebar-php #sidebar {
	float:right;
}

.page-template-template-sidebar-content-sidebar-php #sidebar-left {
	width:17.4%;
}

.page-template-template-sidebar-content-sidebar-php #sidebar-right {
	width:12.75%;
}
.widget-title {
text-align: center;
background: url(images/wline.png);
padding-top: 88px;
min-height: 60px;
background-position: top center;
background-repeat: no-repeat;
font-weight: bold;
font-size: 14px;
font-family: "Georgia", sans-serif;
letter-spacing: 3px;
color: #c5b6a8;
text-transform: uppercase;
text-shadow: 1px 1px 1px #fff,1px 1px 1px #fff;
}

#sidebar-boxes .widget-title {
height: 50px;
line-height: 46px;
text-align: center;
color: #c0af9d;
text-shadow: 1px 1px 1px #fff, 1px 1px 1px #fff;
background: none;
padding-top: 4px;
background-position: top center;
background-repeat: no-repeat;
}

.widget-area ul {
	color: #fff;
text-align: left;
}
.widget-area li {
	margin:0;
	line-height:200%;
}

.widget-area li li {
	border-bottom:none;
}

.widget-area li ul {
	margin-left:20px;
}

.widget-area a {
color: #c5b6a8;
text-shadow: 1px 1px 1px #fff,1px 1px 1px #fff;
letter-spacing: 1px;
}
.widget-area a:hover {
color: #ffd6c7;
}

#sidebar-footer-wide {
	margin-top: 2.1%;
	border: none;
}

#footer {
	clear:both;	
	background: url(images/lace2.png) no-repeat top center;
	position:relative;
	max-width:1240px;
	margin:0 auto;
	line-height:180%;
	overflow:hidden;
	padding-top: 1%;
	text-shadow: 1px 1px 1px #fff;
	color:#ab9c8b;
	text-align:center;
	min-height: 50px;
}
#footer a{
color: #a5917c;
font-weight: bold;
font-size:14px;
}
#footer a:hover{
color:#c5b3a0;
}
#footer-area {
	position:relative;
	z-index:1;
	padding:1.6%;
	box-shadow:none;
}

#footer-area .widget-title {
	text-align: center;
	color: #a5917c;
}

#footer-area li {
}

.tagcloud {
	margin: 0 -8px 16px;
}

.entry-tags a,
.tagcloud a {
position: relative;
display: inline-block;
padding: 2px 8px 2px 18px;
margin: 6px 3px;
background: #fff;
background: -moz-linear-gradient(#fff,#fcf8f5);
background: -webkit-linear-gradient(#fff,#fcf8f5);
background: -o-linear-gradient(#fff,#fcf8f5);
background: -ms-linear-gradient(#fff,#fcf8f5);
background: linear-gradient(#fff,#fcf8f5);
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.2);
color: #c2b4a4;
font-size: 12px!important;
text-shadow: 1px 1px 1px #fff;
line-height: 200%!important;
font-weight: 300!important;
}
.tagcloud a:before {
content: "";
position: absolute;
top: 12px;
left: 6px;
width: 6px;
height: 6px;
background: #fff1ec;
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
}

.tagcloud a:hover {
	top: -3px;
	-moz-transition: top .1s ease;
	-webkit-transition: top .1s ease;
	-o-transition: top .1s ease;
	-ms-transition: top .1s ease;
	transition: top .1s ease;
}

#footer-area .tagcloud a {
font-weight: normal;
padding: 2px 8px 2px 18px;
margin: 6px 3px;
background: #fff;
background: -moz-linear-gradient(#fff,#fcf8f5);
background: -webkit-linear-gradient(#fff,#fcf8f5);
background: -o-linear-gradient(#fff,#fcf8f5);
background: -ms-linear-gradient(#fff,#fcf8f5);
background: linear-gradient(#fff,#fcf8f5);
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.2);
color: #c2b4a4;
font-size: 12px!important;
text-shadow: 1px 1px 1px #fff;
line-height: 200%!important;
}

#footer-area .tagcloud a:before {
content: "";
position: absolute;
top: 12px;
left: 6px;
width: 6px;
height: 6px;
background: #e5dfd1!important;
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
}

#copyright-wrapper {
	clear:both;
	padding: 27px 0 10px 0;
	font-size: 15px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-color: #fff1ec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#copyright{
	margin: 0 auto;
	max-width: 1129px;
	padding: 0 25px;
	font-size: 15px;
	}

.copyright {
	float:left;

}

.credits {
	float:right;
	margin-right:12px;
	text-align:right;
}

#copyright p {
	margin:0;
	font-size: 12px;
letter-spacing: 1px;
}

#copyright a {
	color:#ffc7be;
	text-decoration:none;
}

#copyright a:hover {
	color:#FFDDD5;
}

@media screen and (max-width: 1190px) {
#header{
background-size: 1019px;
}
#access a{
padding: 13px 16px;
font-size: 90%;
letter-spacing:2px;
}
	#wrapper{
		max-width:1016px;
	}
	 #footer {
	  padding: 0;
	 	background-size:1035px;
	 	}

	#wrapper-right-border, #wrapper-left-border{
		max-width:1060px;
	}

	#slider .entry-container {
		top:28%;
	}
	
	.threefourthcol .threecol .entry,
	.onecol .fourcol .entry,
	.fourcol .widget {
		margin: 5%;
	}
	
	img.attachment-gallery-thumb {
		max-width:82px;
	}
	
	.twocol img.attachment-gallery-thumb {
		max-width:74px;
	}
	
	.single img.attachment-gallery-thumb {
		max-width:100%;
	}
	
	.format-audio object {
		min-height:24px;
	}
	
	.single .format-audio object {
		height:24px;
	}

	.social-bookmarks iframe {
		min-height:0;
	}
	
	#sidebar-header {
		width:468px;
		height:60px;
		margin-top:20px;
	}

}
@media screen and (max-width : 1070px) {
#wrapper {
max-width: 910px;
}
#header{
background-size: 912px;
}
#wrapper-right-border, #wrapper-left-border {
max-width: 954px;
}
#footer{
background-size: 927px;
}

}
@media screen and (max-width : 960px) {
#header{
background-size: 777px;
}
#wrapper{
padding-bottom: 10px;
}
#access a{
padding: 13px 15px;
font-size: 80%;
letter-spacing:1px;
}
.widget-title, #footer-area .widget-title{
display: block;
margin: 0 auto;
}
	.onecol .threecol,
	.onecol .fourcol {
		width:50%;
	}
	#wrapper {
		max-width:769px;
	}
	 #footer{
	 padding: 0;
background-size: 794px;
	 }
	#wrapper-right-border, #wrapper-left-border{
	 	max-width:813px;
	 }
	#slider .entry-container {
		top:32%;
		padding: 0;
	}
	
	#slider .entry-summary {
		display: none;
	}
	
	#container {
	}

	.content-sidebar-wrap,
	#content,
	.page-template-template-sidebar-content-sidebar-php .content-sidebar-wrap #content {
		width:100%;
	}
		#sidebar {
		width:95.5%;
		margin-top: 5%;
	}
	.onecol .hentry .entry,
	.onecol .hentry #comments,
	.onecol .hentry #respond {
		margin:2.4%;
	}
	
	.onecol .twocol .entry,
	.onecol .threecol .entry,
	.threefourthcol .threecol .entry,
	.onecol .fourcol .entry {
		margin:4.5%;
	}
	
	.page-template-template-full-width-php .hentry.onecol .wp-post-image,
	.page-template-template-full-width-php .hentry.onecol .entry-attachment,
	.page-template-template-full-width-php .hentry.onecol .post-gallery,
	.page-template-template-full-width-php .hentry.onecol .entry-thumbnail,
	.page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail,
	.page-template-template-blog-four-col-php .entry-thumbnail {
		float:none;
		max-width:100%;
		margin:0;
	}
	
	.page-template-template-full-width-php .hentry.onecol .entry-attachment,
	.page-template-template-full-width-php .hentry.onecol .post-gallery {
		width:100%;
	}
	
	.page-template-template-full-width-php .hentry.onecol .entry-header,
	.page-template-template-full-width-php .hentry.onecol .entry-thumbnail,
	.page-template-template-full-width-php .hentry.onecol .entry-summary,
	.page-template-template-blog-full-width-php .hentry.onecol .entry-header,
	.page-template-template-blog-full-width-php .hentry.onecol .entry-thumbnail,
	.page-template-template-blog-full-width-php .hentry.onecol .entry-summary,
	.page-template-template-blog-four-col-php .hentry.onecol .entry-header,
	.page-template-template-blog-four-col-php .hentry.onecol .entry-thumbnail,
	.page-template-template-blog-four-col-php .hentry.onecol .entry-summary {
		float:none;
		width:auto;
	}
	
	.single .format-audio object {
		height:30px;
	}
	
	.onecol .onecol .entry-summary {
		font-size:15px;
		line-height:1.62em;
	}

	.social-bookmarks iframe {
		min-height:0;
	}
	
	.page-template-template-portfolio-php .post.onecol .wp-post-image,
	.page-template-template-portfolio-php .post.onecol .entry-attachment,
	.page-template-template-portfolio-php .post.onecol .post-gallery {
		float:none;
		max-width:100%;
		margin:0;
	}
	
	.page-template-template-portfolio-php .post.onecol .entry-attachment,
	.page-template-template-portfolio-php .post.onecol .post-gallery {
		width:100%;
	}
	
	.page-template-template-portfolio-php .post.onecol .entry-header,
	.page-template-template-portfolio-php .post.onecol .entry-summary {
		float:none;
		width:auto;
	}
	
	.onecol #posts-nav {
		padding:2.8%;
		margin:2.3%;
	}
	
	#sidebar .onecol {
		width:33%;
	}
	
	#sidebar .twocol {
		float:none;
		width:auto;
	}
	
	#sidebar-left .widget,
	#sidebar-right .widget {
		margin:5.8%;
	}
	
	#sidebar-boxes,
	#footer-area {
	}
	
	#copyright {
		padding:0 4.3%;
	}

}
@media screen and (max-width: 840px) {
#wrapper{
max-width: 840px;
}
#wrapper-right-border, #wrapper-left-border
{
max-width: 840px;
}
#header {
background-size: 840px;
}

}
@media screen and (max-width: 760px) {
#footer .fourcol {
	width:100%;
}
#content{
margin-bottom: 21px;
}
#wrapper{
padding-bottom: 21px;
}
#sidebar{
width:100%;
background-color:transparent;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border: 0;
}

	.twocol,
	.threecol,
	.fourcol,
	.onecol .threecol,
	.threefourthcol .threecol,
	.onecol .fourcol {
		float:none;
		width:100%;
	}
	
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin:20px auto;
	}

	#wrapper, #wrapper-right-border, #wrapper-left-border, #footer,
	.page-template-template-no-sidebars-php #wrapper,
	.page-template-template-blog-no-sidebars-php #wrapper,
	.page-template-template-portfolio-no-sidebars-php #wrapper {
		width: auto;
	}

	.wp-caption {
		padding:10px 0 0;
	}

	#site-title,
	#site-description {
		float:none;
		margin:0;		
		line-height:1.62em;
		text-align:center;
	}
	
	#site-title {
		margin: 0;
	}
	
	#site-description {
		display: none;
		padding-bottom:18px;
	}
	
	#sidebar-header {
		float:none;
		width:auto;
		height:auto;
		max-height:90px;
		margin-top:0;
	}
	#access {
		position: relative;
		z-index: 999;		
margin: 5% 0 1% 0;
		width: 100%;
		padding: 0;
		-moz-box-shadow: 0 0 0 6px #fff1ec;
-webkit-box-shadow: 0 0 0 6px #fff1ec;
box-shadow: 0 0 0 6px #fff1ec;	
	}
	#access .nav-show,
	#access a.nav-show:hover {
		position: relative;
		margin: 0 auto;
		top: 4px;
		display:block;
		width: 40px;
		height: 32px!important;
		padding: 0;
		background: url(images/nav.png) no-repeat;
		background-size: 100% !important;
		border: none;
		text-indent: -1000px;
		overflow: hidden;
	}
	#access .nav-hide {
		display: none;
	}
	#access:target .nav-hide,
	#access:target a.nav-hide:hover {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: -101em;
		width: 100%;
		height: 50px!important;
		background: none;
		overflow: hidden;
		text-indent: -1000px;
	}	
	#access .menu {
		text-align: center;
	}	
	#access:target .menu {
		margin-top: 8px;
		width: 100%;
		background-color: #fff1ec;
	}
	#access li ul {
		position:static;
	}	
	#access li ul ul {
		margin:0 !important;
	}
	#access ul,
	#access li {
		float:none;
		max-width:100%;
	}
	#access a {
		width:100%;
		height: 0 !important;
		padding:0;
		border: none;
		overflow: hidden;
	}	
	#access:target .menu a {
		height: 40px !important;
		line-height: 40px !important;
		-moz-transition: height .5s, line-height .5s;
		-webkit-transition: height .5s, line-height .5s;
		-o-transition: height .5s, line-height .5s;
		-ms-transition: height .5s, line-height .5s;
		transition: height .5s, line-height .5s;
	}	
	#access .menu a:hover {
	background:rgba(255, 255, 255, .4);
	}
	
	#access br {
		display: none;
	}
	
	#access a span {
		padding-left: 5px;
	}
	
	#access li li a {
		padding: 0;
		text-align:center;
		border: 0;
	}
	
	#access li li li a {
		border: 0;
	}
	
	#access li:hover > ul,
	#access li li:hover > ul,
	#access li li li:hover > ul {
		display:none;
	}
	
	#access:target .drop-down-toggle {
		display:block;
	}
	
	#access li li .drop-down-toggle {
		top:5px;
	}
	
	#header #searchform {
		position: relative;
		z-index: 1;
		float:none;
		width:278px;
		margin: 18px auto;
	}
	
	#header input#s {
		position: relative;
		z-index: 999;
		display:block;
		width:168px;
		margin-left:12px;
		background:#ececec url(images/search.png) right center no-repeat;
		box-shadow:inset 1px 1px 5px 1px rgba(0, 0, 0, .1);
		text-indent: 0;
	}
	#header input#s:focus {
		width: 246px;
		margin: 0;
	}
	
	#slider {
		}	
	.flex-control-nav {
		display: none;
	}
	.flex-direction-nav,
	.flex-pauseplay {
		bottom: -40px;
		height: 30px;
	}
	.flex-direction-nav{
	top: 35%
	}
	#slider .entry-title {
		font-size:24px;
		line-height:1.62em;
	}
	.entry,
	.twocol .entry,
	.onecol .hentry .entry,
	.onecol .threecol .entry,
	.threefourthcol .threecol .entry,
	.onecol .fourcol .entry,
	#comments
	#respond {
		margin:3.4%;
	}
	.entry-container {
		padding:5.8%;
	}
	
	.entry-meta {
		padding:2.8% 5.8%;
	}
	
	.entry-meta span,
	.single .entry-meta span,
	.page .entry-meta span {
		display:block;
		text-align:center;
		float:none;
		padding:6px 0 6px 6px;
		margin:0;
	}	
	.has-thumbnail .entry-summary {
		clear:both;
		margin:0;
	}
	
	.has-thumbnail.format-aside .entry-summary,
	.has-thumbnail.format-quote .entry-summary {
		clear:none;
		margin-left:28.15%;
		width:71.85%;
	}
	
	.has-thumbnail.format-chat .entry-content {
		clear:both;
		margin:0;
	}
	
	.twocol.has-thumbnail .entry-title,
	.twocol.has-thumbnail .entry-summary {
		clear:none;
		padding-left:3%;
	}
	
	.twocol.format-gallery .entry-summary {
		height:auto;
		margin:0;
	}
	
	.twocol.format-image .wp-post-image {
		float:none;
		max-width:100%;
	}
	
	.format-status .wp-post-image {
		display:none;
	}
	
	img.attachment-gallery-thumb {
		max-width:74px;
	}
	
	.single img.attachment-gallery-thumb {
		max-width:100%;
	}
	
	.single .format-audio object {
		height:24px;
	}
	
	.entry-content {
		font-size:17px;
		line-height: 180%;
	}
	
	.columns .twocol,
	.columns .threecol,
	.columns .fourcol,
	.columns .twothirdcol,
	.columns .threefourthcol {
		width: 100%;
		margin: 0;
	}
	
	.column .threecol.box {
		width: 94%;
	}
	
	
	.entry-author,
	.comment-body {
		padding:12px;
	}
	
	.entry-author .avatar,
	.comment .avatar {
		max-width:40px;
		padding:3px;
	}
	
	.entry-author .author,
	.author-bio,
	.entry-author .author-meta {
		margin-left:76px;
	}
	
	#posts-nav,
	.onecol #posts-nav {
		padding:5.7%;
		margin:3.4%;
	}
	
	.page-numbers .text {
		display:none;
	}
	
	.social-bookmarks > div {
		width: 100%;
		margin-top: 8%;
	}

	#sidebar-boxes {
		text-align: center;
	}
	
	#sidebar .onecol {
		width: 95%;
background-color: #fff1ec;
	}
	
	#sidebar .twocol {
		float:left;
		width:50%;
	}
	
	#sidebar-boxes .threecol {
		margin-bottom: 6.8%;
	}
	
	#sidebar-boxes .threecol:last-child {
		margin: 0;
	}
	
	#sidebar .widget,
	#footer-area .widget,
	#sidebar-boxes .widget {
		margin:3.4%;
	}
	
	#sidebar-left .widget,
	#sidebar-right .widget {
		margin:6.8%;
	}
	
	#sidebar-boxes,
	#footer-area {
		padding:3.2%;
	}
		 #footer {
		 padding: 0;
		 }
	#copyright {
		padding:1.7% 6.5%;
		line-height:2em;
	background: #fff1ec;
	}
	
	.copyright,
	.credits {
		float:none;
		max-width:100%;
		text-align:left;
	}

}

@media screen and (-webkit-min-device-pixel-ratio : 1.5), screen and (min-device-pixel-ratio : 1.5) {

	#access .nav-show,
	#access a.nav-show:hover {
		background-image: url(images/nav.png);
		background-size:100%;
		margin: 0 auto;
	}

	#infscr-loading img {
		width: 32px;
		height: 32px;
	}

}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
img#wpstats {
display: none;
}
.comment-subscription-form{
line-height:100%;
font-size: 11px;
letter-spacing:1px;
}
.page-template-template-blog-php .hentry.onecol .entry-header,
.page-template-template-blog-left-sidebar-php .hentry.onecol .entry-header,
.page-template-template-blog-no-sidebars-php .hentry.onecol .entry-header{
background: none;
}
.page .entry-header{
margin: 0 auto;
background-image: url('images/title-bg.png');
background-repeat: repeat-x;
background-color: #fff1ec;
background-position: top center;
margin-bottom: 4%;
}
.page.page-template-template-full-width-php .hentry.onecol .entry-header, .page.page-template-template-landing-page-php .hentry.onecol .entry-header
{
background-image: url('images/title-bg.png');
background-repeat: repeat-x;
background-color: #fff1ec;
background-position: top center;
margin-bottom: 4%;
}
.page-template-template-blog-four-col-php .hentry.onecol .entry-title{
padding: 0!important;
margin:0!important;
}
.entry-date{
color: #ffd6c7;
font-size: 12px;
letter-spacing: 1px;
margin: 0 2px;
}
.previous-post{
float:left;
margin-bottom: 5%;
letter-spacing: 1px;
}
.next-post{
float:right;
margin-bottom:5%;
letter-spacing: 1px;
}
.page .previous-post{
display:none;
}
.page .next-post{
display:none;
}
#infscr-loading{
text-align: center;
letter-spacing: 1px;
font-size: 12px;
padding: 5% 0;
}
.flex-pauseplay{
display:none;
}
.entries
{
margin-bottom: 3.3%;
}
.easingsliderlite, .easingslider {
margin-top: 2%!important;
}
.easingsliderlite .easingsliderlite-arrows.easingsliderlite-next, .easingsliderlite .easingsliderlite-arrows.easingsliderlite-prev,
.easingslider .easingslider-arrows.easingslider-next, .easingslider .easingslider-arrows.easingslider-prev{
height:56px!important;
width:33px!important;
background-size: 100%!important;
}
.easingsliderlite-arrows.easingsliderlite-next,
.easingslider-arrows.easingslider-next{
background-image: url(images/arrowright2.png)!important;
background-size: 100%!important;
}
.easingsliderlite-arrows.easingsliderlite-prev,
.easingslider-arrows.easingslider-prev{
background-image: url(images/arrowleft2.png)!important;
background-size: 100%!important;
}
.easingsliderlite-icon,
.easingslider-icon{
width: 10px!important;
height: 10px!important;
background: rgba(255, 255, 255, .4)!important;
border-radius: 24px!important;
margin: 0 5px!important;
}
.easingslider-icon.active,
.easingsliderlite-icon.active {
background: #fff!important;
}
.easingsliderlite-icon.active {
margin: 0 3px!important;
}
.easingsliderlite-icon.inactive{
margin: 0 3px!important;
}
.notfound{
text-align: center;
margin: 3%;
}
.search .entry-title{
padding-top: 3%
}
.jp-relatedposts-post-a {
letter-spacing: 0;
}
.page-template-template-full-width-php #sidebar {
border:none!important;
}
/* widgets */
.post-date {
display: block;
font-size: 80%;
}
.widget-grid-view-image {
width: 100%;
height: 100%;
padding: 5px;
box-sizing: border-box;
}
.widgets-grid-layout .widget-grid-view-image img {
width: 100%;
height: 100%;
}
.widgets-list-layout-links {
text-align: left;
}


/**************accueil***************/
.presentation{
	background-color:#fff;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
}

.page-id-4363 #sidebar{
	display:none;
}
.page-id-4363 #content{
	width:100%;
}
.page-id-4363 #header{
	display:none;
}
.page-id-4363 #wrapper-left-border{
	max-width:none;
}
.page-id-4363 #wrapper-right-border{
	max-width:none;
}
.page-id-4363 #wrapper{
	max-width:none;
}
/* Footer */
#copyright a{
	color: #b4a697;
}
#copyright a:hover{
	color: #bbbbbb;
}
p{
	text-shadow:none;
}
