/*
Theme Name: GORGES DrDougGreen
Theme URI: http://GORGES.us
Description: Customed theme for Dr Doug Green
Version: 1.6
Author: Matthew Clark
Author URI: http://GORGES.us
Tags: custom, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */
body {
	font-size: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #3b3735 url('images/crosshatch.gif');
	color: #333;
	text-align: center;
}

div {
	box-sizing:border-box;
}

html, body {
  height: 100%;
}

body.home #content h2 {
  font-size: 18px;
  line-height:1.2;
}

#page {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  max-width: 1240px;
}

@media (min-width:768px) and (max-width:1199px) {
		max-width:768px;
		margin: 0 auto;
}


@media (min-width:1200px) and (max-width:1260px) {
	#page {
		padding-left:20px;
		padding-right:20px;
	}
}

.page-template-default #container_inner, .post-template-default #container_inner, .archive #container_inner {
	padding:0 20px;
}

@media (min-width:1024px) {
	
	.page-template-default #container_inner, .post-template-default #container_inner {
		display:flex;
		justify-content:space-between;
  }
	
	.page-template-default #content, .post-template-default #content  {
		width:66%;
	}
	
	.page-template-default #sidebar-right, .post-template-default #sidebar-right {
		width:32%;
		padding-top:30px;
	}
}



#header {
	max-width: 1200px;
	margin:0 20px;
}

@media (max-width:1199px) {
	#header {
		border-bottom: solid 10px #413C3A;
		position:relative;
	}
	#header #twitter {
		padding-right:.5em;
	}
	#header #twitter a {
		display:block;
	}
	#twitter span {
		display:none;
	}
}

.header__top {
	display:flex;
	flex-wrap:wrap;
	
	@media (min-width:768px) {
		justify-content:space-between;
		align-items:center;
		background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 32%, rgba(255,255,255,0.3) 58%, rgba(255,255,255,0) 100%);
	}

}

.header__top--tagline {
	width:100%;
	padding:20px 20px 0;
	color:#fff;
	font-family:times, serif;
	font-style:italic;
	font-size:16px;
	margin:0;
	
	@media (max-width:767px) {
		padding-right:50px;
	}
	
	
	@media (min-width:768px) {
		width:52%;

	}
	@media (min-width:1201px) {
		padding:30px 20px;
		
	}
}

.header__bottom {
	background:#fff;
	border-radius:5px 5px 0 0;
	
	display:flex;
	justify-content:space-between;
	align-items:center; 
	position:relative;
}

@media (min-width:1200px) {
	.header__bottom:after {
		content:'';
		display:block;
		height:0;
		width:100%;
		padding-top:14.5%;
		background:url('/wp-content/uploads/dr-doug-green-header-graphic.webp') no-repeat center bottom;
		background-size:auto 100%;
		position:absolute;
		z-index:0;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
	}
	#header #twitter {
		padding-right:20px;
	}
	
	#header #twitter span {
		padding-right:.5em;
	}
	#header #twitter a {
		display:flex;
		align-items:center;
	}
}


#header #hidden_home {
  float: left;
  margin-top: 80px;
  margin-left: 30px;
  width: 300px;
  height: 80px;
}

#header #twitter {
  cursor: pointer;
	position:relative;
	z-index:1;
}

#header #twitter span {
	color:#222;
	font-weight:bold;
}

#header #twitter a {
	width:100%;
	height:100%;
	transition:all .3s;
}

#header #twitter a:hover {
	opacity:.6;
	text-decoration:none;
}

#header #searchform {
    position:relative;
	z-index:1;
	margin:1em 0;
	width:100%;
	@media (min-width:768px) {
		width:36%;
	}
}

#header #searchform div {
  width: 'auto';
}

#header #searchform input[type="text"] {
	border:none;
	height:32px;
	padding:10px;
	box-sizing:border-box;
}

#searchform > div {

	display:flex;
}

#searchform input#s {
  border:solkid 1px #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  float:left;
  height:16px;
  width: 100%;
}

#searchform input#searchsubmit {
  background: rgb(121,72,22);
