@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	background-color: #f8f8f8;
	padding: 0px;
	margin: 0px;
}

header a{
	font-weight: 700 !important;
}

ul.tags li {
	padding: 0px 10px !important;
}

.top {
	background-color: #a90200;
	padding: 1px 0;
	font-size: 20px;
	color: #fff;
}
.bg{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	padding-top: 30px;
}
.container {
	/*max-width:640px;*/
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.toolbar {
	display: flex;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	align-items: center;
}
.search-box{
  background: #E8E8E4;
  position: absolute;
  top: 83px;
  right: 25%;
  width: 350px;
  height: 70px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #D80B15;
  display: none;
  z-index: 99;
}

.search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D80B15;
}

.search-box input#s{
    width: 263px;
    height: 60px;
    padding: 5px 10px;
    margin: 3px;
    border: 1px solid #D80B15;
    outline: none;
}

.search-box input#searchsubmit{
  width: 80px;
  padding: 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
  height: 60px;
  line-height: 0;
}
.article .menu{
width:100%;
}
.article .menu li a{
    font-weight: 600;
}
.article .menu .sub-menu li a{
padding:5px 0;
font-weight:normal;
 font-size: 15px;
}

.menu,
.ilink {
	/*text-align: center;*/
	text-decoration: none;
	color: #fff;
}

.ilink {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.margin15 {
	margin: 0px 0 5px 15px !important;
}

.title {
	font-size: 20px;
	width: calc(100% - 120px);
}

.home .title {
	width: calc(100% - 60px);
	padding: 0 0 0 15px;
}

.article {
	margin: 0 auto 15px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 15px;
}

.mt {
	padding-top: 30px !important;
}

.article header {
	padding: 5px 15px 0;
	box-sizing: border-box;
	color: #212121;
	font-size: 14px;
}

.article img {
	margin: 0 0 15px;
}

.article p {
	padding: 15px;
	line-height: 24px;
	color: #000;
}

.article a {
	margin: 0;
	padding: 15px 0;
	font-size: 18px;
	color: #212121;
	font-weight: 400;
	line-height: 26px;
	display: block;
	text-decoration: none;
}
a.tag-cloud-link{
	color: #000;
	background-color: #fff;
	border-radius: 50px;
	font-size: 12px !important;
	padding: 3px 10px;
}
a.tag-cloud-link:hover{
	color: #a90200;
}
.article-content img {
	max-width: 100%;
	height: auto;
}

.article-content img:hover {
	filter: grayscale(100%);
}

.meta {
	margin: 18px 0 0;
	padding: 10px 15px !important;
	font-size: 12px;
	color: #fff;
}

.meta>a {
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 0px;
}

.meta>span {
	color: #fff;
	display: inline-block;
	margin: 0 4px;
}

.article header h1 {
	font-size: 22px;
	font-weight: 500;
	padding: 15px;
	margin: 0;
	line-height: 1.5;
}

.cbody {
	padding: 15px;
}

.cbody>p {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 28px;
}

.cbody>p+p {
	margin-top: 15px;
}

.cbody>h2 {
	margin: 15px 0;
	padding: 0;
	font-weight: 500;
	line-height: 28px;
	font-size: 20px;
}

.cbody>p>a {
	color: #a90200;
	text-decoration: none;
	padding: 0px;
	display: inline-block;
}

body.single .top,
body.page .top {
	background-color: #a90200;
	padding:1px 0;
}

body.page.home .top {
	background-color: #a90200;
}

body.single .top .toolbar,
body.page .top .toolbar {
	color: #fff;
}

body.page.home .top .toolbar {
	color: #fff;
}

body.single .article,
body.page .article {
	margin: -50px 0 15px 0;
}

body.single .article img,
body.page .article img {
	margin: 0px;
}

body.single header,
body.page header {
	background-color: #a90200;
	padding: 34px 0 84px;
	text-align: center;
	margin: -30px 0 0 0;
}

body.single header h1,
body.page header h1 {
	font-size: 28px;
	color: #fff;
	line-height: 42px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.copyright {
	text-align: center;
	color: #212121;
	background-color: #fff;
	border-top: solid 1px #eee;
	line-height: 50px;
	margin: 0;
	font-size: 14px;
}

.copyright>a {
	text-decoration: none;
	color: #a90200;
	font-weight: 500;
	font-size: 14px;
	padding: 0px;
	display: inline-block;
}

.cbody>ol,
.cbody>ul {
	margin: 15px 0 0;
	padding: 0 20px;
}

.cbody>ol li,
.cbody>ul li {
	color: #6e6e6e;
	line-height: 28px;
	list-style: disc;
	text-align: justify;
}

.cbody>ol strong,
.cbody>ul strong {
	font-weight: 500;
	color: #212121;
}

.error404 img {
	max-width: 300px;
}

.error404 .top,
.search-no-results .top,
.author .top {
	padding: 0px;
}

.navigation ul {
	padding: 0px;
	margin: 0 0 10px 0;
}

.navigation ul li,
ul.tags li {
	background-color: #fff;
	list-style-type: none;
	display: inline-block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 3px;
}

.navigation ul li {
	padding: 8px;
}

.navigation ul li.active,
.navigation ul li:hover,
ul.tags li:hover {
	background-color: #a90200;
	color: #fff;
}

.navigation ul li a,
ul.tags li a {
	text-decoration: none;
	color: inherit;
}

.navigation {
	text-align: center;
}

ul.tags {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}

ul.tags li a {
	padding: 0px;
}

.authorbox {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	margin: 60px 0 20px 0;
	padding: 10px;
}

.authorimg img {
	border: 1px solid #CCF;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: -60px 0 0 0;
	background-color: #fff;
}

.article .readmore {
	display: inline-block;
	font-size: 16px;
	color: #a90200;
	padding: 0px;
}

.text-center {
	text-align: center;
}

.btn {
	padding: 10px 25px;
	border-radius: 5px;
	margin: 10px 0;
}

.btn-primary {
	border: 1px solid #a90200;
	background-color: #a90200;
	color: #fff;
}

@media only screen and (max-width: 768px) {

	body.single header,
	body.page header {
		padding: 24px 0;
	}

	body.single .article {
		margin: 0px;
	}

	.meta {
		padding: 7px 15px !important;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.col-md-6 {
	flex: 0 0 auto;
	width: 50%;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

a.btn {
	cursor: pointer;
	color: #fff;
	padding: 8px 25px;
	display: initial;
	margin: 0 auto;
}

ul.tags li a {
	font-size: 15px;
}

.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto{
	padding: 0 !important;
}
@media only screen and (max-width:950px) {
	.custom-logo-link img{
		width: 200px;
	}
	.toolbar {
		padding: 5px 0;}
		.col-12{
			width: 100%;
		}
}