/*  QR Code centering */
.qrcode {text-align: center;}
.widget-title {text-align: center;}

/* Call to action button style*/
.myButton {
/* before Rodeo RE 
  background-color: #8B4513; */
  background-color: #ff6a00;   
  display:inline-block;
  text-decoration: none !important;
  cursor: pointer; 
  font-size:1.2em; 
  font-weight: bold; 
  padding:18px 40px;
  color:#ffffff !important; 
  -moz-box-shadow: 0 0 5px #1a0e0e !important; 
  -webkit-box-shadow: 0 0 5px #1a0e0e !important; 
  box-shadow: 0 0 5px #1a0e0e; 
line-height: 1.2;
  border-radius: 5px;
}

/* before Rodeo RE
.myButton:hover {background-color: #BC5F27;} */
.myButton:hover {background-color: #001d36;}
.myButton:active {position:relative;top:1px;}


/* CSS for last updated post date */
.last-updated {
  font-size: small;
  text-transform: uppercase;
  display: none;
}

.last-updated {
    font-size: small;
    text-transform: uppercase;
    display: none;
}