background: linear-gradient(0deg, rgba(121,72,22,1) 0%, rgba(158,94,25,1) 100%);
  border:none;
  border-radius: 4px;
  height:32px;
  line-height:32px;
  color:#fff;
  font-size:12px;
  padding:0px 8px 4px 8px;
  margin-left:5px;
  display: inline-block;
  cursor:pointer;
}

#searchform input#searchsubmit:hover {
  background:#AF5F0E;
}

.logo {
	max-width:400px;
	padding:20px;
	position:relative;
	z-index:1;
}

.logo a {
	transition: all .3s;
}

.logo a:hover {
	text-decoration:none;
	opacity:.6;
}

.logo__main {
	font-size:21px;
	line-height:1;
	font-weight:bold;
	color:#333;
}

.logo__tagline {
	font-size:11px;
	line-height:1.4;
	color:#844F17;
	font-weight:bold;
	padding-top:5px;
}


@media (min-width:768px) {
	.logo__main {
		font-size:36px;
	}
	.logo__tagline {
		font-size:14px;
	}
}

@media(max-width:1199px) {
	
	#main_menu {
		background: rgb(112,67,21);
	}
	
	#main_menu a {
		font-size:18px;
	}
}


@media(min-width:1200px) {
	
	#main_menu {
		background: rgb(112,67,21);
		background: linear-gradient(90deg, rgba(112,67,21,1) 0%, rgba(158,94,25,1) 33%, rgba(158,94,25,1) 66%, rgba(112,67,21,1) 100%);
		max-width: 1240px;
		box-shadow:0 10px 10px rgba(0,0,0,.2);
		position:relative;
	 }

	#main_menu:before, #main_menu:after {
		content:'';
		display:block;
		position:absolute;
		top:100%;
		width: 0;
		height: 0;
	}

	#main_menu:before {
		left:0;
		border-style: solid;
		border-width: 0 20px 20px 0;
		border-color: transparent #aaaaaa transparent transparent;	
	}

	#main_menu:after {
		right:0;
		border-style: solid;
		border-width: 20px 20px 0 0;
		border-color: #aaaaaa transparent transparent transparent;	
	}

}



#main_menu .menu-main-menu-container {
  width: 100%;
}

#main_menu ul {
  display:flex;
  /*justify-content:space-evenly;*/
  /*width: 990px;*/
  /*height: 60px;*/
  margin: 0 0;
  padding: 0;
}

#main_menu li {
  padding: 0;
  text-align: center;
  vertical-align: top;
  list-style:none;
  display:flex;
  align-items:center;
}

@media (min-width:1200px) {
	
	.menu-icon-toggle-wrapper {
		display:none;	
	}
	
	#main_menu li:not(:last-child) a {
	  background: url('images/menu-boundary.png') no-repeat scroll right top transparent;
	  background-size:auto 100%;
	}
	
	#main_menu li:first-child {
  		background-image: default;
	}
	#main_menu a {
	  font-size: 15px;
	}
}



#main_menu a {
  color: white;
  display:block;
  padding:20px 28px;
}

#main_menu a:hover {
 text-decoration: none;
}

#main_menu li:hover {
  background: #c1731f;
}



/****** MOBILE MENU ******/



@media (max-width:767px) {
	.toggle-tablet {
		display:none;
	}
	.menu-icon-toggle-wrapper {
		position:absolute;
		top:16px;
		right:0;
	}
	.menu-icon-toggle span,.menu-icon-toggle::before, .menu-icon-toggle::after {
		background-color: #fff;
	}
}


@media (min-width:768px) and (max-width:1199px) {
	.toggle-phone {display:none;}
	.header__top {
		
	}
	.menu-icon-toggle-wrapper {
		padding-right:20px;
	}
	
	.menu-icon-toggle span,.menu-icon-toggle::before, .menu-icon-toggle::after {
		background-color: #704315;
	}
	

}

