@charset "UTF-8";
/* CSS Document */

/* Styling for '+' lists throughout site */

ul {
	list-style-position:inside;
}

.pp_list.plus_alt ul li {
    display: block;
    background: url(https://themmf.net/site/wp-content/themes/sirens/images/icon/plus_alt_16x16.png) no-repeat top left;
}
.pp_list ul li {
    margin: 5px 0 0 0;
    padding-left: 22px;
    padding-bottom: 5px;
}

/* archive pages */

.two_col_post .pmpro_content_message {
	display:none;	
}

/* single post page */

.pmpro-body-has-access .post_excerpt {
	margin-bottom:25px;
}

/* Associates */

img.associate-single-img {

float:left;
margin:0 40px 40px 0;	
}
.associate-info {
	clear:left;
}

/* Simple left / right columns */

.column.left, .column.right {
	float:left;
	width:48%;
	margin:0 4% 4% 0;
}

.column.right {
	margin:0;
}

/* Checkout */
.pmpro_checkout {
	border: 1px solid #ebebeb;
}
.pmpro_checkout thead th, .pmpro_checkout h2, .pmpro_invoice thead th, .pmpro_box thead th, .tml th, .tml th label {
	font-family: 'Oswald' !important;
    color: #fff;
	background:#000;
	font-size:20px;
	font-weight:normal;
	padding:10px;
	text-transform:capitalize;
	vertical-align:top;
}
div.pmpro_checkout h2 .pmpro_thead-name {
	float:none;
}
div.pmpro_checkout .pmpro_checkout-fields {
	margin:0;
	padding:10px;
}
.pmpro_checkout input[type=text], .pmpro_checkout input[type=email], .pmpro_checkout input[type=password], .pmpro_checkout textarea, .pmpro_checkout-fields textarea.input {
	padding: 12px 10px 12px 10px;
    margin: 0 5px 0 0;
    border: none;
    width: 300px;
    color: #666;
    line-height: 1;
    text-align: left;
    float: left;
    outline: none;
    border: 1px solid #E5E5E5;
    font-size: 13px;
	margin-bottom:10px;
}
	.pmpro_checkout input[type=file] {
		border:none;	
	}
		
.pmpro_hidden {
	display:none!important;
}
#pmpro_level_options tr td label {
	font-size:1.4em;
}
.pmpro_checkout:after {
  content: "";
  display: table;
  clear: both;
}
.pmpro_checkout tbody tr td div {
	
}
#pmpro_license {
	height:300px;
}
#pmpro_tos_fields label.pmpro_normal {
	font-size:1.3em;
	font-weight:bold;
	color:#ed6280;
}
form.pmpro_form .pmpro_submit {
	margin-left:inherit;
}
form.pmpro_form .pmpro_submit span {
	float:none;
}
.pmpro_btn.pmpro_btn-submit-checkout {
	width:100%;
	font-size:30px;
}

/* Confirmation & Invoicing */


.invoicing h3, .invoicing ul, .tml h3 {
	margin-bottom:1.2em;
}

#pmpro_account .pmpro_box h3 {
    margin: 0 0 1.2em;
    }


/* Profile */

.tml-profile.tml {
	max-width:100%;
}
.tml-form-table, .tml .form-table {
	margin-bottom:3em;
	min-width:100%;
}
.tml input {
	float:none;
}

/* Associates */
.member_item {
    min-height: 260px;
}

/* Directory */
.pmpro_member_directory_display-name {
	word-break:break-all;
}

@media only screen and (max-width: 960px){
	.member_item {
    min-height: 230px;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.one_third.member_item, .one_third.member_item.last {
    margin: 0 0 8%;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 767px){
	column.left, column.right {
		width: 100%;
		margin:0;
		float:none;
	}
	
}