/*
Theme Name: Inovado Child
Description: Inovado Child Theme
Author: Your name here
Template: inovado
Version: 1.0
*/
/* 129c04 - Main green
   a65d0d - Brown
   ff9829
   289dcc
   209a14
   209a14
*/

@import url("../inovado/style.css");

.title-block {
  background-color:#a65d0d;
  color:white;
  font-size:x-large;
  padding:20px;
  border-top:50px solid #ddd;
  border-bottom:50px solid #ddd;
}

.verse {
  background-color: #f5f5f5;
  margin-top:7px;
  margin-bottom:7px;
  margin-left:25px;
  padding:10px;
  padding-left:15px;
  padding-right:15px;
  
  border: 1px solid #dddddd;
}

.verse-content {
  width:100%;
}

.verse-reference h4 {
  font-weight:bold;
  font-size:1em;
  margin-bottom:0px;
  padding-bottom:0px;
  line-height:normal;
  color:#095D00;
  text-align:right;
}

.verse .red-letter { color:#A10C00; }


.logged-out { display:none; }

#bbpress-forums { margin-bottom:5px !important; }

.bbp-body .bbppu-unread.hentry > li.bbp-topic-reply-count span {
    padding:3px;
    background-color:#a65d0d;
    font-size:1.3em;
    color:white;
}
.bbp-body .bbppu-unread.hentry > li:first-child {
    border-left-color:#a65d0d !important;
}
.bbp-body .bbppu-read.hentry > li:first-child {
    border-left:none !important;
}

.latest-blog-list .blog-list-item-date {
    color:#a65d0d;
}
.latest-blog-list .blog-list-item-date span {
    background-color: #a65d0d;
}

.widget.widget_recent_entries a:visited {
    color: #666666;
}

#header-v4 #navigation .sub-menu,
#header-v4 #navigation .sub-menu li a,
#header-v4 #navigation .sub-menu li .sub-menu li a
#header-v4 #navigation .sub-menu li .sub-menu li .sub-menu li a {
    background-color:#209a14 !important;
    color: white !important;
}

.bbp-topic-permalink {
    /* font-weight:bold; */
    font-size:1.3em;
}

a.alternative-1.button {
    background-color: #a65d0d !important;
    border-color: #a65d0d !important;
}
a:hover.alternative-1.button {
    background-color: #332516 !important;
    border-color: #332516 !important;
}
.search-results h2 {
    color:#a65d0d;
    /* font-weight:bold; */
}
.description.clearfix.style-2 {
    color: #a65d0d;
    font-weight:bold;
    border: 3px solid #a65d0d;
}
.description.clearfix.style-2 a {
    color:#a65d0d;
}

body #header-v4 form#header-searchform input[type=text],
form#searchform input[type=text] {
    color: black;
    border: 3px solid #a65d0d;
}

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

.cc-bibliography p {
    margin-bottom:5px;
}

.simple-footnotes, .cc-bibliography {
    margin-top:35px;
}

.simple-footnotes .notes, .cc-bibliography .bibliography {
    font-weight: bold;
    font-size: large;
    color: #999999;
}

.list-title {
    color: #209a14;
    font-weight: bold;
    font-size:   large;
}

.simple-footnotes, .simple-footnotes a, .simple-footnotes a:visited, .cc-bibliography { color:#777; }
.simple-footnotes a:hover { color:black; }
header.header { background-color:rgba(255,255,255,0.95) !important; }

.todo-table {
    margin-bottom:25px;
}

.todo-table tr {
    border-bottom: 1px dotted #999999;
}

.todo-table tr td {
    padding-top:10px;
}

.todo-table tr p {
    margin-bottom:10px;
}

.hash:before {
  display: block; 
  content: " "; 
  margin-top: -90px;
  height: 90px;
  visibility: hidden; 
}

.random-coin-toss img {
    width:100px;
    height:100px;
    margin:10px;
    float:left;
}

.coin-toss-results {
    clear:both;
    font-weight:bold;
}

#no-title #breadcrumbs, #alt-breadcrumbs { font-size:10pt; line-height:1em; padding:10px 0 10px 0; }
#no-title #breadcrumbs a:nth-last-child(2), 
#alt-breadcrumbs a:nth-last-child(2) { font-weight:bold; color:#209a14; }

article .post-tags{
    margin-top:30px;
}

article .post-tags a {
    display: block;
    float: left;
    border: 1px solid #dddddd;
    color: #999999;
    margin: 0 7px 7px 0px;
    -webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

article .post-tags a:hover {
    background: #209a14;
    border-color: #209a14;
    color: #ffffff;
}


div.debate { margin-bottom:20px; }
div.argument { padding:7px; padding-left:12px; /*border:1px solid #eeeeee; background-color:#f8f8f8;*/ padding-bottom:4px; margin-top:4px; border-bottom:1px solid #eee; }
div.argument:last-child { border-style:none; }
div.argument > p { padding:0px; margin:0px; }
div.argument[argument_type="E"] i, div.argument[argument_type="O"] i { font-weight:bold; color:#999999; font-style:normal; }
div.argument[argument_type="C"] i, div.argument[argument_type="R"] i { /* border-left: 5px solid #209a14; */ font-weight:bold; color:#209a14; font-style:normal; }


@media screen and (min-width: 767px) {
	.hide-large { display: none; }
}

@media screen and (max-width: 767px) {
	.hide-small { display: none; }
}

