/*
Theme Name: Independent Publisher Child
Theme URI: http://independentpublisher.me/
Template: independent-publisher
Author: Jeremy Cherfas based on Raam Dev
Author URI: http://raamdev.com
Version: 0.4.1
Updated: 2023-03-07T14:21:34+01:00

*/

.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: 1.4rem Sans-Serif;/*   font: 0.8rem; */
  color: #eee;
  text-align: center;
/*   text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #c20000;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.blog {
background-color: ghostwhite;
}

/* Removed from index */

span.entry-subtitle {
    display: block;
    font-size: 0.53333333333333em;
    font-weight: 200;
    line-height: 1em;
    color: #57ad68;
}

#comments .comments-title span.entry-subtitle {
	display: none;
}

.likes {
	display: none;
}

.reposts {
	display: none;
}

p, li {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

li {
    margin-bottom: .3em;
}

.etn {
    font-family: Verdana;
    font-size: 95%;
    background-color: #ffffee;
	padding: 1em;
}

.etn h1 {
Font-style: italic;
}

.blog .etn {
Padding: 1em;
}

/*  Tighter */
.blog article, 
.archive article, 
.search article {
	padding: 0;
}

ul, ol {
    margin-top: 0px;
    margin-right: 1em;
    margin-bottom: 1.5em;
    margin-left: 3em;
}    

.author {
Display: none;
}
 
.sticky {
    background: white !important;
}

.archive .page-header,
.search .page-header {
	background: white;
}

.archive .page-title,
.archive .archive-title,
.search .page-title {
	font-size: 1.6em;
	font-weight: normal;
}

/* Links */

a {
color: red;
}

a:visited {
Color: #c20000;
}

a:hover, a:focus, a:active {
Color: red;
Background-color: #ffffee;
text-decoration: None;
}

/* For ODB page specifically */

.listing-item .entry-title-primary {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	color: #333332;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
    }
    
.listing-item .entry-subtitle {
	display: block;
    font-size: 0.53333333333333em;
    font-weight: 200;
    line-height: 1em;
    color: #57ad68;
    }
    
/* Sidebar widgets */
 
/* 
.widget-area {
	display: flex;
	}
 */

/* These IDs are very specific to the widgets */
/* 
.widget-3 {
	Order: 1;
	flex-basis: 47.5%;
	}
 */

/* 
.widget-2 {
	order: 2;
	flex-basis: 47.5%;
	}
 */


.entry-title {
line-height: 120%;

.entry-title a:hover, a:focus, a:active {
Color: #c20000;
}

.site-title {
font-size: 4rem;
}


.site-description {
font-size: 2rem;
}

/* 
.site-header {
    float: left;
    margin-top: 0;
    margin-bottom: 30px;
    width: 160px;
    position: relative;
    margin-left: -220px;
    text-align: right;
}
 */

.site-footer a:hover {
	color: #c20000;
} 

.site-title a:visited {
Color: #c20000;
}

.entry-summary a:hover {
Background-color: #ffffee;
}

blockquote {
	margin-left: 1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Charter", serif;
	border-left: 3px solid;
	border-color: #c20000;
	padding-left: 20px;
}

.enhanced-excerpts .enhanced-excerpt-read-more a {
	text-align: right;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 1.4em;
	color: #c20000;
}


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

.archive-entry-header h2 {
	font-size: 0.8rem;

}


/* Removed from parent */
.page h1.entry-title {
	margin-top: 20px;
	font-size: 2.5em; !important
}



button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: Myriad-Pro, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
/* 
	line-height: 1.45;
	height: 2rem;
 */
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #57ad68; /* Old browsers */
	background: -moz-linear-gradient(top, #57ad68 60%, #57ad68 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #57ad68), color-stop(100%, #57ad68)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #57ad68 60%, #57ad68 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #57ad68 60%, #57ad68 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #57ad68 60%, #57ad68 100%); /* IE10+ */
	background: linear-gradient(top, #57ad68 60%, #57ad68 100%); /* W3C */
	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57ad68', endColorstr='#57ad68', GradientType=0); /* IE6-9 */
	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 */
	-webkit-font-smoothing: antialiased;
}