input[type="submit"] {
  transition-property: background, border, color;
  transition-duration: 350ms;
  transition-timing-function: ease; }

a {
  transition: color 350ms ease; }

.wpcf7 .wpcf7-form .contact-form-main input[type="submit"] {
  color: #e4344e;
  background: transparent; }
  .wpcf7 .wpcf7-form .contact-form-main input[type="submit"]:hover {
    color: white;
    background: #e4344e; }

.page-title #page-title-text h2 {
  font-size: 45px;
  font-weight: 500; }

.widget .wg-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }

.widget_recent_comments .recentcomments {
  color: #e4344e;
  line-height: 1.5 !important;
  padding: 15px 0 !important; }

.entry-title a {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px; }

.entry-quote {
  background: azure; }

.site-header {
  position: relative; }
  .site-header .site-header-wrap {
    width: 100%;
    position: relative;
    z-index: 2; }
  .site-header .site-header-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .site-header.header-transparent .wp-sport-header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    right: 0; }
  .site-header.header-fixed .wp-sport-header {
    position: fixed;
    top: 0;
    background: rgba(25, 25, 25, 0.95);
    z-index: 9;
    width: 100%;
    right: 0;
    animation: updown 0.3s ease-in-out 0s; }
