/* Globals */
.body-font {
  font-family: "Arimo", sans-serif;
}
.title-font {
  font-family: "Roboto Condensed", sans-serif;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes showreadmore {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes showreadmore {
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes showex {
  100% {
    opacity: 1;
  }
}
@keyframes showex {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showrmbox {
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes showrmbox {
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
#content {
  margin-top: 30px;
  clear: both;
  overflow: auto;
}
@media screen and (min-width: 991px) {
  #content {
    padding: 0;
  }
}
body {
  font-family: "Arimo", sans-serif;
  background: #ffffff;
  word-wrap: break-word;
  overflow: auto;
}
.header-image-wrapper {
  text-align: center !important;
}
.header-image {
  margin: auto;
}
.header-image:after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fef3f3, #ffffff 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}
@media screen and (max-width: 767px) {
  .header-image:after {
    margin-top: -82px;
  }
}
#masthead {
  background: #090101;
}
#masthead .site-title-wrapper {
  text-align: center;
  float: left;
}
#masthead .site-branding {
  position: relative;
}
@media screen and (max-width: 991px) {
  #masthead .site-branding {
    display: inline-block;
    text-align: center;
    position: relative;
    float: none;
  }
}
#masthead .site-branding #site-logo {
  padding: 0px 25px;
}
#masthead .site-branding #site-logo img {
  max-height: 65px;
  width: auto;
  padding: 5px;
}
#masthead .site-branding .site-title {
  padding: 0px 25px;
  text-align: left;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 6px;
}
#masthead .site-branding .site-title:hover a {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #masthead .site-branding .site-title {
    text-align: left;
  }
}
#masthead .site-branding .site-title a {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 991px) {
  #masthead .site-branding .site-title a {
    text-align: center;
  }
}
#masthead .site-branding p.site-description {
  font-size: 14px;
  padding: 0px 25px;
  text-align: left;
}
#masthead .top-menu-wrapper {
  text-align: right !important;
  padding: 24px 0px 10px 0px;
}
#masthead .top-menu-wrapper .search-icon {
  float: right;
  padding: 0px 10px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #masthead .top-menu-wrapper .search-icon {
    padding: 0px 6px;
  }
}
#masthead .top-menu {
  display: inline;
}
@media screen and (max-width: 767px) {
  #masthead .top-menu {
    display: none !important;
  }
}
#masthead .top-menu .menu-top-menu-container {
  display: inline-block;
  padding-top: 3px;
}
#masthead .top-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 8px;
}
@media screen and (max-width: 1200px) {
  #masthead .top-menu ul li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #masthead .top-menu {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
  }
}
#masthead .main-navigation {
  clear: both;
  display: inline;
  float: none;
  width: 100%;
  text-align: center;
}
#masthead nav.top-menu ul ul {
  display: none !important;
}
@media screen and (min-width: 991px) {
  #masthead .search-icon-wrapper .search-icon {
    position: relative;
    float: right;
  }
}
@media screen and (max-width: 991px) {
  #masthead .search-icon-wrapper .search-icon {
    float: right;
  }
}
#masthead .search-icon-wrapper .search-icon i {
  font-weight: bolder;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 6px;
}
#searchicon {
  top: 0;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 888;
  padding: 0px 7px;
}
#searchicon:hover {
  cursor: pointer;
}
#searchicon:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
}
#jumbosearch {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 9, 12, 0.98);
  text-align: center;
  display: none;
}
#jumbosearch .form {
  margin-top: 10%;
}
#jumbosearch .form label {
  width: 80%;
  text-align: center;
}
#jumbosearch .form input[type=search] {
  background: none;
  outline: none;
  padding: 20px;
  font-size: 28px;
  border: solid 2px #ffffff;
  border-radius: 0;
  color: white;
  width: 80%;
  text-align: center;
  clear: both;
}
#jumbosearch .form input[type=search]::-webkit-input-placeholder {
  color: #d0090c;
}
#jumbosearch .form input[type=search]:-moz-placeholder {
  color: #d0090c;
}
#jumbosearch .form input[type=search]::-moz-placeholder {
  color: #d0090c;
}
#jumbosearch .form input[type=search]:-ms-input-placeholder {
  color: #d0090c;
}
#jumbosearch .form input[type=submit] {
  display: none;
  text-transform: uppercase;
}
#jumbosearch .closeicon {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #eee;
  font-size: 27px;
  padding: 15px;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
}
.menu-bar {
  background: #2b2b2b;
}
.menu-bar .primary-menu-wrapper {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu-bar .primary-menu-wrapper {
    display: none;
  }
}
.menu-bar .primary-menu-wrapper ul li a {
  padding: 14px 10px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .menu-bar .primary-menu-wrapper ul li a {
    padding: 14px 10px;
  }
}
.menu-bar .primary-menu-wrapper ul li:active a {
  color: #d0090c;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu {
  background: #d0090c;
  border: 10px #ed0a0e solid;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li {
  background: #ed0a0e;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd) {
  background: #f50d11;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd) .sub-menu {
  opacity: 0;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover {
  background: #df0a0d;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover .sub-menu {
  opacity: 1;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover .sub-menu li .sub-menu {
  opacity: 0;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover .sub-menu li:hover .sub-menu {
  opacity: 1;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover a {
  color: #ffffff;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover ul {
  left: 100%;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover ul ul .sub-menu {
  opacity: 0;
  display: none;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(even):hover {
  background: #df0a0d;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(even):hover a {
  color: #ffffff;
}
.menu-bar .primary-menu-wrapper ul {
  text-align: left;
}
.menu-bar .primary-menu-wrapper ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .menu-bar .primary-menu-wrapper ul li a {
    font-size: 10px;
  }
}
.menu-bar .primary-menu-wrapper ul li a:hover {
  color: #d0090c;
}
.menu-bar .primary-menu-wrapper ul li a:active {
  color: #d0090c;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .menu-bar .primary-menu-wrapper .main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
  }
}
.menu-bar .slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-bar .slicknav_menu {
    display: block;
    position: relative;
  }
  .menu-bar .slicknav_menu .slicknav_menutxt {
    margin-top: 2px;
  }
  .menu-bar .slicknav_nav {
    background: #333;
    width: 100%;
    top: 46px;
    left: 0;
    position: absolute;
    z-index: 9;
  }
  .menu-bar #site-navigation ul.menu {
    display: none;
  }
  .menu-bar .slicknav_nav .menu-desc {
    display: none !important;
  }
  .menu-bar .slicknav_nav a {
    color: #f2f2f2;
  }
  .menu-bar .slicknav_nav a:hover {
    background: #333;
    color: white;
  }
  .menu-bar .slicknav_nav a .fa {
    margin-right: 5px;
  }
  .menu-bar .slicknav_nav li:hover {
    background: #333;
  }
  .menu-bar .slicknav_nav li:hover a {
    color: white;
  }
  .menu-bar .slicknav_nav .slicknav_arrow {
    display: none;
  }
  .menu-bar .slicknav_nav .slicknav_row:hover {
    background: #333;
  }
  .menu-bar .slicknav_menu {
    background: #1f1f1f;
    padding: 0 5px;
  }
  .menu-bar .slicknav_btn {
    background: #141414;
    border: solid 1px #262626;
  }
  .menu-bar .slicknav_menutxt {
    color: white !important;
    text-shadow: none !important;
    font-weight: lighter !important;
    float: right !important;
  }
  .menu-bar .slicknav_icon-bar {
    background-color: #777 !important;
    position: relative;
    top: 2px;
  }
  .menu-bar .slicknav_menu .slicknav_icon {
    position: relative;
    left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .menu-bar #site-navigation {
    display: none;
  }
  .menu-bar .primary-menu {
    display: none;
  }
  .menu-bar .top-menu {
    display: none;
  }
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover a {
  color: #ffffff;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover a:hover {
  color: #ffffff;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(odd):hover a:active {
  color: #d0090c;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(even):hover a {
  color: #ffffff;
}
.menu-bar .primary-menu-wrapper ul li:hover .sub-menu li:nth-child(even):hover a:hover {
  color: #ffffff;
}
.panel {
  position: fixed;
  left: -15.625em;
  /*right or left and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
  z-index: 99999;
}
@media screen and (min-width: 767px) {
  .top-bar .menu-link {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-bar .top-menu {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .menu-link {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .mobilemenu {
    display: none;
  }
}
.menu-link {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.5em;
}
.menu-link:link,
.menu-link:visited {
  color: #fff;
  background: #d0090c;
  border-radius: 4px;
  padding: .2em .4em;
  top: 64px;
  right: 63px;
  z-index: 9999;
}
.menu-link:hover,
.menu-link:active {
  color: #ffffff;
  background: #d0090c;
  text-decoration: none;
}
/*
Nav Panel
======================================
*/
.panel {
  background: #d0090c;
  z-index: 9999;
  position: fixed;
  left: -15.625em;
  /*or width of your navigation panel*/
  width: 78em;
  /*should match the above value*/
  overflow-y: auto;
}
.panel ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.panel ul li {
  position: relative;
}
.panel ul ul.sub-menu {
  margin-left: 20px;
}
.panel a {
  display: block;
  border-bottom: 2px solid #34495D;
  padding: 1em;
  text-decoration: none;
  text-align: left;
}
.panel a:link,
.panel a:visited {
  color: #fff;
}
.panel a:hover,
.panel a:active {
  background: rgba(255, 255, 255, 0.5);
}
.nav-icon {
  margin-right: 6px;
}
.menu-bar .social-wrapper {
  padding: 12px 10px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .menu-bar .social-wrapper {
    text-align: center;
  }
}
.menu-bar .social-wrapper a {
  padding: 0px 7px;
}
.menu-bar .social-wrapper a i {
  color: #ffffff;
}
.menu-bar .social-wrapper a:hover i {
  color: #d0090c;
}
/* Single Posts Area */
#primary {
  margin-top: 20px;
}
#primary article .entry-footer .cat-links,
#primary article .entry-footer .tags-links {
  display: block;
  color: #d0090c;
  font-size: 12px;
  padding: 15px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
#primary article .entry-footer .cat-links a,
#primary article .entry-footer .tags-links a {
  background: #090101;
  color: #ffffff;
  padding: 5px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #primary article .entry-footer .cat-links a,
  #primary article .entry-footer .tags-links a {
    padding: 3px;
    font-size: 9px;
  }
}
#primary article .entry-footer .cat-links a:hover,
#primary article .entry-footer .tags-links a:hover {
  background: #d0090c;
  text-decoration: none;
}
#primary .entry-header {
  font-size: 20px;
  font-weight: bold;
  color: #ed0a0e;
  padding: 0px 30px;
  margin: 30px 0px;
}
#primary #featured-image {
  padding: 0px 30px;
  margin: 30px 0px;
}
#primary .ranker {
  float: left;
}
#primary .ranker-wrapper {
  margin-bottom: 60px;
}
#primary .ranker-wrapper .entry-title {
  margin: 0px;
  color: #121212;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #primary .ranker-wrapper .entry-title {
    margin-top: 10px;
  }
}
#primary .ranker-wrapper .out-thumb a.post-ttl {
  text-decoration: none;
}
#primary .ranker-wrapper .out-thumb .cat {
  padding: 5px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #ed0a0e;
  margin-top: 0px;
  text-transform: uppercase;
}
#primary .ranker-wrapper .out-thumb p.entry-excerpt {
  font-size: 16px;
  color: #2b2b2b;
}
@media screen and (max-width: 767px) {
  #primary article {
    float: left;
    overflow: hidden;
    clear: both;
  }
}
#primary .nav-links {
  padding: 10px 0px;
  padding-top: 20px;
  border-bottom: solid 2px #e6e6e6;
  overflow: auto;
}
#primary .nav-links .nav-previous {
  padding: 0;
}
#primary .nav-links .nav-previous a {
  color: #2b2b2b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #primary .nav-links .nav-previous a {
    font-size: 12px;
    font-weight: normal;
  }
}
#primary .nav-links .nav-previous:before {
  cursor: pointer;
  padding: 0px 5px;
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 5px;
  color: #D0090C;
}
#primary .nav-links .nav-next a {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #primary .nav-links .nav-next a {
    font-size: 12px;
    font-weight: normal;
  }
}
#primary .nav-links .nav-next:after {
  cursor: pointer;
  padding: 0px 5px;
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 5px;
  color: #D0090C;
}
.edit-link {
  display: inline-block;
  float: right;
}
.single .entry-content,
.page .entry-content,
.archive .entry-content,
.category .entry-content {
  font-size: 16px;
}
.single #primary .entry-header,
.page #primary .entry-header,
.archive #primary .entry-header,
.category #primary .entry-header {
  margin: 0px;
}
.single #primary .entry-header .breadcrumb1,
.page #primary .entry-header .breadcrumb1,
.archive #primary .entry-header .breadcrumb1,
.category #primary .entry-header .breadcrumb1 {
  padding: 15px 0px;
  font-size: 12px;
  text-transform: capitalize;
}
.single #primary .entry-header .breadcrumb1 a,
.page #primary .entry-header .breadcrumb1 a,
.archive #primary .entry-header .breadcrumb1 a,
.category #primary .entry-header .breadcrumb1 a {
  color: #ababab;
  font-weight: normal;
}
.single #primary .entry-header .breadcrumb1 span,
.page #primary .entry-header .breadcrumb1 span,
.archive #primary .entry-header .breadcrumb1 span,
.category #primary .entry-header .breadcrumb1 span {
  color: #ababab;
}
.single .entry-content,
.page .entry-content,
.archive .entry-content,
.category .entry-content,
.single .entry-footer,
.page .entry-footer,
.archive .entry-footer,
.category .entry-footer,
.single .post-navigation,
.page .post-navigation,
.archive .post-navigation,
.category .post-navigation {
  padding: 0px 30px;
  color: #2b2b2b;
}
.single .entry-title,
.page .entry-title,
.archive .entry-title,
.category .entry-title {
  margin: 0px;
  color: #121212;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .single .entry-title,
  .page .entry-title,
  .archive .entry-title,
  .category .entry-title {
    margin-top: 10px;
  }
}
.single .entry-meta,
.page .entry-meta,
.archive .entry-meta,
.category .entry-meta {
  font-size: 12px;
}
.single .entry-meta .posted-on,
.page .entry-meta .posted-on,
.archive .entry-meta .posted-on,
.category .entry-meta .posted-on {
  display: none;
}
.single .entry-meta .byline,
.page .entry-meta .byline,
.archive .entry-meta .byline,
.category .entry-meta .byline {
  color: #2b2b2b;
  font-weight: normal;
  text-transform: capitalize;
}
.single .entry-meta .author,
.page .entry-meta .author,
.archive .entry-meta .author,
.category .entry-meta .author,
.single .entry-meta .vcard a,
.page .entry-meta .vcard a,
.archive .entry-meta .vcard a,
.category .entry-meta .vcard a {
  color: #d0090c;
  font-weight: bold;
}
.archive .entry-title a,
.category .entry-title a,
.page .entry-title a,
.single .entry-title a {
  margin: 0px;
  color: #121212;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .archive .entry-title a,
  .category .entry-title a,
  .page .entry-title a,
  .single .entry-title a {
    margin-top: 10px;
  }
}
.archive #primary .page-title,
.category #primary .page-title {
  color: #d0090c;
}
.archive,
.category #primary .page-title {
  margin: 0px;
}
.archive,
.category #primary .page-header {
  margin-top: 0px;
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination a {
  color: #cb090c;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 6px 9px;
  border: solid 1px #d0090c;
  text-decoration: none;
}
.pagination a:hover {
  color: #ffffff;
  background: #d0090c;
}
.pagination .current {
  background: #ba1f21;
  color: #ffffff;
  cursor: auto;
  padding: 8px 11px;
}
/* --------------- comments -------------- */
#respond h3#reply-title {
  font-weight: normal;
  font-size: 32px;
}
#respond input[type=text] {
  max-width: 550px;
}
#respond input,
#respond textarea {
  background: #f2f2f2;
  border: solid 1px #cccccc;
  color: #2b2b2b;
  outline: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment input,
