
/*
Theme Name: Tedwina
Theme URI: http://www.ar-themes.com/tedwina
Description: A simple elegant theme for bloggers.
Version: 2
Author: Ar-Themes Team
Author URI: http://www.ar-themes.com/aboutus
Tags: light, brown, two-columns, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready

License: GNU General Public License v2.0
License URI: license.txt
*/

/* Global Reset 
===============================*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	line-height: 1;
    background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body,
button,
input,
select,
textarea {
	color: #8e8071;	
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2em;
}
body {
	background: #f9f6f1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0.6em 0;
	font-family: 'Roboto Slab', Arial, sans-serif;
	color: #5c5146;
	line-height:1.62em;
	letter-spacing:1px;
}
h1 {
	font-size:36px;
	font-size: 3.6rem;
}
h2 {
	font-size:32px;
	font-size: 3.2rem;
}
h3 {
	font-size:24px;
	font-size: 2.4rem;
}
h4 {
	font-size:18px;
	font-size: 1.8rem;
}
h5 {
	font-size:16px;
	font-size: 1.6rem;
}
h6 {
	font-size:14px;
	font-size: 1.4rem;
}
hr {
	background-color: #8e8071;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

/* Text Elements */
p {
	margin-bottom: 2.4rem;
	line-height: 2em; 
}
ul {
	list-style-type: disc;
	margin: 0 0 3em 2.4em;
}
ul li {	margin-top: 0.4em; }
ul ul {
	list-style-type: square;
	margin-bottom: 0;
}
ul ul ul { list-style-type: circle; }
ol {
	list-style-type:decimal;
	margin: 0 0 3em 2.4em;
}
ol ol {
	list-style: upper-alpha;
	margin-bottom:0
}
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
dt {
	font-weight: bold;
	font-weight: 600;
	margin-bottom: 2.4em
}
dd { margin: 0 0 3em 2.4em; }
address {
	font-size:14px;
	font-size:1.4rem;
	font-style:italic;
	margin-bottom:1.6em;
}
code {
	padding:1px 4px;
	background: rgba(216, 190, 143, 0.18);
	border-radius:4px;
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
}
kbd, tt { font-family:monospace; }
abbr,
acronym {
	border-bottom:#999 1px dotted;
	cursor:help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
small { font-size: 75%; }
big { font-size: 125%; }
dfn, cite, em { font-style:italic; }
b, strong { font-weight: bold; }
pre {
	padding:15px;
	background:#F8F8F8;
	border:#E3E3E3 1px dashed;
	color:#000;
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
	line-height:1.62em;
	margin-bottom:24px;
	overflow:auto;
}
q { quotes:inherit; }
q:before { content:open-quote; }
q:after { content:close-quote; }
sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
	font-size:10px;
	font-size:1rem;
}
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%;}
blockquote {
	position: relative;
	font-family: Georgia, "URW Bookman L", serif;
	font-style: italic;
	margin: 0 3em 0 6em;
}
blockquote:before {
	position: absolute;
	top: 0.25em;
	left: -1em;
	content: "\201c";
	color: rgb(163, 149, 125);
	font-family: serif;
	font-size: 6em;
}
blockquote cite { font-style: normal; }
blockquote cite:before {
	content: "\2014";
	padding-right: .8em;
}
table {
	width:100%;
	text-align:center;
	margin-bottom:2.4em;
}
table tr:nth-child(even) { background:#F8F8F8; }
table th, table td { padding:.6em; }
table th {
	font-weight: bold;
	font-weight:600;
}
fieldset {
	border:#EEE 1px solid;
	padding:2%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type=submit],
input[type=reset],
input[type=button] {
	padding: 0 13px;
	background:#4daf7b;
	border:none;
	color:#fff;
	font-size: 13px;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	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 */
	height: 42px;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
	opacity: 0.8;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="password"],
textarea {
	height: 42px;
	padding: 0 13px;
	opacity: 0.8;
	border: 1px solid #e5d4c2;
	color: #8D7F62;
	font-size:13px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background:#FFF;
	border:#ddd 1px solid;
	color:#333;
	outline: none;
}
textarea {
	font-size:15px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a,
a:visited { 
	color: #B98B45; 
	text-decoration: none; 
	outline:none;
	-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; 
}
a:hover,
a:focus,
a:active {
	color:#e86741;
}

/* Alignments */
.aligncenter {
	clear: both;
	display:block;
	margin:2em auto;
}
.alignleft {
	display: inline;
	float:left;
	margin:1em 2em 1em 0;
}
.alignright {
	display: inline;
	float:right;
	margin:1em 0 1em 2em;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.site-title,
.entry-title,
.page-title,
.entry-content,
.entry-summary,
.widget-title,
.comments-title,
.comment .reply,
.comment-meta,
.comment-author,
#reply-title {
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-weight: 400;
}

/* 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%;
}
.sticky,
.bypostauthor {
}

/* =Structure
----------------------------------------------- */
#page {
	border-top: 5px solid #4daf7b;
}

#main {
	margin: 3em auto;
}

