/**handles:sorbet-style**/
/*
 Theme Name:   Lisa’s Blog
 Theme URI:    http://motechagency.com
 Description:  Lisa’s custom theme, a 'child' of Sorbet.
 Author:       Josh Mason-Barkin
 Author URI:   http://motechagency.com
 Template:     sorbet
 Version:      0.1
*/

.toggles #menu-toggle:before {
	background-color: #8cd4fa;
}

.toggles #sidebar-toggle:before {
	background-color: #033c7f;
}

.toggles #search-toggle:before {
	background-color: #2e6294;
}

.entry-format, .hentry::before {
	background: #8cd4fa;
}

.hentry::before {
	content: "\f411";
	color: #2e6294;
}

.site-header img {
	display: block;
	margin: 20px 0 0 20px;
	max-height: 200px;
	float: left;
}

.site-description {
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 15px;
	font-weight: 200;
}

.site-description::before {
	content: "[";
}

.site-description::after {
	content: "]";
}

a {
  color: #2e6294;
}

a:visited {
  color: #033c7f;
}

a:hover, a:focus, a:active {
  color: #2e6294;
}

.entry-title, .entry-title a {
  color: #2e6294;
}

a.entry-format, a.entry-format:hover; a.entry-format:visited {
	color:#fff;
}

.hentry::after {
  border-top: 1px solid #8cd4fa;
}

.panel#menu-toggle-nav {
  background: #8cd4fa;
  border-bottom: 5px solid #8cd4fa;
}

.panel#sidebar-toggle-nav {
  background: #033c7f;
  border-bottom: 5px solid #0078ff;
}

.panel#search-toggle-nav {
  background: #2e6294;
  border-bottom: 5px solid #2e6294;
}

.hentry {
	border-top: 1px solid #8cd4fa;
	border-left: 2px solid #8cd4fa;
	border-right: 2px solid #8cd4fa;
	border-bottom: 2px solid #8cd4fa;
}

.page-links span.active-link {
  background-color: #2e6294;
}

.site-subhed {
	color: #2e6294;
	font-family: 'Source Sans Pro', serif;
	font-weight: 200;
	font-size: 1.3em;
	padding: 5px 20px 10px 20px;
	text-align: left;
}

.site-content {
	margin: 61px auto 0;
}

.translit {
	font-family: 'Covered By Your Grace', serif;
	font-size: 110%;
}

.widget {
	font-size: 0.83333em;
	line-height: 1.3em;
	margin-bottom: 20px;
	overflow: visible;
}

.widget-title {
	font-size: 1.6em;
	line-height: 1;
	color: #0b273f;
	margin: 12px 0px 3px 0px;
	padding-bottom: 2px;
	border-bottom: 3px dotted #8cd4fa;
}

.hentry.format-status::before, .hentry.format-quote::before {
	background: #2e6294;
	color: #fff;
	content: "\f106";
    font-family: 'Genericons';
    z-index: 2;
}

.hentry.format-status::after, .hentry.format-quote::after, .hentry.format-quote {
	border-color: #2e6294;
}

article .format-quote {
	background-color: #f0f1f3;
	border: 1px solid #2e6294;
}

.format-quote .entry-content blockquote p {
	font-family: "PT Serif", Georgia, Times, serif !important;
	font-weight: 300;
}

.format-quote .entry-content {
	text-align: center;

}

.format-quote .entry-content blockquote::before {
	content: "“";
	color: #2e6294;
	font: Georgia, serif;
	font-size: 4em;
	float:left;
	padding-top:20px;
}

.format-quote .entry-content blockquote::after {
	content: "”";
	color: #2e6294;
	font-family: "PT Serif", Georgia, Times, serif !important;
	font-size: 4em;
	float:right;
	margin-top:-40px;
}

.format-quote .entry-content blockquote {
	margin: 0 0;
	border-left:0px;
	font-family: "PT Serif", Georgia, Times, serif !important;
}

.entry-content img {
	width: 40%;
	float: right;
	margin:10px 0px 10px 20px;
	border: 2px solid #2e6294;
}

.entry-content img.alignleft {
	width: 40%;
	margin:10px 20px 10px 0px;
	border: 2px solid #2e6294;
	float: left;
}

.site-footer a {
	color: #8cd4fa;
	text-decoration: none;
}

.site-footer a:hover {
	color: #8cd4fa;
	text-decoration: none;
	border-bottom: 1px dotted #2e6294;
}

.widget-sign {
	width: 50%;
	margin-left: 25%;
	padding-top: 10px;
}

.blogroll img {
	height: 18px;
	width: auto;
	max-width: 30px;
}

#linkcat-5 h1 {
	visibility: hidden;
	height: 5px;
}

#linkcat-5 ul {
	list-style: none;
	margin-left: 0px;
}