#respond .comment-form-author textarea,
#respond .comment-form-email textarea,
#respond .comment-form-url textarea,
#respond .comment-form-comment textarea {
  padding: 4px 5px 5px 10px;
  border-radius: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #d0090c;
  color: #ffffff;
  border-bottom: solid 1px #d0090c;
  padding: 5px;
  margin-right: -5px;
  min-width: 70px;
}
#respond .comment-form-comment label {
  margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
  box-shadow: none;
  text-shadow: none;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  color: #d0090c;
  margin-bottom: 60px;
  font-size: 12px;
}
#respond .form-submit input[type=submit]:hover {
  background: #919191;
  color: #ffffff;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #2b2b2b;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #e0e0e0;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f7f7f7;
}
#comments li.comment .comment-content {
  color: #2b2b2b;
  font-weight: lighter;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #ffffff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-metadata {
  font-weight: bold;
  font-style: normal !important;
}
#comments .comment-metadata time {
  float: right;
  color: #d0090c;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
}
#comments .comment-metadata cite.fn {
  font-style: normal !important;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #comments .comment-metadata cite.fn {
    font-size: 12px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #comments .comment-metadata time {
    display: block;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .comment-list li article {
    background: #efefef;
    padding: 10px;
    margin-bottom: 5px;
  }
}
#secondary {
  margin-top: 20px;
  /* Some Styling for Default WordPress Widgets */
  /*
  .widget_recent_entries{
    ul li:before {
      content: "\f0f6";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
  }
  .widget_recent_comments{
    ul li:before {
      content: "\f0e5";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
  }

  .widget_archive{
    ul li:before {
      content: "\f006";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
  }
  .widget_categories{
    ul li:before {
      content: "\f115";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
  }

  .widget_meta{
    ul li:before {
      content: "\f05a";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
  }
*/
  /* Pulse Grow */
}
#secondary aside {
  padding: 10px;
}
#secondary h2.widget-title {
  font-size: 20px;
  font-weight: bold;
  color: #ed0a0e;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: uppercase;
}
#secondary .widget {
  font-size: 14px;
}
#secondary .widget a {
  color: #121212;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Arimo", sans-serif;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget a:hover {
  color: #d0090c;
}
#secondary .widget ul {
  font-size: 13px;
  margin-left: 0px;
  padding: 0px !important;
}
#secondary .widget ul li {
  transform: none;
  list-style: none;
  border-bottom: solid 1px #f2f2f2;
  padding: 6px;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget ul li a {
  text-decoration: none;
}
#secondary .widget_search {
  margin-bottom: 20px;
}
#secondary .widget_search label {
  width: 100%;
}
#secondary .widget_search input[type=search] {
  background: white;
  border: solid 2px #d0090c;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  outline: none;
  width: 80%;
}
#secondary .search-submit {
  display: none;
}
#secondary .widget_recent_entries ul li:before,
#secondary .widget_recent_comments ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_pages ul li:before,
#secondary .widget_archive ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6b6b6b;
  font-size: 10px;
  margin-right: 5px;
  color: #d0090c;
}
#secondary .widget_recent_entries ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_categories ul li,
#secondary .widget_pages ul li,
#secondary .widget_archive ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget_recent_entries ul li:hover,
#secondary .widget_recent_comments ul li:hover,
#secondary .widget_categories ul li:hover,
#secondary .widget_pages ul li:hover,
#secondary .widget_archive ul li:hover,
#secondary .widget_meta ul li:hover,
#secondary .widget_nav_menu ul li:hover {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: none;
  text-decoration: none;
}
#secondary .widget_tag_cloud .tagcloud a,
#secondary .widget_product_tag_cloud .tagcloud a {
  background: #d0090c;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: white;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#secondary .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#secondary .tagcloud a:hover,