@media (max-width:1199px) {


	.menu-icon-toggle {
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		z-index: 1000;
	}

	.menu-icon-toggle span {
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		transition: opacity 0.3s 0.3s;
	}

	.menu-icon-toggle::before, .menu-icon-toggle::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		transition: transform 0.3s,top 0.3s 0.3s,bottom 0.3s 0.3s;
	}

	.menu-icon-toggle::before {
		top: 6px;
	}

	.menu-icon-toggle::after {
		bottom: 6px;
	}


	.menu-opened .menu-icon-toggle span {
		opacity: 0;
		transition: opacity 0.3s;
	}

	.menu-opened .menu-icon-toggle::before,
	.menu-opened .menu-icon-toggle::after {
		background-color: #fff;
	}


	.menu-opened .menu-icon-toggle::before {
		top: calc(50% - 1px);
		transform: rotate(45deg);
	}

	.menu-opened .menu-icon-toggle::after {
		bottom: calc(50% - 1px);
		transform: rotate(-45deg);
	}

	.menu-opened .menu-icon-toggle::before,
	.menu-opened .menu-icon-toggle::after {
		transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
	}



	.menu-opened {
		overflow:hidden;
	}

	.menu-opened #main_menu {
		left:0!important;
		visibility:visible;
	}	



	#main_menu {
		left:-100%!important;
		position:fixed!important;
		z-index:998;
		top:0;
		width:100%;
		max-width:100%!important;
		height:100%;
		background:$blue;
		transition:all .4s cubic-bezier(0,0,.2,1);

	}	

	#main_menu > ul {
		position: fixed!important;
		top: 40%;
		left: -50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
		list-style-type: none;
		margin: 0;
		padding: 0;
		z-index:999;
		transition:all .3s;
	}

	.menu-opened #main_menu > ul {
		visibility: visible;
		z-index: 999;
		transition:all .1s;
		left:50%;
		display:block;
		width:100%;
		max-width: 300px;

	}

	#main_menu > ul > li {
		display:flex;
		justify-content:center;
		opacity: 0;
		transform: translateX(-30px);
		transition: all .1s ease-in-out;
		/*$time-offset-close: 0;*/
	}

	.menu-opened #main_menu > ul > li {
		transition-delay:.2s;
		opacity: 1;
		transform: translateX(0);
		backface-visibility: hidden;
		transition:all 1s;
		/*$time-offset-open: .3;*/
	}

}







#container_outer {
  max-width: 1200px;
  background-color: #FFFFFF;
  margin: 0 20px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

#container_inner {
  border-left: 1px #f2f2f1 solid;
  border-right: 1px #f2f2f1 solid;
  padding-top: 6px;
}

#footer_menu {
	display:none;
	@media (min-width:768px) {
		 display:table;
	 	 clear: both;
  		 border-bottom: 1px #3b230b solid;
	  	 margin-top:20px;
	}
}

#footer_menu td {
  padding: 11px 0 12px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #704315;
}

#footer_menu a {
  color: #EBC9A8;
  font-size: 10px;
}

#footer_menu a:hover {
  text-decoration:none;
  color:#ffffcc;
}

#footer_other {
  background-color: #704315;
  min-height: 100px;
  border-top: solid 1px #946f52;
  display:flex;
	border-radius: 0 0 5px 5px;
    overflow: hidden;
}

#footer_ads {
    padding: 20px;
	width:60%;
}

#footer_gorges {
  font-size:.75em;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 0 20px;
  color:#EBC9A8;
  text-align: center;
}

#footer_gorges form {
	text-align:center;
}

#footer_gorges div {
  text-align: right;
  word-wrap: nowrap;
}

#footer_gorges .gorges-logo {
  vertical-align: middle;
	width:100px;
	background:#fff;
	padding: 8px;
	margin-left:4px;
	border-radius:5px;
  }
  

@media (max-width:1199px) {
	#footer_other.footer_other--DESKTOP {
		display:none;
	}
	#footer_gorges {
		background: transparent url('images/footer_separator.gif') repeat-y top left;	
	}
  
}


@media (min-width:1200px) {
	#footer_other.footer_other--DESKTOP {
		width:100%;
	}
  #footer_other.footer_other--MOBILE {
		display:none;
  }
  #footer_ads {
	display:none;
  }
	
  #footer_menu a {
    font-size: 14px;
  }
  
  #footer_gorges {
		width:100%;
	  position:relative;
  }
	
  #footer_gorges .donate {
	  position:absolute;
	  right:20px;
	  top:0px;
	  width:197px;
	  transition:all .3s;
  }	
	
	#footer_gorges .donate:hover {
		opacity:.6;
	}	
	
  #footer_gorges .social {
      display:flex;	
	  justify-content:center;
  }	
	
  .footer-copyright {
	  display:flex;
	  justify-content:center;
	  align-items:center;
  }
	
}