/* =Site Header
----------------------------------------------- */
.site-header hgroup {
	float: left;
	width: 100%;
}
.site-title a,
.site-description {
	color: #5c5146;
	text-decoration: none;
}
.site-title ,
.site-description {
	margin: 0;
	float: left;
}
.site-title {
	font-size: 45px;
	font-size: 4.5rem;
}
.site-title img {
	margin: 3.8em 0;
	vertical-align:middle;
}
.site-description {
	font-size: 13px;
	font-size: 1.3rem;
}
#masthead .col-md-6 {
	margin-top: 3em;
}

/* =Menu
----------------------------------------------- */
.nav-container {
	background: #fff;
	box-shadow: 0 0 12px rgba(171,139,110,.38);
}
#access {
	max-width: 1140px;
	display: table;
	table-layout: fixed;
	float: none;
	margin: 0 auto;
}
#access ul {
	list-style: none;
	font-size: 18px;
	margin: 0; 
}
#access li {
	float:left;
	position:relative;
	margin:0;
}
#access a {
	display: block;
	color:#7b6d5e;
	text-decoration:none;
	font-size: 1.7rem;
	border-right: 1px solid #f4ece7;
	border-bottom:3px solid transparent;
	padding: 1.6em 1em;
	-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:first-child a {
	border-left: 1px solid #f4ece7;
}
#access a:hover, #access a:active {
	color:#e86741;
	background-color: #f8f3f0;
	border-bottom: 3px solid #4daf7b;
}
#access li.current_page_item > a, 
#access li.current-menu-item > a {
	background-color: #f8f3f0;
}
#access ul ul {
	border-bottom: 3px solid #4daf7b;
	background: #ffffff;
	display: none;
	float: left;
	position: absolute;
		top: 100%;
		left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	width: 200px;
	display: block;
	color:#7b6d5e;
	text-decoration:none;
	border: none;
	padding: .7em .5em;
	border-bottom: 1px solid #f4ece7;
}
#access ul ul li:first-child a, #access ul ul ul li:first-child a {
	border-left: none;
}
#access ul ul a:hover {
	border-bottom: none;
}
#access ul li:hover > ul {
	display: block;
}
.navbar-header {
	background: #4daf7b;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar {
	margin-top: 20px;
}
#access .dropdown-menu {
	padding: 0;
	border: none;
	min-width: 160px;
	border-radius: 0;
}
#access .dropdown-menu li {
	float: none;
}

/* =Content
----------------------------------------------- */
.entry, 
.post {
	position: relative;
	background: #fff;
	padding: 0;
	margin: 0 0 3em 0;
	box-shadow: 0 0 12px rgba(171,139,110,.38);
	-webkit-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-khtml-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-moz-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-ms-box-shadow: 0 0 12px rgba(171,139,110,.38);
}
.entry-container {
	padding: 1em 2.5em;
}
.entry-content, .post, 
.entry-summary  {
}
.entry-title, 
.page-title {
	margin-bottom: 0.6em;
}
.entry-title, 
.widget-title  {
	font-size: 32px;
	font-size: 3.2rem;
	overflow: hidden;
}
.entry-title a {
	text-decoration: none;
	color: #5c5146;
}
.entry-title a:hover {
	color: #e86741;
}
.entry-meta {
	background: rgba(231, 215, 199, 1);
}
.entry-meta .entry-more, 
.entry-date, 
.entry-meta .entry-category, 
.attachment-size, 
.entry-meta .comments-link, 
.entry-meta  .entry-views {
	float: left;
	padding: 18px 0;
	color: #8e8071;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	background: rgba(231, 215, 199, 1);
	border-right: 1px solid #fff;
	text-align: center !important;
}
.icons {
	padding-right: 15px;
}
.fa-stack {
	top: -5px;
	font-size: 12px;
	width: 12px;
	height: 12px;
}
.entry-meta a {
	color: #8e8071;
	text-align: center !important;
	font-weight: 300;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #e86741;
	-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;
}
.entry-meta .entry-views {
	border-right: none;
}
.page-links span, .post-tags a{
	padding: 2px 8px;
	background: #777;
	color: white;
}
.page-links  a span, .post-tags a {
	background: #D6CFBA;
}
.page-links  a span:hover, 
.post-tags a:hover {background: #777;}
.post-tags {
	clear: both;
	padding: 2em 0.5em 1em 0;
}
#post-edit-link {
	clear:both;
	padding: 2em 0.5em 1em 0.5em;
}

