/*
Theme Name: Rhythm Child
Theme URI: http://themeforest.net/user/JoiThemes/
Author: Tourmaline Inc.
Author URI: http://tourmaline.me
Template:  rhythm
Description: CMCA Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: rhythm
Tags:
*/

.tribe-events-single-event-description a.btn {
	color: white !important;
}

.nyp label {
	position: relative;
	top: -10px;
}

.sh_side_by_side {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sh_side_by_side > img {
	cursor: pointer;
}
@media only screen and (max-width: 600px) {
	.sh_side_by_side > img {
		width: 100%;
	}
}
@media only screen and (min-width: 601px) {
	.sh_side_by_side > img {
		width: 50%;
	}
}

#contemporary_circle_anonymous_field input {
	position: static !important;
	margin: -5px 8px 0 0 !important;
}
.woocommerce-terms-and-conditions-wrapper input {
	position: static !important;
	margin: -5px 8px 0 0 !important;
}

#billing_vat_ssn_field {
	display: none;
}

.create-account {
	display: none;
}

#directory_search_form input {
	margin-bottom: 5px;
	margin-right: 5px;
}
#directory_search_form select {
	margin-bottom: 5px;
	margin-right: 5px;
}

@media only screen and (min-width: 40.063em) {
	.pmpro_member_directory_avatar_new {
		max-height: 256px;
	}
}
@media only screen and (max-width: 40.062em) {
	.pmpro_member_directory .row {
		margin-bottom: 0px !important;
	}

	.pmpro_member_directory .row > div {
		margin-bottom: 25px;
	}

	.pmpro_member_directory_avatar_new {
		max-height: 400px;
	}
}

.pmpro_member_directory_avatar_new {
	position: relative;
	width: 100%;
	height: auto !important;
	padding-bottom: 100%;
}
.pmpro_member_directory_avatar_new > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


