/*
Theme Name:   membershiply child
Theme URI:    https://superbthemes.com/membershiply/membershiply-info/
Description:  Membershiply child theme
Author:       CJ's Web Services
Author URI:   https://cjswebservices.com
Template:     membershiply
Version:      1.0.0
Text Domain:  membershiply-child
*/
#revolver {
	text-align: center;
    margin-top: 180px;
}
.pmagic ul.page-numbers li a {
	color: #000;
}
span.page-numbers.current {
	line-height: 250% !important;
}
.row-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column-area {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.double-column-area {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
/** Keep the image from stretching in flex column**/
.nostretch {
	align-self: center;
}
.pmpro_card_title {
		color: #B31942!important;
}
.latin-place-holder {
    visibility: hidden;
}
.pmagic .pm-login-box form#pm_login_form {
	padding-top: 30px;
}
/** Media Queries **/
@media screen and (max-width:480px) {
    .row-area {
        display: block;
    }
}