/*
 Theme Name:   Window Wanderland
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       John Davies
 Template:     understrap
 Version:      0.0.92
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  windowwanderland
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/
a.no-underline:hover::after,
a.no-underline:focus::after
{
    display: none;
}

a.imageglow img {
	padding:1px;
}
a.imageglow:hover img,
a.imageglow:focus img
{
	padding:0;
	border:1px solid #333;
}
.btn-tertiary {
  color: #fff;
  background-color: #d23b9c;
  border-color: #d23b9c;
}
.btn-tertiary:hover,
.btn-tertiary:focus
{
  color: #fff;
  background-color: #8e1c65;
  border-color: #8e1c65;
}


.neighbourhood_label {
	padding-right:1em;
}

.event_neighbourhood_map_input {
	margin-top:0.5em;
}

.mapelement_wrapper {
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px solid #ccc;
}

.display-info.ww-crowdfunder {
  background: url(images/banners/crowdfunder/ww-crowdfunding-pic.jpg) no-repeat right 40% bottom -90px;
}

@media (min-width: 768px) {
  .display-info.ww-crowdfunder {
    padding-top: 150px;
  }
}

.display-info.ww-crowdfunder h3 {
  text-shadow: -2px -2px black, 2px 2px black, -2px 2px black, 2px -2px black, 0 3px 8px black, 0 3px 8px black;
}

#hear_about_other_field .optional {
	display:none;
}

/* Hide weird Sofort button that appears after main Paypal button */
.paypal-buttons-context-iframe:nth-of-type(2) {
	display: none!important;
}

/* Hide unwanted wp-event-manager alerts */
.event-manager-registrations-registered-notice {
	display:none;
}

.registration-cancelled-reason {
	display:none;
	margin-top:1em;
}
.registration-cancelled-reason label {
	font-size:80%;
}
.registration-cancelled-reason textarea {
	width:100%;
	height:5em;
}

#marker_correct_field {
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}

/* Should be subsumed under div.events ul li a in child.css */
div.events ul li span.windowtotal {
	display:block;
    width: 100%;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 1px solid #e6efef;
    background-color: #fff;
    /* Extra to the ul li a */
    padding: 15px 20px;
}

/* Homepage Vimeo embed under main textbox */
#homepagevideo_wrapper {
	margin-top:1em;
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	}
#homepagevideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Signup form */
body ul.wpuf-form li .wpuf-section-wrap .wpuf-section-details {
	font-size: 100%;
	margin: 1em auto;
	width: 80%;
	font-weight: bold;
}

/* Login form */
#wpuf-login-form.wpuf-layout-3  .wpuf-login-header {
	margin-bottom:1em!important;
}
#wpuf-login-form.wpuf-layout-3  .wpuf-login-title,
#wpuf-login-form.wpuf-layout-3  .wpuf-login-subtitle
{
	display:none;
}
#wpuf-login-form.wpuf-layout-3  {
	padding:0!important;
}

/* Toolkit flyers */
article.post-40493 figure {
	max-width:30%;
	float:left;
	margin-right:15px;
}
article.post-40493 figure figcaption {
	text-align:center;
	margin-top:0.5em;
}


/* Contact Participants form */
header.contact-makers ul.wpuf-form {
	list-style-type:none;
}
header.contact-makers ul.wpuf-form li {
	margin-bottom:2em;
}
header.contact-makers ul.wpuf-form #wp-message_body-wrap {
	/* Move "Message" block up to meet previous <li> */
	margin-top:-2em;
}
header.contact-makers ul.wpuf-form label {
	font-weight:bold;
	font-size:120%;
}