input.required {
	color:#000000;
}
/* fixed theme layout issues */
body.boxed .site-wrapper {
	width:1250px;
	max-width: 1250px;
}
p {
	margin-bottom: 8px;
}
table {
	margin: 0;
}
/* h5 used in links page */
h5 {
	font-size:14px;
}
ul {
	list-style: none;
}
nav#site-navigation {
	margin-top:-8px;
}
/* navigation styles */
.site-navigation .desktop-menu .menu li a, .site-navigation .desktop-menu .nav-menu li a {
	padding: 0 7px;
}
.site-navigation .menu li a, .site-navigation .nav-menu li a {
	color: #ffffff;
	background-color: #000000;
	border-radius:10px;
}
.site-navigation .menu li a:hover, .site-navigation .nav-menu li a:hover {
	color:#0082db;
}
/* Header animation */
.site-header-main {
	background-color: black;
	-webkit-animation: color-change-5x 8s linear infinite alternate both;
	        animation: color-change-5x 8s linear infinite alternate both;
}
@-webkit-keyframes color-change-5x {
  0% {
    background: #19dcea;
  }
  25% {
    background: #b22cff;
  }
  50% {
    background: #ea2222;
  }
  75% {
    background: #f5be10;
  }
  100% {
    background: #3bd80d;
  }
}
@keyframes color-change-5x {
  0% {
    background: #19dcea;
  }
  25% {
    background: #b22cff;
  }
  50% {
    background: #ea2222;
  }
  75% {
    background: #f5be10;
  }
  100% {
    background: #3bd80d;
  }
}

/* fixed some layout issues */
.entry-content {
	padding: 10px;
}
.container {
	padding-left:0;
	padding-right:0;
	max-width: 1250px;
}
.site-header-main {
	padding-top:5px;
	padding-bottom:5px;
	height:210px;
	margin-top:10px;
}
.entry-header {
	margin: 0;
}
/* fixed blog post title styles */
.entry-title a {
	font-size: 18px;
	color: #0082db;
}
.has-left-sidebar.has-right-sidebar .entry-title {
	font-size: 18px;
}
.entry-title a:hover {
	color: #31c6fc;
}
blockquote p {
	font-size: 14px;
}
/* category heading font */
h1:not(.site-title), .font-header, .entry-title {
	font-size: 18px;
}
/* styles for the blog content column */
#site-main {
	background-color:#000;
	margin-left:0;
	width: 750px;
}
#site-content {
	padding-top:25px;
}
.sticky-post-label {
	background-color:#230211;
}
.post {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	border-bottom: 3px solid #eaecee;
}
.entry-footer {
	line-height: 1.2;
}
.entry-comment-count a {
	color: #0082db;
	border: solid 1px #fff;
	padding: 3px;
	background-color: #111;
	text-transform: capitalize;
}
.entry-comment-count a:hover {
	color: #31c6fc;
	border: solid 1px #fff;
	padding: 3px;
	background-color: #111;
	text-transform: capitalize;
}
ul.post-categories a, ul.post-tags a {
	color: #0082db;
}
ul.post-categories a:hover, ul.post-tags a:hover {
	color: #31c6fc;
}
/* hide passster shortcode */
.download_pass {
	display: none;
}
/* styles for the two sidebars and the footer */
#sidebar-left {
	max-width: 250px;
	padding-left: 10px;
	padding-right: 10px;
}
select#archives-dropdown-3 {
	color: #000;
}
select#cat.postform {
	color: #000;
}
#sidebar-right {
	max-width: 250px;
	padding-left: 10px;
	padding-right: 10px;
}
.wpdiscuz-subscribe-form-option select {
	color: #000;
}
input#search-field.search-field {
	color: #000;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}