/* Custom Responsive CSS code. */
/*  COPYRIGHT 2024. All Rights Reserved. */

.tagtitle {
  font-size:18px;
  font-weight:bold;
  position:relative;
  margin:auto;
  width:auto;
  height:auto;
  float:left;
  padding:5px 8px;
  margin-right:10px;
}

.button {
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  position:relative;
  margin:auto;
  width:auto;
  height:auto;
  padding:6px 12px;
  background:#ddd;
  color:#1a1a1a;
  border-radius:3px;
  border-bottom:solid 2px rgba(0,0,0,0.15);
  margin-right:10px;
  margin-bottom:10px;
  float:left;
  cursor:pointer;
}
.button:hover, .button:active {
  background:#E1C011;
  border-top:solid 2px rgba(0,0,0,0);
  border-bottom:none;
}

.buttonreset {
  color:#fff;
  background:#565656;
  border-bottom:solid 2px #232323;
}

.categorytitle {
	position:relative;
	margin:auto;
	width:97%;
	padding:20px 0px;
	text-align:left;
	border-radius:2px;
	margin-bottom:30px;
    border-bottom:solid 3px rgba(0,0,0,0.25);
	float:left;
}

.backlink {
	position:relative;
	margin:auto;
	background:#E1C011;
	color:#1a1a1a;
	text-size:20px;
	font-weight: bold;
	padding:8px 18px;
	margin-top:-50px;
	border-radius:3px;
}

.article {
  background: #e7e7e7;
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom:solid 4px #1a1a1a;
}

.bulletclass {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.sidebarbox {
	width:84%;
	height:auto;
	padding:15px 8%;
	float:left;
	border-radius:2px;
	margin-bottom:40px;
}

.boxlight {background:#f7f7f7; color:#1a1a1a;}
.boxdark {background:#1a1a1a; color:#e7e7e7;}
.boxcolor {background:#E1C011; color:#1a1a1a;}

/* RESPONSIVE RULES: DESKTOP or TABLET */
@media screen and (min-width: 951px) {
	.blogsubtitle {
		font-size:24px;
		font-weight:700;
		margin-top:0px;
		margin-bottom:-10px;
	}
	.articlepreview {
		width:100%;
		height:195px;
		overflow:hidden;
	}
	.bloglink {
		width: 29.33%;
		height:auto;
		padding:0px 2% 0px 2%;
		margin-bottom:70px;
		float:left;
		border-radius:2px;
	}
	.bloglink img {
		width:100%;
		max-width:100%;
		height:auto;
		border-radius:3px;
  		border-bottom:solid 4px rgba(0,0,0,0);
	}
	.bloglinktitle {
		font-size:30px;
		font-weight:700;
		margin-top:0px;
		margin-bottom:0px;
	}
	.bloglinksubtitle {
		font-size:13px;
		font-weight:700;
		margin-top:5px;
		margin-bottom:-5px;	
	}
	.bloglinkpreview {
		font-size:16px;
	}
	.bloglinkbutton {
		width:auto;
		height:auto;
		text-align:center;
		padding:18px 20px;
		background:#1a1a1a;
		font-size:18px;
		font-weight:700;
		float:left;
		color:#fff;
		border:none;
		border-radius:2px;
		margin-top:15px;
		cursor:pointer;
	}
	.bloglink:hover .bloglinkbutton {
		background:#E1C011;
		color:#183642;
	}
	.bloglink:hover img {
  		border-bottom:solid 4px #E1C011;
	}
	.articlemain {
		width:70%;
		height:auto;
		float:left;
	}
	.articlesidebar {
		width:25%;
		height:auto;
		margin-left:5%;
		float:left;
	}
}

/* RESPONSIVE RULES: MOBILE */
@media screen and (max-width: 950px) {
	.blogsubtitle {
		font-size:18px;
		font-weight:700;
		margin-top:-5px;
		margin-bottom:0px;
	}
	.articlepreview {
		width:100%;
		height:175px;
		overflow:hidden;
	}
	.bloglink {
		width: 100%;
		height:auto;
		padding:0px;
		margin-bottom:60px;
		float:left;
		border-radius:2px;
	}
	.bloglink img {
		width:100%;
		height:auto;
		border-radius:3px;
	}
	.bloglinktitle {
		font-size:30px;
		font-weight:700;
		margin-top:0px;
		margin-bottom:18px;
		line-height:1.3em;
	}
	.bloglinksubtitle {
		font-size:11px;
		font-weight:700;
		margin-top:-12px;
		margin-bottom:-10px;
		line-height:1.3em;
	}
	.bloglinkpreview {
		font-size:15px;
	}
	.bloglinkbutton {
		width:auto;
		height:auto;
		text-align:center;
		padding:14px 20px;
		background:#1a1a1a;
		font-size:13px;
		font-weight:700;
		float:left;
		color:#fff;
		border:none;
		border-radius:2px;
		margin-top:10px;
		cursor:pointer;
	}
	.bloglinkbutton:hover {
		background:#E1C011;
		color:#1a1a1a;
	}
	.articlemain {
		width:100%;
		height:auto;
		float:left;
	}
	.articlesidebar {
		width:100%;
		height:auto;
		float:left;
	}
}