/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.4
*/





/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.pmpro_member_directory .button {
	background-color: #99be4e;
	color: #fff!important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 1px rgba(0,0,0,.8);
	font-weight: 700;
	border-radius: 3px;
	cursor: pointer;
}
.pmpro_member_directory .button:hover {
  background-color: #8eb149;
}

.page-id-2628 #theme-page,
.page-id-2629 #theme-page,
.page-id-3258 #theme-page {
	background: #f4f4f4;
}

.page-id-2629 .theme-content {
	padding: 0 !important;
}

.member-box {
	background: #FFF;
	padding: 3em 1em 1.5em;
	position: relative;
	margin: 0 0 2em;
}

.member-box h3 {
	font-size: 22px;
}
.member-box p {
	font-size: 14px;
  line-height: 1.2rem;
  margin: 0;
}
.member-box p.location {
	font-style: italic;
}

.member-box .pmpro_member_directory_level {
	position: absolute;
	font-size: 14px;
	line-height: 1.2;
	padding: 6px 0;
	text-transform: uppercase;
	width: 100%;
	top: 0;
	left: 0;
	background: #669999;
	color: #FFF;
}

.pmpro_member_profile {
	position: relative;
	margin: 0;
}
.pmpro_member_profile img.avatar {
	float: left;
	margin-right: 20px;
}
.pmpro_member_profile h1 {
	margin: 0;
}
.pmpro_member_profile .pmpro_member_directory_level {
	font-size: 14px;
	text-transform: uppercase;
	color: #669999;
	margin: 0;
}
.pmpro_member_profile .col-6 {
	width: 64%;
	float: left;
}
.pmpro_member_profile .col-6 h1 {
	font-size: 42px;
	line-height: 1.2;
}
.profile-search-form {
	clear: none !important;
}
.more-profile-link {
	float: left;
}
.pmpro_member_profile .box {
	background: #FFF;
	padding: 2em;
	margin: 1em 0 2em;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1)
}

.pmpro_member_profile .location {
	font-style: italic;
}

.pmpro_member_profile .col-3 {
	width: 32%;
	float: right;
	background: #6A9DBB;
	padding: 2em;
}
.pmpro_member_profile .col-3 h2 {
	color: #FFF;
	font-size: 30px;
}
.pmpro_member_profile .ajde_evcal_calendar .calendar_header p {
	font-size: 24px;
}
.pmpro_member_profile .evo_cal_above span.evo-gototoday-btn {
	background: #ddd;
	color: #333;
}
.pmpro_member_profile .ajde_evcal_calendar .calendar_header p.evo_arrows {
	float: right;
}
.pmpro_member_profile .evo-search,
.pmpro_member_profile .evo-gototoday-btn {
	display: none;
}
.pmpro_member_profile .ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa {
	color: #FFF;
}

@media (max-width: 980px) {
	.pmpro_member_profile .col-6,
	.pmpro_member_profile .col-3 {
		float: none;
		width: 100%;
	}
	.pmpro_member_profile .col-3 {
		margin: 0 0 2em;
	}
}

@media (max-width: 767px) {
	.pmpro_member_directory .columns {
		width: 50%;
	}
	.pmpro_member_profile img.avatar {
		max-width: 35%;
		height: auto;
	}
	.pmpro_member_profile .col-6 h1 {
		font-size: 30px;
	}
}
@media (max-width: 420px) {
	.pmpro_member_directory .columns {
		width: 100%;
	}
	.pmpro_member_profile .col-6 h1 {
		font-size: 21px;
	}
}

.pmpro-no-access .pmpro_content_message a {
	  padding: 12px 24px;
	  background: none;
	  border-color: #252525;
    color: #252525;
    outline: 0;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 100%;
    border-radius: 0;
        letter-spacing: 1px;
        font-weight: 700;
}

