/* mouse over link */
a:hover {
    color: #c92e2e;
}

.50
.entry-content img {height: auto !important; max-width: 100%;}

#ultimatummenu-6-responsive .sidr-toggler .fa-bars:before, #ultimatummenu-6-responsive, .sidr-toggler .fa-bars:before {
  content: "MENU";
  font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -moz-user-select: none;
  color: #FFF;
  background-color: #dd3333;
  border-color: #dd3333;
  outline: none;
}
.marginlr {margin: 0 30px 0 30px;}

.redback {background: #dd3333; padding: 5px 10px 5px 10px; margin: 0px 0px 20px 0px;}

.redback a, .redback p, .redback h1, .redback h2, .redback h3, .redback h4, .redback h5, .redback h6 {color: #ffffff;
text-align: center;}

.whitecen {color: #ffffff;
text-align: center;}

.redfoot { background: url("https://be9design.com/wp-content/uploads/2017/09/Scarlet-Alliance-Protest-Banner-1.jpg");
background-size: 100% 100%;
padding: 5px 10px 5px 10px; margin: 0px 0px 20px 0px;}

.redfoot a, .redfoot p, .redfoot h1, .redfoot h2, .redfoot h3, .redfoot h4, .redfoot h5, .redfoot h6 {color: #ffffff;
text-align: center;}


/*BLURRY GALLERY THUMBNAILS*/

img.attachment-thumbnail.size-thumbnail {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

img.attachment-thumbnail.size-thumbnail:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.gallery {
    margin-bottom: 10px;
}

.gallery-image {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.gallery-image:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}


/*BLURRY QUICK REFERENCE THUMBNAILS*/

figure.entry-image {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

figure.entry-image:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}


/*BLURRY CLASS*/

.blurry {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.blurry:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.center {  text-align: center;}

figcaption, .vc_figure-caption {
    -webkit-filter: blur(0px) !important;
    filter: blur(0px) !important;
}

.padder {padding: 0px 1px 0px 1px; margin: 0px 1px 0px 1px;}

.searchwidth, #searchform {width: 100%; }

 @media only screen and (max-width: 1200px) {
.searchwidth, #searchform {width: 180px; }
}


@media print {
	.gallery-item a img {min-width: 180px; min-height: 180px;}
	img.attachment-thumbnail.size-thumbnail {-webkit-filter: blur(0px); filter: blur(0px);}
	img.vc_single_image-img {max-width: 600px; height: auto;}
	.blurry{-webkit-filter: blur(0px); filter: blur(0px);}
}
.printomatictext {margin-left: 10px}