#secondary .tagcloud a:focus,
#secondary .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#secondary .widget_plum_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#secondary .widget_plum_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_plum_rp .rp-date {
  color: #454545;
  font-size: 11px;
}
#secondary button {
  background: #d9d9d9;
  color: #2b2b2b;
}
#secondary input[type=text],
#secondary input[type=search],
#secondary textarea {
  background: #f2f2f2;
  border: solid 1px #ae080a;
  outline: none;
  color: #2b2b2b;
}
#secondary input[type=text]::-webkit-input-placeholder,
#secondary input[type=search]::-webkit-input-placeholder,
#secondary textarea::-webkit-input-placeholder {
  color: #383838;
}
#secondary input[type=text]:-moz-placeholder,
#secondary input[type=search]:-moz-placeholder,
#secondary textarea:-moz-placeholder {
  color: #383838;
}
#secondary input[type=text]::-moz-placeholder,
#secondary input[type=search]::-moz-placeholder,
#secondary textarea::-moz-placeholder {
  color: #383838;
}
#secondary input[type=text]:-ms-input-placeholder,
#secondary input[type=search]:-ms-input-placeholder,
#secondary textarea:-ms-input-placeholder {
  color: #383838;
}
/* Footer Sidebar */
#footer-sidebar {
  background: #090101;
  clear: both;
}
#footer-sidebar .footer-column {
  /* Pulse Grow */
}
#footer-sidebar .footer-column h1.widget-title {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  border-bottom: solid 1px #d0090c;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer-sidebar .footer-column .widget {
  color: #f62f32;
  font-size: 13px;
  background: url(../../images/pattern.png) repeat;
  padding: 15px;
  border-radius: 5px;
  border: solid 0.5px #d0090c;
}
@media screen and (min-width: 767px) {
  #footer-sidebar .footer-column .widget {
    margin-top: 25px;
  }
}
#footer-sidebar .footer-column .widget a {
  color: #f5171a;
  font-weight: normal;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar .footer-column .widget a:hover {
  color: #9f0709;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
  padding: 0px 0px 0px 10px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  padding: 5px;
}
#footer-sidebar .footer-column .widget ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
#footer-sidebar .footer-column .widget ul li ul {
  margin-left: 5px;
}
#footer-sidebar .footer-column .widget ul li li {
  margin-left: 2px;
  border-bottom: none;
  padding: 2px;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #d0090c;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #d0090c;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#footer-sidebar .footer-column .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #870608;
}
#footer-sidebar .footer-column .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f62f32;
}
#footer-sidebar .footer-column .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #9f0709;
}
#footer-sidebar .footer-column button {
  background: #870608;
  color: #ffffff;
}
#footer-sidebar .footer-column input[type=text],
#footer-sidebar .footer-column input[type=search],
#footer-sidebar .footer-column textarea {
  background: #a9070a;
  border: solid 1px #9f0709;
  outline: none;
  color: #ffffff;
}
#footer-sidebar .footer-column input[type=text]::-webkit-input-placeholder,
#footer-sidebar .footer-column input[type=search]::-webkit-input-placeholder,
#footer-sidebar .footer-column textarea::-webkit-input-placeholder {
  color: #f2f2f2;
}
#footer-sidebar .footer-column input[type=text]:-moz-placeholder,
#footer-sidebar .footer-column input[type=search]:-moz-placeholder,
#footer-sidebar .footer-column textarea:-moz-placeholder {
  color: #f2f2f2;
}
#footer-sidebar .footer-column input[type=text]::-moz-placeholder,
#footer-sidebar .footer-column input[type=search]::-moz-placeholder,
#footer-sidebar .footer-column textarea::-moz-placeholder {
  color: #f2f2f2;
}
#footer-sidebar .footer-column input[type=text]:-ms-input-placeholder,
#footer-sidebar .footer-column input[type=search]:-ms-input-placeholder,
#footer-sidebar .footer-column textarea:-ms-input-placeholder {
  color: #f2f2f2;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#footer-sidebar .footer-column .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#footer-sidebar .footer-column .tagcloud a:hover,
