body {
  padding: 0;
  margin: 0;
  font-family: open sans,sans-serif;
}
ul.bloglist {display: block;padding-bottom: 15px;}
ul.bloglist li strong{font-weight:600;}
ul.bloglist li > a{background: none!important;color: #000!important;text-decoration: underline;margin: 0!important;padding: 0!important;border-radius: 0!important;width: auto!important;line-height: 21px!important;}

.post .entry h2{font-size: 1.8em;display: block;padding: 10px 0;}

#page {width: 100%;max-width: 1800px;display: flex;align-items: center;margin: 0 auto;clear: both; flex-wrap: wrap;background: #F2F2F2;
    background: var(--backgrey);}
#page #header{ width:100%; display: flex; flex-wrap: wrap;}
#page #header #top {
  display: block;
  height: 65px;
}

#page #header #top #logo {
  width: 161px;
  height: 46px;
  background-image: url(images/logo.gif);
  display: block;
  margin: 8px 0 0 16px;
  float: left;
}

#page #header #top #title {
  font-family: "Trajan Pro";
  font-weight: bold;
  letter-spacing: 0;
  padding: 10px;
  font-size: 26pt;
  float: left;
}

#page #header #top #slogan {
  display: block;
  margin: 27px 0 0 16px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: Trebuchet MS;
}

#page #header #menu {
  display: block;
  height: 25px;
}

#page #header #menu .left {
  float: left;
  width: 6px;
  display: block;
  height: 25px;
  background-image: url(images/menu-left.gif);
}

#page #header #menu .right {
  float: right;
  width: 4px;
  display: block;
  height: 25px;
  background-image: url(images/menu-right.gif);
}

#page #header #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page #header #menu ul li {
  float: left;
}

#page #header #menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  padding: 4px 14px;
  display: inline-block;
  border-left: 1px solid #525252;
  border-right: 1px solid #8b8b8b;
}

#page #header #menu ul li a:hover {
  background-image: url(images/menu-hover.gif);
  color: #ffffff;
}

#page #pagebottom {
  background-image: url(images/page-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 15px;
}

#page #content {display: flex;width: 100%;max-width: 1280px;margin: 50px auto; flex-wrap: wrap; gap:20px;}


#content #leftpanel {
flex:0 0 75%; max-width:100%; order:2;
}
#content #leftpanel .posts{background: #fff;padding: 20px;margin-bottom: 20px; box-shadow:0 0px 10px rgb(0 0 0 / 20%)}

#content #sidepanel {
flex:0 0 23%; max-width: 100%; order:1;
}
#content #sidepanel .widget{background: #fff; box-shadow:0 0px 10px rgb(0 0 0 / 20%); margin-top: 10px; border-radius:5px; overflow: hidden;}
#content #sidepanel .widget .title{background: #404c56;color: #fff;padding: 10px;}
#content #sidepanel .widget:last-child{ display: none;}
#content #sidepanel + div{ display: none;}

#page #footer {
  display: block;
  background-color: #eeeeee;
  height: 50px;
  padding-bottom: 5px;
  background: #eeeeee url(images/footer-bottom.gif) no-repeat bottom;
  text-align: center;
}

#page #footer .content {
  padding-top: 15px;
  font-weight: bold;
  font-size: 10px;
  color: #333333;
}

.padding10 {
  padding: 10px;
  display: block;
}

.post .title { width: calc(100% - 115px); display: flex;font-size: 2.5em;font-family: 'FeijoaDisplay';padding: 10px 0;font-weight: 600 !important; line-height: 30px; margin-left: 125px;}

.post .titlehead {
  position: relative;
  display: block;
  margin-bottom: 5px; font-weight: 600;
}
.post .titlehead h1{width: calc(100% - 115px);display: flex;font-size: 2.5em;font-family: 'FeijoaDisplay';padding: 10px 0;font-weight: 600 !important;
    line-height: 30px; margin-left: 125px;}
.post .date {
  background: #707070 ;
    float: right;
    width: 115px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    color: #ffffff;
    line-height: 38px;
    /* padding-top: 3px; */
    font-size: 1.4em;
    border-radius: 50px 0 0 50px;
}

