/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

/* Jevents STARTS */

#jevents_body .tableh1 {
  background-image: none !important;
}
#jevents_body .buttontext a {
  font-size: 14px !important;
  color: #041e39 !important;
}
#jevents_body .jev_toprow h2 {
  font-size: 17px !important;
  padding: 0px 25px !important;
  color: #041e39 !important;
}

.jevdateicon {
  padding: 0px;
  display: block;
  margin: 20px auto;
  width: 70px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.jev_blue .jevdateicon {
  background-color: #041e39 !important;
  color: #fff !important;
  border: solid 1px #194fa4 !important;
  font-size: 20px !important;
}
#jevents_body {
  font-size: 14px !important;
}
.jevright h4 h5 {
  font-family: "Archivo" !important;
}

#jevents_body .jev_listview .jev_listrow div.jevright {
  font-size: 14px !important;
}

#jevents_body .jev_header .today {
  font-size: 12px !important;
}

.jevright h5 br {
  display: none;
}

.jev_evdt .jev_eventdetails_body > div {
  font-size: 14px !important;
  font-family: "Archivo" !important;
}

a.button.subbutton.btn.btn-default.presenation {
  background: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin-left: -0.1em;
  margin-top: 15px;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fcb900;
}

.jev_evdt .jev_evdt_title {
  color: #041e39 !important;
  font-weight: 500 !important;
  font-size: 26px !important;
}

/* Jevents Ends */