/* Archive */
#current-location, 
.page-header {
	padding: 10px 40px;
	background:	#4daf7b;
	margin: 0;
}
.prefix-text {
	color: rgb(241, 241, 241);
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;

}
#current-location .page-title, 
.page-header .page-title {
	color: white;
	color: white;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
}
.taxonomy-description p {
	color: rgb(241, 241, 241);
	font-size: 16px;
	font-style: italic;
	margin: 0 0 0 30px;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.widget-img,
img[class*="align"],
img[class*="wp-image-"],
.wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
.widget img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width:96%;
	padding:3% 2%;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 1.5em;
}
.wp-caption a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}
.wp-caption-text {
	margin:3% 0 0;
	color:#333;
	font-size:13px;
	line-height:1.62em;
	text-align:center;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Social Media
----------------------------------------------- */
#social-media-icons {
	float: right;
	list-style: none;
	margin-top: 1em;
}
#social-media-icons a {
	color: #fff;
	display: inline-block;
	background: rgb(197, 189, 170);
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	font-size: 2.2rem;
	padding: 6px;
	border-radius: 500px;
	text-decoration: none;
}
#social-media-icons .fa-facebook:hover {
	background: #4a6ea0;
}
#social-media-icons .fa-twitter:hover {
	background: #06abeb;
}
#social-media-icons .fa-google-plus:hover {
	background: #c65545;
}
#social-media-icons .fa-pinterest:hover {
	background: #b62b28;
}
#social-media-icons span {
	display: none;
}
#masthead .screen-reader-text, 
#masthead #searchsubmit {
	display: none;
}
#masthead .fa-search {
	position: absolute;
	right: 40px;
}
#masthead #s:focus {
	width: 200px;
	cursor: default;
	text-indent: 0;
}
.fa-search:before {
    content: "\f002";
    position: absolute;
	top: 8px;
	left: 9px;
	color: rgb(197, 189, 170);
	font-size: 2.4rem;
	pointer-events: none;
}
#masthead input#s {
	display: block;
	width: 0;
	height: 40px;
	color: #8D7F62;
	background: transparent;
	margin: 0;
	padding: 0px 19px;
	text-indent: 16px;
	border-color: rgb(197, 189, 170);
	border-radius: 500px;
	-webkit-transition: width 400ms ease;
	-moz-transition: width 400ms ease;
	-o-transition: width 400ms ease;
	-ms-transition: width 400ms ease;
	transition: width 400ms ease;
	cursor: pointer;
	opacity: 1;
	margin-left: 6px;
}
#masthead #searchform {
	float: right;
	position: relative;
	margin-top: 1em;
}
.social-bookmarks {
	margin: 50px 60px;
	padding: 10px 10px 20px 10px;
	border-top: 1px solid rgba(231, 215, 199, 0.72);
	box-shadow: 0 1px 0 #fff;
	font-size: 14px;
	background: rgba(231, 215, 199, 0.28);
}
.social-bookmarks ul {
	margin: 0;
	list-style:none;
	width:100%;
	text-align:center;
}
.social-bookmarks li {
	display:inline-block;
	padding:0 40px;
}
.social-bookmarks a {
	color:#8e8071;
	text-decoration:none;
	display:block;
	width:25px;
	height:25px;
	font-size: 20px;
}
.social-bookmarks a:hover {
	color:#e86741;
}