#sidebar-left {
  /*float: left;
  margin-left: 19px;
  margin-right: 15px;*/
  }
  
#sidebar-right {
  /*float: right;
  margin-right: 19px;
  margin-left: 12px;*/
  }

#sidebar-right a, #sidebar-left a {
  color: #0C6E46;
}

.sidebar {
  /*width: 250px;*/
}

@media (max-width:1200px) {

	.sidebar-desktop {
		display:none;
	}

	.sidebar-mobile {
		display:block;
	}

}

@media (min-width:1201px) {

	.sidebar-desktop {
		display:block;
	}

	.sidebar-mobile {
		display:none;
	}

}

.sidebar .widget {
  margin: 0;
  padding: 0;
  /*background: transparent url('images/widget-background.gif') repeat-y top left;*/
  background:#EEEAE8;
	margin:1em 0;
}

.sidebar .widget-footer {
  height: 8px;
  /*background: transparent url('images/widget-footer.gif') no-repeat bottom left;*/
}

.sidebar .widgettitle {
  font-size:24px;
  margin: 0 0 2px 0;
  padding: 15px;
  border-bottom:solid 5px #413C3A;
	
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #413C3A, #867D79, #413C3A ) 1; 
 
	
/*  border-image: radial-gradient(#867D79, #413C3A) 1; */
	
  position:relative;
}

.sidebar .widgettitle + * {
	margin-top:0;
/*	border-top:solid 2px #413C3A; */
	
	
	border-top-width: 2px;
    border-top-style: solid;
  border-image: linear-gradient(to right, #413C3A, #867D79, #413C3A ) 1;
}


/* WIDGET-TWITTER */

.sidebar .widget_twitter .extra, .sidebar #drdoug_tweets .extra {
  padding-left: 18px;
  padding-top:1em;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 12px;
}

.sidebar .widget_twitter .extra img, .sidebar #drdoug_tweets .extra img {
  /*float: right;*/
	display:block;
    margin: 0 auto 10px auto;
	background:#fff;
	padding:5px;
  }

.sidebar #drdoug_tweets ul {
  clear: both;
}
.sidebar #drdoug_tweets ul.children {
  margin-top: 16px;
}

.sidebar .widget_twitter ul {
  clear: both;
  list-style-type: none;
  margin: 8px 10px;
  padding: 0;
}

.sidebar .widget_twitter ul li {
    margin: 0;
    padding: 0;
    margin-top: 14px;
    line-height: 1.8em;
  }

/* WIDGET-widget_recent_entries and WIDGET-widget_drdoug_posts_by_category */

.sidebar .widget_recent_entries ul, .sidebar .widget_drdoug_posts_by_category ul,
.sidebar .widget_categories ul, .sidebar .widget_drdoug_tweets ul {
  list-style-type: none;
  padding:16px 18px 0 18px;
}
.sidebar .widget_recent_entries ul li, .sidebar .widget_drdoug_posts_by_category ul li,
.sidebar .widget_categories ul li, .sidebar .widget_drdoug_tweets ul li {
  font-weight: bold;
  margin:0px 0px 14px 0;
  font-size: .85em;
}
.sidebar .widget_recent_entries a, .sidebar .widget_drdoug_posts_by_category a,
.sidebar .widget_categories a, .sidebar .widget_drdoug_tweets a {
  color: #704315;
}
.sidebar .widget_recent_entries .more, .sidebar .widget_drdoug_posts_by_category .more {
  padding: 0 0 4px 20px;
  font-size: .85em;
}

/*  WIDGET-widget_drdoug_tweets  */

.sidebar .widget_drdoug_tweets ul li {
  font-weight: normal;
  font-size:.85em;
  font-style: italic;
}

.sidebar .widget_drdoug_tweets ul li a {
  font-weight: bold;
  font-size: 1em;
  font-style: plain;
}


/* CENTER CONTENT */

#content {
}