.webinar-intro {
	font-size: 18px;
	text-align: center;
}
.webinar-intro #theme-page {
	min-height: 0;
}
.webinar-intro #theme-page .theme-page-wrapper {
	margin-bottom: 0;
}
.webinar-intro #text-block-2 {
	text-align: center;
}
.webinar-intro h2 {
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 36px;
}
.upcoming-webinar {
	max-width: 1140px;
	margin: 0 auto 30px;
	padding: 30px;
	background: #F2F2F1;
}
.upcoming-webinar:nth-child(odd) {
	background: rgba(107,157,188,0.3);
}
.upcoming-webinar h3 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.upcoming-webinar h4 {
  font-family: "Raleway";
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.upcoming-webinar h4.host {
	border-bottom: 1px solid #777777;
	padding-bottom: 10px;
}
.upcoming-webinar .attachment-post-thumbnail {
	float: left;
	margin-right: 20px;
	width: 40%;
	height: auto !important;
}
.upcoming-webinar .details {
	width: 55%;
	float: left;
}

@media (max-width: 700px) {
	.upcoming-webinar .attachment-post-thumbnail, 
	.upcoming-webinar .details {
		float: none;
		width: 100%;
		margin: 0;
	}
}

.upcoming-webinar .embedded-joinwebinar-button .css3button {
	  padding: 12px 24px;
	  background: #FFF;
	  border-color: #252525;
    color: #252525;
    outline: 0;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 100%;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.2s ease-out;
}
.upcoming-webinar .embedded-joinwebinar-button .css3button:hover {
	background: #99be4f;
}
.webinar-archive {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
}

.page-id-3530 .vc_col-sm-9 p {
	margin: 0;
}

.page-id-3530 .download-paper {
	border: solid 2px #378aba;
}

.page-id-3530 .disclaimer p {
	font-size: 12px;
}
.page-id-3530 .vc_images_carousel {
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 40px;
}
.page-id-3530 .vc_images_carousel .vc_carousel-indicators {
    bottom: 0;
}
.page-id-3530 .vc_images_carousel .vc_carousel-control {
	left: -40px;
}
.page-id-3530 .vc_images_carousel .vc_carousel-control.vc_right {
	right: -40px;
	left: auto;
}
.ysnetwork-intro .page-section-content {
	position: absolute !important;
	bottom: 0;
}

.webinar-library {
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 30px 0;
  border-top: 1px solid #777777;
  text-align: center;
}
.webinar-library h2 {
	font-family: "Raleway";
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrap iframe,
.video-wrap .placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap .placeholder {
	background: #FFF;
}
.video-wrap .placeholder a {
	display: inline-block;
	padding: 12px 24px;
	background: #FFF;
	border-color: #252525;
	color: #252525;
	outline: 0;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	font-size: 12px;
	line-height: 100%;
	border-radius: 0;
	letter-spacing: 1px;
	font-weight: 700;
	transition: all 0.2s ease-out;
}
.video-wrap .placeholder div {
	text-align: center;
	margin-top: 20%;
}
.individual-webinar .video-column {
	width: 65%;
	float: left;
	margin-right: 1rem;
}
.individual-webinar .details {
	width: 30%;
	float: left;
}



.webinar-library .medium-4 {
	width: 33%;
	float: left;
	margin-bottom: 20px;
}
.webinar-library .free-note {
	color: red;
}

@media (max-width: 640px) {
	.webinar-library .medium-4,
	.individual-webinar .video-column,
	.individual-webinar .details { 
		width: 100%;
		float: none;
	}
}

.webinar-library .medium-4 article {
	margin: .5rem;
	padding: 1rem;
	background: rgba(107, 157, 188, 0.3);
}
#pmpro_addon_packages h3.pmpro_addon_package-title h3,
.webinar-library .medium-4 h3 {
	margin: 0 !important;
	font-size: 24px;
}
.webinar-library .medium-4 h4 {
	font-family: "Raleway";
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.webinar-library .medium-4 img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}



#pmpro_form select {
	min-width: 160px;
	display: inline-block;
}
#pmpro_form table td,
#pmpro_form table th {
	text-align: left;
}

#pmpro_levels_table tr:last-child {
	display: none;
}


.pmpro_member_directory_avatar {
	position: relative;
}

.pmpro_member_directory_avatar a,
.singular-avatar {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


.avatar-wrap {
	max-width: 70%;
	margin: 0 auto;
}
@media (min-width: 520px) {
	.avatar-wrap {
		float: left;
		width: 30%;
		margin: 0 20px 0 0;
	}
}

/* WooCommerce Styles */
.shopping-cart-header {
	display: none;
}
.single-product .product>.onsale,
.mk-product-loop.compact-layout .onsale,
.mk-product-loop.compact-layout .mk-love-holder {
	display: none;
}
.product .social-share {
	display: none;
}
.cart .quantity_select label {
	display: block;
}
.cart .quantity_select select {
	float: left;
	padding: 12px 12px 13px 16px;
	min-width: 100px;
}
.shipping-calculator-form {
  display: block !important;
}
.product_cat-live-webinar .quantity_select {
	display: none;
}



.welcome-member .col-6 {
	width: 50%;
	float: left;
	padding: 2em;
	box-sizing: border-box;
}
.welcome-member .profile-photo {
	
}
.welcome-member .profile-photo img {
	max-width: 100%;
}

@media (max-width: 640px) {
	.welcome-member .col-6 {
		width: 100%;
		float: none;
	}
}
/*
.page-id-1512 .shopping-cart-header,
.page-id-4006 .shopping-cart-header,
.page-id-3339 .shopping-cart-header,
.page-id-3335 .shopping-cart-header,
.woocommerce-page .shopping-cart-header {
	display: block;
}
*/