/* =Navigation
----------------------------------------------- */
.pagination {
	display: block;
}
.site-content .pagination {
	text-align: center;
	font-size: 15px;
}
.pagination .page-numbers {
	padding:10px 16px;
	text-decoration:none;
	background: #fff;
	line-height: 41px;
	color: #9f9183;
	display: inline;
	box-shadow: 0 0 6px rgba(171,139,110,.38);
	-webkit-box-shadow: 0 0 6px rgba(171,139,110,.38);
	-khtml-box-shadow: 0 0 6px rgba(171,139,110,.38);
	-moz-box-shadow: 0 0 6px rgba(171,139,110,.38);
	-ms-box-shadow: 0 0 6px rgba(171,139,110,.38);
}
.pagination .page-numbers:hover {
	background:#e86741; color:#FFFFFF;
}
.pagination .current, .pagination .current:hover {
	color: #fff;
	background: #e86741;
}
.site-content .post-navigation {
	padding: 2.9%;
	margin: 0;
	margin-bottom: 40px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 12px rgba(171,139,110,.38);
	-webkit-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-khtml-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-moz-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-ms-box-shadow: 0 0 12px rgba(171,139,110,.38);
}
.site-content .nav-previous {
	float: left;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.site-content .nav-previous {
	width: 50%;
}

/* =Comments
----------------------------------------------- */
#comments {
	clear: both;
}
h2.comments-title #reply-title {
	margin-bottom: 18px;
	font-size: 24px;
}
.comments-area ol {
	margin-left: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.comments-area ul li, 
.comments-area ol li, 
.comments-area ol li ul li:first-child {
	margin: 0 0 30px 0;
	list-style: none;
}
.comment {
	display: block;
	min-height: 25px;
	padding: 0;
}
.comment-body {
	background: #fff;
	padding: 2.9%;
	box-shadow: 0 0 12px rgba(171,139,110,.38);
	-webkit-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-moz-box-shadow: 0 0 12px rgba(171,139,110,.38);
	overflow: hidden;
}
.comment .avatar {
	float: right;
	margin: 0 0 20px 20px;
	background: #fff;
}
.comment .fn {
	font-size: 20px;
	font-style: normal;
	line-height: 1.62em;
}
.says {
	color: #8e8071;
	font-size: 16px;
}
.comment-meta a {
	display: inline-block;
	margin-bottom: 18px;
	font-size: 16px;
}
a.comment-reply-link {
	float: left;
	padding: 4px 15px;
	background: #4daf7b;
	color: #FFF;
	text-decoration: none;
}
a.comment-reply-link:hover {
	background: rgba(75, 175, 122, 0.8);
}
#respond {
	padding: 20px;
	margin-bottom: 35px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background: #fff;
	border-bottom: #DDD 1px solid;
	overflow: hidden;
}
.commentlist .children {
	margin: 20px 40px 0 0 ;
	list-style: none;
}
.commentlist .pingback p {
	background: #fff;
	padding: 2.9%;
	box-shadow: 0 0 12px rgba(171,139,110,.38);
	-webkit-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-moz-box-shadow: 0 0 12px rgba(171,139,110,.38);
	overflow: hidden;
}

/* Comment Form */
#commentform {
	font-size: 14px;
}
.comment-notes {
	font-size: 12px;
	line-height: 16px;
}
#commentform input[type="text"], 
#commentforminput[type="password"], 
#commentform textarea {
	padding: 2px 0;
	background: #fff;
	border: 1px solid #e5d4c2;
	color: #A28F78;
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
}
#commentform textarea {
	height: 150px;
}
.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;
	top: 1px;
	left: 1px;
	z-index: 1;
	width: 80px;
	padding: 0 10px;
	color: #444;
	line-height: 36px;
}
.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-comment .required {
	position: absolute;
	top: 1px;
	right: 1.5%;
	z-index: 2;
	color: #FF0000;
	font-size: 24px;
	line-height: 44px;
}
#author,
#email,
#url,
#comment {
	position: relative;
	width: 98%;
	text-indent: 100px;
}
input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus {
	position: relative;
	z-index: 1;
}
.form-allowed-tags {
	color: #B19E75;
	font-size: 12px;
	line-height: 16px;
}
.form-allowed-tags code {
	font-size: 12px;
}