.post .header {
  display: block;
  border-bottom: 1px #b6b6b6 solid;
  margin-bottom: 5px;
}

.post .terms {

  line-height: 20px;  padding: 10px; font-size:1.3em;
}

.post .terms span {
  padding-left: 22px;
  font-weight: bold;
  background-image: url("images/tags.gif");
  background-repeat: no-repeat;
}

.post .terms a[href^="Posts.aspx"]{ color: #333; padding-right: 5px; text-decoration: underline;}
.post .terms a[href^="Posts.aspx"]:hover{ text-decoration: none;}
h2 .title {
  margin: 0;
  padding: 0;
  background: url(images/bullet.gif) no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 5px;
}

.title h2 {
  margin: 0;
  padding: 0;
  background: url(images/bullet.gif) no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 5px;
}

.post .title a {
  text-decoration: none;
  color: #292929;
}

.post .entry {
}
.post .entry .wp-block-image img{ width:100%;}
.post .entry div > img{padding-right: 30px;width: 40%;height: 200px;object-fit: cover;}
.post .entry div > img + div{ font-size:1.4em; line-height: 21px;}
.post .entry div > img + div a{background: #404C56;background: var(--btnblack);font-family: inherit;font-size: 1em;color: #fff;font-weight: 600;border-radius: 50px; width:200px; height: 48px; line-height: 48px; text-align: center; margin-left: 40%; margin-top: 20px;}
.post .entry div > img + div span a{background: none;color: #000;text-decoration: underline;margin: 0;padding: 0;border-radius: 0;width: auto;line-height: 21px;}
.post .entry div > img + div p { padding: 10px 0;}
.post .entry div > img + div p strong{font-weight:700;}
.post .entry div > img + div p a{ background: none; color: #000; text-decoration: underline; margin: 0; padding: 0; border-radius:0; width: auto; line-height: 21px;}
.post .entry div > img + div h3{ font-size: 1.8em; padding: 10px 0; font-weight:600; display: block; font-family: 'FeijoaDisplay';}

/* Comment Form */
.table {
  width: 100%;
  display: block; margin: 20px 0;
}

.table .tr {
  margin-bottom:8px; display: flex;
}

.table .tdleft {
     width: 20%;
    font-size: 1.6em;
    font-weight: 400;
    padding: 10px 0;
}

.table .tdright {
  width: 80%;
}
.table .tdright input[type="submit"] {background: #404C56;
    background: var(--btnblack);
    font-family: inherit;
    font-size: 1.6em;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.table .inputtext {
  width: 100%; background: #f2f2f2;
}

.table .inputtextarea {
 width: 100%; background: #f2f2f2;
  height: 100px;
}

/*Comment*/

.comment {
  display: block;
  margin-top: 18px; font-size:1.6em;
}
.comment .title {
  border: 4px solid #f4f4f4;
  padding: 4px;
  position: relative;
  padding-left: 76px;
}
.comment .avatar {
  border: 4px solid #e2e2e2;
  padding: 3px;
  float: left;
  position: absolute;
  top: -18px;
  left: 5px;
  background-color: #ffffff;
}
.comment .avatar img {
  width: 48px;
  height: 48px;
  display: block;
}

.comment .title .right {
  padding: 2px 5px;
  color: #666666;
  font-size: 14px;
  float: left;
  position: absolute;
  top: -11px;
  right: 5px;
  background-color: #f4f4f4;
}

.comment .content {
  display: block;
  background-color: #f4f4f4;
  margin-left: 76px;
  padding: 20px;
  text-align: left;
}

/* Sidebar */

.widget {width: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.widget .title {
    width: 100%;
    background-size: 100%;
    font-size: 2.3em;
    font-family: 'FeijoaDisplay';
    font-weight: 500;
    display: flex; padding: 10px 0;
}
.widget .title span {
}
.widget .content {
  padding: 0 8px 8px 8px;
  background: url(images/img06.gif) repeat-x;
}
.widget .content span {
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.widget ul li {
  font-size: 12px;
}

.widget ul li a {
  border-bottom: 1px solid #b4b4b4;
  display: block; font-size:1.2em; padding: 5px 0; color:#000;
}


/**************************
		PAGING
**************************/

.paging {
  padding-top: 25px; display: flex;justify-content: center;font-size: 1.6em; gap:5px;}

.paging a {
  display: inline;
  padding: 10px 15px;
  margin-right: 5px;
	background:#fff;
  border: 1px solid #404c56;
  margin-bottom: 4px;
  float: left;
  color: #B31B3F;
}

.paging a:hover {
  background-color: #B31B3F;
  text-decoration: none;
  color: #fff;
}

.paging span {
 
  display: inline;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 4px;
  float: left;
	  background-color: #B31B3F;
		color:#fff;
	  border: 1px solid #404c56;
}



/* Comment Form */
.table {
  width: 100%;
  display: block;
}

.table .tr {
}

.table .tdleft {
  width: 20%;
}

.table .tdright {
  width: 80%;
}

.table .tdright label{font-size: 1.4em;padding-left: 10px;}
.table .inputtext {
  width: 100%;
}

.table .inputtextarea {
  width: 100%;
  height: 100px;
}

/**************************
		CALENDAR
**************************/

.calendar {
  margin: 0 auto;
  width: 90%;
}
.calendar .header {
  background-color: #f4f4f4;
  border: 1px solid #b6b6b6;
  font-weight: bold;
}
.calendar .day {
  border: 1px solid #b6b6b6;
}
.calendar .nextprev {
  border: 1px solid #b6b6b6;
  text-align: center;
  background-color: #e7e7e7;
}
.calendar .nextprev a {
  width: 100%;
  display: block;
  font-family: century;
  text-decoration: none;
}
.calendar .nextprev a:hover {
  background-color: #f4f4f4;
}
.calendar .today {
  background-color: #505050;
  color: white;
  border: 1px solid #b6b6b6;
}
.calendar .weekend {
  color: #061C34;
  border: 1px solid #b6b6b6;
  background-color: #f4f4f4;
}
.calendar .dayheader {
  border: 1px solid #b6b6b6;
  background-color: #e8e8e8;
}

.smallicon {
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(images/iconsmall.gif) no-repeat;
}

/*********************
    RELATED POSTS
*********************/

.relatedposts{
	background: #404C56;
    padding: 20px;
}
.comments{background: #fff; margin: 20px 0;
    padding: 20px;}
.relatedposts .title {
  margin: 0;
  padding: 0;
  background: url(images/bullet.gif) no-repeat left center;
  padding: 10px 20px;
  font-size: 18px;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 5px; color: #fff;
}
.relatedposts .contents {
  margin-bottom: 10px;
}
.relatedposts .contents ul {
  margin: 0 20px; width:100%; display: flex; flex-wrap: wrap; gap:20px; margin: 20px 0}

.relatedposts .contents ul li{ flex:0 0 auto;}
.relatedposts .contents ul li a{ color: #fff; text-decoration: underline; font-size: 1.5em; font-weight: 600;}
.writecomment{ width:100%; display: flex; flex-wrap: wrap; background: #fff; padding: 20px; margin: 30px 0;flex-direction: column;}
.search-text {
  padding: 10px;
  background: #f4f4f4;
  border-bottom: 1px solid #e7e7e7;
}

.searched-text {
  background: #FFFF00;
}


@media screen and (max-width:767px){
	.header-bx .src-fix strong{ display: none;}
	.post .date{ top:-30px;}
	#content #leftpanel{ flex:0 0 100%;}
	.post .title, .post .titlehead h1{ width:100%; margin-left: 0; margin-top: 25px;}
	.post .entry div > img{ width:100%;  padding-right: 0;}
	.post .entry div > img + div{ width:100%; float: left; text-align: left;}
	.post .entry div > img + div a{ margin-left: 0;}
	
	#content #sidepanel{ flex:0 0 100%; padding: 0 5%;}
	.relatedposts .contents ul li{flex: 0 0 100%;line-height: 20px;}
	#content #leftpanel{order:1}
	#content #sidepanel{order:2}
	
	.table .tdright label{ font-size:1.2em;}
	.post .date{ background: none; color: #707070; font-weight:800; border-radius: 0; text-align: left;}
	
}