h2 a{
    color:#dd242a;
}
a {
    border-bottom: dotted 1px;
    color: #dd242a;
}
a:hover {
    border-bottom-color: #dd242a;
    color: #dd242a !important; 
}
a:hover strong {
    color: inherit; 
}     
#header 
{
    border-bottom: solid 5px #dd242a;
}
div.plugin 	h2.plugin-label {
    border-bottom: solid 3px #dd242a;
}


/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {

  box-shadow: inset 0 0 0 2px #dd242a;
  color: #dd242a !important;
 }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(245, 106, 106, 0.05); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(245, 106, 106, 0.15); }

  
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    background-color: #dd242a;
    box-shadow: none;
    color: #ffffff !important; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #dd242a; }
    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #dd242a; }
 











#footer{
    text-align:center;
}
.posts article .image img {
    max-height: 270px;
}
#header .logo {
    font-size: 0.375em;
}

*
{
  font-family:sans-serif !important;
}

.fix-menu ul li a{
  color:white !important;

}
#footer .copyright{
  color:white !important;

}
#footer .copyright a{
  color:white !important;
}
#footer .copyright a:hover{
  color:white !important;
}
.plugin-label{color:white !important;}