/*
You can add your own CSS here.
Click the help icon above to learn more.
*/

.entry-content, .entry-summary, .page-content, body {
  hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
}

/*.wp-caption-text {
  line-height: 95%;
}*/

h1.entry-title {
 	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;	
}
h4 {
  color: #29b512;
	margin-bottom: 0;
	margin-top: 0;
}

h3 {
  margin-left: -1.3em;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: normal;
  font-style: italic;
}

p.first-paragraph:first-letter {
 font-family: Times-New-Roman, Times New Roman, Serif;
 font-size : 400%;
 line-height: 90%;
 float : left;
 padding-top: 5px; 
 padding-right: 3px;
 color : #29b512;
 top: -0.2em;
 }

figure.wp-caption img, .entry-content p img{
  border-radius: 5px;
}

figure.wp-caption img.square-img, .entry-content p img.square-img{
  border-radius: 0px;
}

.taxonomy-description p {
  font-size: larger;
}

a:hover {
  background-color: PowderBlue;
  text-decoration: none;
  text-decoration-color: transparent;
}

.reference {
  text-indent: -4em;
  margin-left: 4em;
}

/* Indent Urls */
.entry-content ul, .entry-content ol {
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.before-bullet {
  margin-bottom: 0;
}

.quotation {
  margin-left: 2em;
  padding-left: 1em;
  border-left: 5px solid #eee;
}

.left-indent {
  margin-left: 1em;
}

.reference-comment {
  margin-left: 4em;
}

.no-gap-below {
  margin-bottom: 0;
}

.gap-below {
  margin-bottom: 0.9em;
}

.rounded-corners {
  border-radius: 5px;
}

.rpwwt-post-excerpt, .related-posts-excerpt {
  padding-left: 0.7em;
  hyphens: auto;
}

.rpwwt-post-title, .related-posts-list-title {
  color: #29b512;
  font-weight: bold;
  font-size: larger;
  letter-spacing: 0.04em;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 ul li {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 ul:last-child {
  border-bottom: 1px solid #dddddd;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 ul li img {
  float:right;
  border-radius: 3px;
}

.fa.fa-arrow-up.fa-2x {
  color: #29b512;
}

.related-posts-list {
  list-style-type:none;
}

.related-posts-list li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 0px;
}

.related-posts-list:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}

a.related-posts-list-title {
  text-decoration-color: white;
  text-decoration-line: none;
  text-decoration: none;
}
/*
.tablepress tr.row-1 td.column-1 {
  background-color: #29b512;
  color:white;
  hyphens: none;
  border: 1px solid #29b512;
}

.tablepress tr.row-1 td.column-2 {
  border: 1px solid #29b512;
}

*/
.single-featured-image-header , .wp-post-image{
display: none;
}

ul.reference-comment {
	margin-left: 6em;
	margin-bottom: 1em;
	margin-top: 0;
}

div.citations {
	margin-top: 0;
	margin-left: 4em;
	margin-bottom:0;
}

.last-updated {
    font-size: small;
    text-transform: uppercase;
    /*background-color: #29b512;
	  opacity: 0.2;*/
	  background-color:rgba(41,181,18,0.1);
} 

.indent-left {
	margin-left: 3em;
}

.rotate-90-ccw {

/* Safari */
-webkit-transform: rotate(-90deg) translateY(-1.25em);
	-webkit-transform-origin: right top;
float:right;
/* Firefox */
-moz-transform: rotate(-90deg) translateY(-1.35em);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
-ms-transform: rotate(-90deg);
-ms-transform-origin: right top;

}

.table-td {
	border-collapse: collapse;
}

.table-td tr.row-1 td.col-1 {
	background-color: #29b512;
	color: white;
	hyphens: none;
	border: 1px solid #29b512;
	max-width: 1.5em;
}

.table-td tr.row-1 td.col-2 {
	border: 1px solid #29b512;
	line-height: 1.35em;
	hyphens: auto;
	padding: 0.5em;
}

/* Stylesheet for pretty callouts plugin */

.pretty-callout {
	width: 70%;
	font-size: 1.0em;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0;
	font-style: normal;
	margin: 1em 15%;
	text-align: center;
	hyphens: auto;
	border: 1px solid #29b512;
	padding: 0.3em;
	border-radius: 3px;
}
.pretty-callout.left {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 1em;
	text-align: left;
}
.pretty-callout.right {
	float: right;
	width: 50%;
	margin-right: 0;
	margin-left: 1em;
	text-align: left;
}
.pretty-callout.center {
	width: 50%;
	margin: 1em auto ;
}