#footer-sidebar .footer-column .tagcloud a:focus,
#footer-sidebar .footer-column .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#footer-sidebar .footer-column .widget_plum_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_plum_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_plum_rp .rp-date {
  color: #919191;
  font-size: 11px;
}
#footer-sidebar .footer-column .widget_recent_entries ul li:before,
#footer-sidebar .footer-column .widget_recent_comments ul li:before,
#footer-sidebar .footer-column .widget_categories ul li:before,
#footer-sidebar .footer-column .widget_pages ul li:before,
#footer-sidebar .footer-column .widget_archive ul li:before,
#footer-sidebar .footer-column .widget_meta ul li:before,
#footer-sidebar .footer-column .widget_nav_menu ul li:before {
  content: "\f1db";
  font-family: "FontAwesome";
  color: #e6e6e6;
  font-size: 10px;
  margin-right: 6px;
}
#footer-sidebar .bottom-bar .site-title-wrapper {
  text-align: center;
}
#footer-sidebar .bottom-bar .site-title-wrapper .site-title a {
  color: #e6e6e6;
  font-weight: bold;
}
#footer-sidebar .bottom-bar .site-title-wrapper p {
  color: #f0f0f0;
}
#footer-sidebar .bottom-bar img {
  max-width: 282px;
  max-height: 282px;
}
#footer-sidebar .bottom-bar .pattern {
  min-height: 5px;
}
#footer-sidebar .bottom-bar #stripes4 {
  background-image: repeating-linear-gradient(90deg, #d0090c, #090101 30px, #d0090c 51px, #d0090c 25px);
  margin: 30px 0px;
}
#colophon {
  background: #9f0709;
  padding: 15px 10px 15px 10px;
  color: #f5f5f5;
  font-size: 13px;
  text-align: center;
}
#colophon a {
  color: #ffffff;
  text-decoration: underline;
}