#content h2 {
  font-size: 24px;
  line-height:1.3;
}

.narrowcolumn {
  margin: 0 285px 10px 285px;
  padding: 10px 0 0 0;
  }

.widecolumn {
  margin: 0 305px 10px 40px;
  padding: 10px 0 0 0;
  }

/*
.widecolumn .entry p {
	font-size: 1.05em;
	}
*/

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	/*text-align: center;*/
	line-height:1.5;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.entry {
	font-size:.95em;
}

.entry img {
	/*display:block;*/
	margin-bottom:.5em;
}

.even, .alt {

	/*border-left: 1px solid #ddd;*/
}

/* BOOK SUMMARIES */

.summary {
}

.summary h2 {
  font-size: 20pt;
  margin: 8px 0;
  line-height: 1.6em;
}

.summary .page {
  font-family:"Georgia", times, times new roman, serif;
  /*border: 1px solid #dc9a8c;*/
  border: 1px solid #ddc2a5;
  margin-top: 8px;
  padding: 18px 20px 4px 20px;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
  border-radius: 4px; /* CSS3 */
  background: #ffeacd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ecdb', endColorstr='#ffeacd');
  background: -webkit-gradient(linear, left top, left bottom, from(#f8ecdb), to(#ffeacd));
  background: -moz-linear-gradient(top,  #f8ecdb,  #ffeacd);
  line-height: 1.5em;
  font-size: 16px;
}

.summary .page .jwsharethis {
  margin-top:20px;
}

.summary .page h3 {
  font-size:18px;
  margin-top:0px;
  font-family:"Georgia", times, times new roman, serif;
}

.summary .page p {
  font-size: 17px;
  margin-top:0px;
  line-height:1.5;
}

.summary .buy {
  font-style: italic;
  color: #666;
  content: "\00A0 \00A0 \00A0 DrDougGreen.com \00A0 \00A0 \00A0 \00A0 \00A0 \00A0 \00A0 If you like this summary, buy the book";
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 75%;
}

.summary .buy a {
  color: #18915F;
}
.summary .buy a:hover {
  text-decoration: underline;
}

.summary .banner {
  float: right;
  margin: 8px 0 8px 24px;
}

.summary .entry .pages {
  margin: 4px 0;
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.6em;
  color: #777;
}
.summary .entry .pages a {
  font-weight: bold;
  padding: 0 2px;
}

.summary .entry .previous-next {
  height: 44px;
}
.summary .entry .previous-next img {
  width: 146px;
  height: 37px;
}
.summary .entry .previous, .summary .entry .next {
  color: #FFF;
  font-size: 20px;
  background: rgb(121,72,22);
  background: linear-gradient(0deg, rgba(121,72,22,1) 0%, rgba(158,94,25,1) 100%);
	
  border-radius: 4px; /* CSS3 */
  text-align: center;
  width: 110px;
  height:44px;
  line-height:44px;
  padding:0 10px;
}
.summary .entry .previous:hover, .summary .entry .next:hover {
  background:#000;
}
.summary .entry .previous {
  float: left;
}
.summary .entry .next {
  float: right;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 1.5em;
	}

.entry p a:visited {
	/*color: #b85b5a;*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

.postmetadata {
	font-size:.85em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #844F17;
	text-decoration: none;
	}

h2 a, h2 a:visited {
	color: #18915F;
}
h2 a:hover {
	color: #18915F;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.post {
	margin: 0 0 20px;
	padding-bottom:20px;
	}

body.home #content .post {
  border-bottom:solid 1px #ccc;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	/*clear: both;*/
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */


h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


h1 {
	font-size: 24px;
	text-align:left;
	padding-top: .5em;
	margin:0 0 .25em;
	line-height:1.1;
}

h1.pagetitle {
	font-size: 24px;
	text-align:left;
}


h2 {
	font-size: 21px;
	margin: 8px 0 0;
}

h2.pagetitle {
	padding-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	font-size: 18px;
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}


.archive h1.pagetitle {
	font-size:18px;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 14px;
	}

@media (min-width:1024px) {
	h1 {
		font-size:38px;
	}
	
	h2 {
		font-size:30px;
	}
	
	h3 {
		font-size:21px;
	}
}




/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#sidebar #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#commentform
input[type="text"], #commentform input[type="name"],#commentform input[type="email"], #commentform textarea, #commentform select {
	border:solid 1px #ccc;
}

input[type="text"], #commentform input[type="name"],#commentform input[type="email"] {
	height:32px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#respond {
	max-width:600px;
	margin: 0 auto;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 0px 0 0;
	}
#commentform textarea {
	width:100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
  padding: 8px 16px;
  font-size: 12px;
  width: auto;
  float: right;
  color: #FFF;
  cursor: pointer;
  margin: 0 0 5px auto;
  border:none;
  background: rgb(121,72,22);
background: linear-gradient(0deg, rgba(121,72,22,1) 0%, rgba(158,94,25,1) 100%);

  border-radius: 4px; /* CSS3 */
  
}

#commentform #submit:hover {
  background:#000;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow:hidden;
	font-size:14px;
	line-height:1.3;
}

