/*
 Theme Name:   Zillah-Child
 Template:     zillah
*/

/* Logo - Single Bird */
.fortuitous-logo {
    background-image: url("/wp-content/uploads/train.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    font-size: 10em;
}

h1, h2, h3, h4, h5 {
	text-transform: none;
	font-weight: 900 !important;
}

/* Header */
.menu-toggle {
    color: #cccccc;
}

.search-field {
    color: #cccccc !important;
}

.header-search {
    color: #cccccc;
}

.header-search ::-webkit-input-placeholder {
    text-transform: uppercase;
}

.header-search :-moz-placeholder {
    color: #cccccc !important;
    opacity:  1;
    text-transform: uppercase;
}

.header-search ::-moz-placeholder {
    color: #cccccc !important;
    opacity:  1;
    text-transform: uppercase;
}

.header-search :-ms-input-placeholder {
    color: #cccccc !important;
    text-transform: uppercase;
}

.header-search label:before {
    z-index: 999;
}

.header-inner-site-branding {
    padding: 20px 0;
}

.header-inner-site-branding.header-logo-wrap-single {
    padding: 20px 0;
}

.content-wrap {
    padding: 50px 0 30px;
}

.wp-block-separator {
    color: #cccccc !important;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-separator.very-wide-line {
    width: 100% !important;
}

/* Site Description Replace */
.site-description {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	margin: 3em 10% 0 10%;
	text-align: left;
}

.site-description-def {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
}

/* Gray Boxes */
.site-main > article.blog-post, .site-main > article.search-post {
    background: #f3f3f3;
}

/* Remove Lght Green Color (#7fcaad) */
blockquote {
    border-left: solid 5px #cccccc;
})

.site-title {
	display: inline-block;
}

.site-title a, .site-title a:visited {
	font-family: 'Pacifico';
	font-size: 32px;
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	color: #006E33 !important;
	letter-spacing: 5px;
	margin: 25px 0;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	text-transform: none;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #005B33 !important;
	text-decoration: none;
	font-weight: 400;
	opacity: 1;
}

.btn,{
a,: #006E33;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
    background: #006E33;
}

.post-navigation .nav-links a {
    background-color: #006E33;
}

.entry-header .cat-links {
    display: none;
}

.entry-header .posted-on {
    display: none;
}

.entry-title {
    text-transform: none;
	font-weight: 900;
}

.alt-comments-number {
    background: #006E33;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle[aria-expanded="true"] {
    color: #FFFFFF;
}

.social-navigation a:hover {
    color: #FFFFFF;
}

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

.site-footer .fa {
    color: #006E33;
}

.footer-content-bottom .btn {
    border-color: #006E33;
    color: #006E33;
}

.footer-content-bottom .btn:hover {
    background: #FFFFFF;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{
    color: #FFFFFF;
}


.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #FFFFFF;
}

.main-navigation li a,
.main-navigation li:visited a {
    color: #cccccc;
}

.main-navigation {
    background: #373735;
}


.main-navigation a:hover,
.main-navigation a.focus,
.main-navigation a:active {
    color: #FFFFFF;
}

.main-navigation a
.main-navigation a:visited {
    color: #cccccc;
}


/* Remove Dark Green Color (#628D7C) */
.main-navigation ul ul {
    background: #444444;
}

input[type="submit"]:active {
    background: #222222;
    border-color: #222222;
}

a:active {
    color: #222222;
}

.dropdown-toggle:hover .dropdown-toggle-inner,
.dropdown-toggle:focus .dropdown-toggle-inner {
    color: #FFFFFF;
    background: #373735;
}

.dropdown-toggle .dropdown-toggle-inner,
.dropdown-toggle.toggled-on .dropdown-toggle-inner {
    color: #cccccc;
    background: #373735;
}

.dropdown-toggle.toggled-on:hover .dropdown-toggle-inner,
.dropdown-toggle.toggled-on:focus .dropdown-toggle-inner {
    color: #FFFFFF;
    background: #373735;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    color: #FFFFFF !important;
	background: #006E33;
}

.post-navigation .nav-previous a:visited,
.post-navigation .nav-next a:visited {
    color: #FFFFFF !important;
	background: #006E33;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	color: #FFFFFF;
    background: #005B33 !important;
}