#linkcat-5 li {
	text-align: right;
}

#linkcat-5 li a:after {
    content:"\a";
    white-space: pre;
}

@media screen and (max-width: 47.2226em) {
  #linkcat-5 li {
	text-align: left;
  }
  .hentry {
	border-top: 8px solid #8cd4fa;
	border-left: 0px solid #8cd4fa;
	border-right: 0px solid #8cd4fa;
	border-bottom: 0px solid #8cd4fa;
  }
  .widget_search {
	visibility: hidden;
	height: 2px;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  background: white;
  border: 1px solid #2e6294;
  outline: none;
}

a.motech {
  color: #1b66ab;
  border-bottom: 1px dotted #8591a8;
  text-decoration: none;
}

a.motech:hover {
  border-bottom: 1 px solid #1b66ab;
}

.motech-image {
  opacity: 0.4;
  filter: alpha(opacity=40);
  float:left;
  margin-right: 10px;
  margin-bottom:10px;
  height:50px;
}

.motech-image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#colophon .alignright {
	margin-left: 10px;
	text-align: right;
	text-transform: none;
	font-size: 13px;
	line-height: 16px;
}

#colophon, .site-info {
	text-transform: none;
}

#colophon .alignleft {
	margin-right: 10px;
	text-align: left;
	text-transform: none;
	font-size: 13px;
	line-height: 16px;
}

.footertable td {
	padding: 10px;
	vertical-align: top;
}

.squarecell {
	width: 50%;
	height: 0;
	padding-bottom: 50%;
	vertical-align: middle;
	text-align: center;
}

.site-info {
	max-width: 100%;
}

.site-content .widget-area {
	padding-right: 5px;
}

.guide-full {
	width: 100%;
	border: 1px solid #2e6294;
	margin: 10px 0px;
}

.footnote_container_prepare > p {
	font-family: 'Covered By Your Grace', serif;
	font-size: 150%;
	color: #1b66ab;
	border-bottom: 1px solid #8cd4fa;
}

.footnote_plugin_text, .footnote_plugin_text a {
	font-family: Source Sans Pro;
	font-weight: 200;
	font-style: normal;
}

sup.footnote_plugin_tooltip_text {
	font-size: 65%;
}

sup {
}

sup, sub { 
/* 	vertical-align: 0; */
	position: relative;
}

.footnote_plugin_tooltip_text {
top: .5em !important;

}

.front-headshot img {
	width: 100px;
	height: 100px;
	float: right;
	border-radius: 50%;
	-webkit-shape-outside:circle();
	shape-outside:circle();
	shape-margin: 5px;
	-webkit-shape-margin:5px;
	border:1px solid #8cd4fa;
	-webkit-filter: grayscale(.7);
	filter: grayscale(.7);
}

.front-headshot img:hover {
	 -webkit-filter: grayscale(.2);
	 filter: grayscale(.2);
}

aside#text-2:before {
	content: " ";
	width: 140px;
	height: 140px;
	float: right;
	border-radius: 50%;
	-webkit-shape-outside:circle();
	shape-outside:circle();
	shape-margin: 10px;
	-webkit-shape-margin:10px;
	-webkit-filter: grayscale(.7);
	filter: grayscale(.7);
	background-image:url("http://ordinaryandsacred.com/wp-content/uploads/2018/04/lisa-headshot.jpg");
	background-size: contain;
	background-position: center center;
	background-clip: padding-box;
	display: block;
	padding: 10px;
	margin-right: -5px;
	z-index:100;
	overflow: visible;
	border: 2px solid #8cd4fa;
	position: relative;
}

aside#text-2:before:hover {
	 -webkit-filter: grayscale(.2);
	 filter: grayscale(.2);
}

aside#text-2 h1 {
	clear: none;
}

aside#search-2 {
	margin-bottom: 25px;
}

p#subscribe-email {
	margin-bottom: 12px;
}

.subscribe-text p {
	margin-bottom: 12px;
}

.entry-content img.main {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #0b273f;
	padding: 0px 0px 10px 0px; 
	border-left: none;
	border-right: none;
	border-top: none;
}

.entry-thumbnail img.index-thumb {
	width: 100%;
	border-top: 1px solid #8cd4fa;
	border-left: 1px solid #8cd4fa;
	border-right: 1px solid #8cd4fa;
	background-color: #8cd4fa;
}


a.more-link {
	width: auto;
	max-width: 200px;
	text-align: center;
	display: block;
	padding: 5px 10px;
	background-color: #8CD4FA;
	color: #2E6294;
	line-height: 2;
	margin-top: 15px;
}

a.more-link:hover {
	color: #8CD4FA;
	background-color: #2E6294;
	width: auto;
}

h3.sd-title {
	font-family: 'Source Sans Pro', serif !important;
}