/* =Widgets
----------------------------------------------- */
#secondary .widget {
	line-height: 2em;
	font-size: 16px;
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #4daf7b;
	box-shadow: 0 0 12px rgba(171,139,110,.38);
	-webkit-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-khtml-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-moz-box-shadow: 0 0 12px rgba(171,139,110,.38);
	-ms-box-shadow: 0 0 12px rgba(171,139,110,.38);
}
.widget_search {
	padding: 25px;
}
.widget #searchform {
	padding: 0 17px 0 17px;
}
.widget_search .widget-title {
	display: none;
}
.widget-title {
	margin: 0 0 20px 0;
	color: #FFFFFF;
	font-size: 2.2rem;
	background: #86745C;
	padding: 13px 30px;
	box-shadow: inset 0 -7px 0 0 rgba(73,73,73,.3);
	-webkit-box-shadow: inset 0 -7px 0 0 rgba(73,73,73,.3);
	-moz-box-shadow: inset 0 -7px 0 0 rgba(73,73,73,.3);
	-ms-box-shadow: inset 0 -7px 0 0 rgba(73,73,73,.3);
	-o-box-shadow: inset 0 -7px 0 0 rgba(73,73,73,.3);
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget ul li {
	margin: 0;
	padding: 0 0 0 17px;
}
.widget ul li a {
	display: inline-block;
	color:#7b6d5e;
	padding: 10px 32px 10px 15px;
	-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;
	text-decoration: none;
}
.widget ul a:hover {
	color:#e86741;
}
.widget ul li:hover {
	background-color: #f8f3f0;
}
#recentcomments li {
	display: inline-block;
	color:#7b6d5e;
	padding: 10px 32px;
}
#recentcomments li a {
	color: #B98B45;
	padding: 0;
}
#recentcomments li:hover, 
.widget_nav_menu  ul li:hover, 
.widget li .children {
	background: none;
}
.widget select {
	margin: 15px;
	width: 90%;
}
#calendar_wrap, .tagcloud, .textwidget {
	padding: 10px 32px;
}
#calendar_wrap table {
	margin: 0
}
.widget_categories li li a{
	padding-left: 10px;
}
.widget_categories .children li {
	background:none;
	padding-left: 44px;
}

/* =Site Footer
----------------------------------------------- */
.site-footer {
	background: rgb(94, 85, 70);
	border-top: #fff 1px solid;
	box-shadow: inset 0 7px 0 0 rgba(73,73,73,.3);
	-webkit-box-shadow: inset 0 7px 0 0 rgba(73,73,73,.3);
	   -moz-box-shadow: inset 0 7px 0 0 rgba(73,73,73,.3);
	    -ms-box-shadow: inset 0 7px 0 0 rgba(73,73,73,.3);
	     -o-box-shadow: inset 0 7px 0 0 rgba(73,73,73,.3);

}
.copyrights, .credits{
	color: #BDA88D;
	padding: 1.9em 0.6em;
	margin: 0;
	font-weight: bold;
	font-size: 1.4rem;
}
.copyrights {
	float: left;
}
.credits {
	float: right;
	text-align: right;
}
#colophon a {
	color: #E2D5BA;
}
#colophon a:hover {
	color: #E6E1D7;
}

/* =Enhacements
----------------------------------------------- */

/* Go to top */
#scrollUp {
    bottom: 20px;
    right: 20px;
    color: #fff;
    background: #4daf7b;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 42px;
	text-align: center;
	font-size: 3rem;
	padding: 6px;
	text-decoration: none;
}
#scrollUp:hover {
	opacity: 0.8;
}
::selection {
	background: #8e8071;
	color: #fff;
	text-shadow: none;
}
	::-moz-selection { 
		background: #8e8071;
		color: #fff;
		text-shadow: none;
	}


/* =IE Styles
----------------------------------------------- */
#ie8 .site-header img,
#ie8 .entry-content img,
#ie8 img.size-full,
#ie8 .entry-thumbnail img,
#ie8 .widget img,
#ie8 .wp-caption img {
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* = Responsive Design
----------------------------------------------- */
@media (max-width: 991px) {
	#masthead .col-xs-12 {
		text-align: center;
	}
	.site-title, .site-description {
		float: none;
		text-align: center;
	}
	#masthead #searchform {
		float: none;
		margin-top: 0;
	}
	#masthead input#s {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2em;
	}
	#masthead #s:focus {
		width: 100%;
	}
	#social-media-icons {
		float: none;
		margin-top: 0;
		margin-bottom: 2em;
	}
	.entry-meta .entry-views {
		border-bottom: none;
	}
	.copyrights, .credits {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		padding: 0;
	} 
	#access {
		display: block;
	}
	#access li {
		float: none;
	}
	#access a {
		border-right: none;
		padding: 1.3em 1.5em;
	}
	.entry-meta .entry-more, .entry-date, .entry-meta .entry-category,
	.attachment-size, .entry-meta .comments-link,
	.entry-meta .entry-views {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.55);
		text-align: left !important;
		padding-left: 2em;
	}
}