.post-navigation .nav-previous a:active,
.post-navigation .nav-next a:active {
	color: #FFFFFF !important;
}

.post-navigation .nav-previous a:focus,
.post-navigation .nav-next a:focus{
	color: #FFFFF !important;
}


.post-navigation .nav-links a:hover {
    background: #006E33;
}

.author-details-title {
    color: #222222;
}

.author-details-title:before {
    content: "by: ";
    text-transform: none;
}

.widget-title {
    color: #222222;
}

p.dropcap:first-letter {
    color: #222222;
}

.posted-on a {
    letter-spacing: 2px;
}

.cat-links a {
    color: #575756;
    font-weight: 400;
}

.cat-links a:visited {
    color: #575756;
    font-weight: 400;
}

.cat-links a:focus {
    color: #575756;
    font-weight: 400;
}

.cat-links a:hover {
    color: #575756;
    font-weight: 400;
}

.entry-title-blog a {
    color: #006E33;
}

.entry-title-blog a:visited {
    color: #006E33;
}

.entry-title-blog a:focus {
    color: #006E33;
}

.entry-title-blog a:hover {
    color: #154734;
}

.categories-links a:hover {
    color: #FFFFFF;
}

.comment-metadata a:hover,
.comment-author .fn a:hover {
    color: #FFFFFF;
}

.reply a {
    color: #222222;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    color: #FFFFFF;
}

.carousel-caption-title a:hover {
    color: #FFFFFF;
}

.carousel-caption-category a:hover {
    color: #FFFFFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #aaaaaa;
    border-color: #aaaaaa;
}

.widget_recent_entries .post-date {
    color: #222222;
}


/* Link Fixes */
a,
a:visited {
    color: #006E33;
    font-weight: 600;
}

a:hover,
a:focus,
a:active {
    color: #154734;
    text-decoration: none;
}

a:focus {
    outline: none;
}

i.fa {
    font-weight: normal;
}

/* Widget Sidebar */
.widget-area {
    font-family: 'Open Sans', sans-serif;
}

.widget-area #archives-dropdown-2 {
    font-family: 'Open Sans', sans-serif;
}

.widget-area .search-field {
    font-family: 'Open Sans', sans-serif;
}

/* Footer */
.container-footer-info {
    font-family: 'Open Sans', sans-serif;
    color: #cccccc;
    text-transform: uppercase;
}

a.container-footer-info {
    color: #cccccc;
}

a.container-footer-info:hover {
    color: #FFFFFF;
}

i.fa.fa-angle-double-up {
    color: inherit;
}

a#to-top.to-top {
    font-family: inherit;
    color: inherit;
    text-transform: inherit;
}

a#to-top.to-top:hover {
    color: #FFFFFF;
}

/* Pre-formatted Text */
pre {
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera 4 - 6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word; /* IE 5.5+ */
  word-break: normal;
}

/* MailChimp */
.mc4wp-response p {
    color: #ff0000;
}

/* Table - Remove Border */
table {
    border: 0px;
}

td,
th {
    border: 0px;
}

.signalflagtable {
    border: 1px solid #DDDDDD;
    padding: 7px;
}

/* List With Extra Space */
.list-with-extra-space li {
    padding-bottom: 1em;
}

/* Weirdly Indented List */
.weirdly-indented-list li {
    margin-left: 1em;
}

/* Gallery List */
.fortuitous-gallery {
    float: left;
    position: relative;
    margin: 10px;
}

.fortuitous-gallery:hover {
    opacity: 0.9;
}

#gallery-h3 {
    position: absolute;
    top: 135px;

}

#gallery-h3 span {
    display: inline-block;
    color: #ffffff;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.8em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

/* Image List */
.image-list ul {
    list-style: none;
}

.image-list li {
    list-style: none;
    line-height: 110px;
}

.image-list img{
    float: left;
    vertical-align: middle;
}

/* Log Book Page */
.log-book-year {
    font-size: 1.5em;
}

.sya_container ul {
    list-style-type: none;
}

.sya_date {
    float: left;
    width: 120px;
}

/* Image Captions */
figcaption {
    text-align: center;
    font-size: smaller;
}

.nivo-lightbox-title {
    display: none;
}

