/*
Theme Name: Penrith Tiles Child
Template: Impreza
Version: 1.0
*/

/*Add your own styles here:*/

/* Contact Form 7 text box background colour */
input[type="text"]{
 background-color: #f5f5f5;
}
input[type="email"]{
 background-color: #f5f5f5;
}
input[type="tel"]{
 background-color: #f5f5f5;
}



/* Display converted balance on one line */
.mycred-my-balance-converted-wrapper {
    display: inline;
}

/* Points history table - remove pagination from top */
.mycred-history-wrapper .row.pagination-top {
    display: none !important;
}

/* Points history table - display pagination on one line */
.mycred-history-wrapper nav ul li {
    display: inline-block;
	padding: 5px;
	padding-top: 20px;
}

/* Points history table - remove table footer */
table.mycred-table tfoot { 
    display: none;
}

/* Change colour of Ultimate Member buttons - login, register, etc. */
.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #acb355 !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #acb355 !important;
}






/* Headers on mobile
  @media only screen 
     .header-phone-mobile { display: none;}
  }

  @media only screen 
    and (max-device-width : 720px){ 
     .header-phone-mobile { display: inline;}
  }
*/


/* Single post page, stop image being stretched
.w-post-elm.post_image.stretched img {
    width: auto;
}
*/


