/* Enter Your Custom CSS Here */

html, body {
    font-family: Verdana,sans-serif;
}  

h1, h2, h3 {
    color: #f08c00;
}

WLcol {
    color: #f08c00;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

p {
    margin-bottom: 0.5em;
}

.entry-header {
    font-size: 0.8em;
}

figure figcaption {
    font-size: 0.8em;
    text-align: left;
}

<!--ul {
	list-style-type: circle;
}-->



.nav-menu li a {
    color: #f08c00;
    font-size: 1.1em;
}


.site-footer .widget a {
    color: #f08c00;
    font-size: 1.2em;
}


.site-footer .sidebar-container {
    background-color: #f7f5e7;
}

.nav-menu .sub-menu, .nav-menu .children, .sub-menu .menu-item .menu-item-type-post_type {
 background-color: #f08c00;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #f08c00;
    color: #ffffff;
}
  
  
.left {
    float: left;
    width: 50%;
}
.right {
    float: right;
    width: 50%;
}
.group:after {
    content:"";
    display: table;
    clear: both;
}

@media screen and (max-width: 480px) {
    .left, 
    .right {
        float: none;
        width: auto;
    }
}

.post .author {
    display: none;
}

.post .entry-date {
    display: none;
}

a {
   color: #f08000;
  text-decoration:underline;
}
.sub-menu {
    font-size: small;
    position: absolute;
    background-color: #f9f9f9;
    width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
}
    
.bottomMenu { display: block; width:960px;}
.bottomMenu ul { display:inline; float:right;}
.bottomMenu li { list-style-type: none; display: inline; font-size: 12px; }
.bottomMenu li a {
	color:#000;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	border-right: thin solid #000;
	padding: 0 7px 0 3px;
}
.bottom-menu {
    font-size: small;
}
.bottom-menu:hover .sub-menu  {
        bottom: 100%; 
    font-size: smaller;
}


.archive-header, .archive-title, .archive-meta, .categories-links{
 display: none;
 visibility: hidden;
}

<!--2018-07-31-->
.wp-caption p.wp-caption-text {
font-size: 9px;
line-height: 12px;
padding: 0 4px 5px;
margin: 0;
  
<!--2019-01-22_KS-->

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 12px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 15px;
	padding: 10px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 15px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 6px;
}