/*
 Theme Name:   Eventim Child
 Description:  Eventim Child Theme
 Author:       Ivar Zuidhoek
 Author URI:   http://www.wmtd.nl
 Template:     eventim
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  showcase
*/

.woocommerce div.product div.images, 
.woocommerce-page div.product div.images,
/*.btTabs.tabsHorizontal,*/
.woocommerce div.product .btProductSKU, 
.woocommerce-page div.product .btProductSKU,
.reset_variations,
.tagsRowItem,
.socialRow {
	display: none !important;
}

.woocommerce div.product, .woocommerce-page div.product {
  margin: 100px 0 !important;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100% !important;
}

.woocommerce .variations td, 
.woocommerce-page .variations td {
  width: 200px;
  display: inline-block;
}

table.variations input {
  position: relative;
  top: -2px;
  left: -15px;
}

.mp_wrapper h3,
.mepr-unauthorized-message {
	background: #000;
  color: #fff;
  width: 100%;
  padding: 190px 25% 40px;
  background-position: center center;
/*  background-image: url("http://globalbem.com/wp-content/uploads/2015/12/Orb-fullgrown-e1458818996923.jpg"); */
  background-image: url("http://globalbem.com/wp-content/uploads/2016/03/ticket-header.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.mepr-unauthorized-message p {
  font-size: 20px;
}

.mepr-unauthorized-message a {
	color: #00ccff !important;
}

.mepr-unauthorized-message a:hover {
	color: #dedede !important;
}

.mp_wrapper h3 {
	margin-bottom: 0;
	color: #fff !important;
}

#mepr_forgot_password_form,
#mepr_loginform {
  color: #fff;
  width: 100%;
  padding: 90px 25% 40px;
  background: #00ccff;
}

.mepr-login-actions {
  width: 100%;
  padding: 0px 25% 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ddd;
}

div#mepr-account-welcome-message,
table#mepr-account-subscriptions-table, table#mepr-account-payments-table {
    width: 100% !important;
    padding: 0px 25%;
    display: block;
}

#mepr_forgot_password_form input,
#mepr_loginform input,
#mepr_account_form input,
.mepr-newpassword-form.mepr-form input {
  background: #fff !important;
}

input.mepr-submit,
input#wp-submit {
  cursor: pointer;
}

#mepr-account-nav,
#mepr_account_form,
.mepr-newpassword-form.mepr-form {
  color: #fff;
  width: 100%;
  padding: 20px 25% 20px;
  background: #00ccff;
}

#mepr-account-nav a {
  color: #fff;
}