.navigation .alignleft,
.navigation .alignright {
  width:45%;
}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Book Summary Page */

div#post-347 p,
div#post-347 li {
  font-size:13px;
  line-height:1.5;
  font-weight:bold;
}

div#post-347 div.entry p:first-child {
  font-weight:normal;
  font-size:12px;
}

#page-banner {
  /*margin-left: 70px;*/
	margin-top:2em;
}

.alberts-badge {
  display:block;
  width:250px;
  height:186px;
  margin-bottom:10px;
}

@media (max-width:1199px) {
	.alberts-badge {
		margin: 0 auto 10px auto
	}
}

#google_language_translator {
	padding:20px;
	
}

.goog-te-gadget,.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
	color:#ccc!important;
}

body #google_language_translator select.goog-te-combo {
	border:none!important;
	margin-bottom:1em!important;
}


.home #container_inner, .error404 #container_inner, .search-results #container_inner {
	padding:20px;
}

@media (min-width:1201px) {
	.home #container_inner, .error404 #container_inner, .search-results #container_inner {
		display:flex;
		justify-content:space-between;
	}
	
	.home #sidebar-left, .home #sidebar-right, .error404 #sidebar-left, .error404 #sidebar-right,
	.search-results #sidebar-left, .search-results #sidebar-right {
		width:25%;
	}
	
	.home #content, .error404 #content, .search-results #content {
		width:47%;
	}
}



#sidebar-right a.rss-feed {
  background-color: #704315;
	padding:1em;
	border-radius:4px;
	color:#EBC9A8;
	display:flex;
	align-items:center;
	transition:all 3s;
	box-shadow: 10px 10px 10px rgba(0,0,0,.2);
}

#sidebar-right a.rss-feed:hover {
		color:#fff;
		text-decoration:none;
}


#sidebar-right a.rss-feed img {
	border-radius:50%;
}

@media (max-width:1199px) {
	#sidebar-right a.rss-feed {
  		justify-content:center;
	}
	
	#sidebar-right a.rss-feed > * {
		padding:0 10px;
	}
}

@media (min-width:1200px) {
	#sidebar-right a.rss-feed {
  		justify-content:space-evenly;
	}


	#sidebar-right a.rss-feed:hover {
		color:#fff;
		/*background-color:#c1731f;*/
		background-color:#AF5F0E;
	}
	
	#sidebar-right a.rss-feed:hover img {
		box-shadow:0 0 10px rgba(0,0,0,.4);
	}

	#sidebar-right a.rss-feed span, #sidebar-right a.rss-feed img {
		transition:all .5s;
	}

	#sidebar-right a.rss-feed:hover span {
			transform:translateX(10px);
	}

	#sidebar-right a.rss-feed:hover img {
				transform:translateX(-10px);
	}

}

.social-icons {
	margin-top:1em;
	margin-bottom:1em;
	display:flex;
	justify-content:center;

}

.social-icons a {
	display:block;
	width:44px;
	height:44px;
	transition:opacity .3s;
}

.social-icons a:hover {
	opacity:.7;
}

.rss-feed__icon {
	width:44px;
	height:44px;
}


#glt-translate-trigger > span {
	color:#000!important;
	text-shadow:none!important;
}


.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}