/*
Theme Name: FENIX
Theme URI: https://fenix.group
Description: A child theme for the FENIX websites.
Author: FENIX LABS
Author URI: https://fenix.group
Template: runway-framework
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



/*

==============================================================
Notes
==============================================================

This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

	$rembase:     15;
	$line-height: 24;


Examples
--------------------------------------------------------------

	* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
		padding: 5px 0;
		padding: 0.357142857rem 0; (5 / $rembase)

	* Set a font-size and then set a line-height based on the font-size
		font-size: 16px
		font-size: 1.1428571428rem; (16 / $rembase)
		line-height: 1.5; ($line-height / 16)


Vertical spacing
--------------------------------------------------------------

	Vertical spacing between most elements should use 24px or 48px
	to maintain vertical rhythm:

	.my-new-div {
		margin: 24px 0;
		margin: 1.6rem 0; ( 24 / $rembase )
	}


Further reading
--------------------------------------------------------------

	http://snook.ca/archives/html_and_css/font-size-with-rem
	http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

*/

#masthead {
	/*height: auto;*/
	padding-left: 5% !important;
	padding-right: 5% !important;
}

#main {
	background: #ffffff;
}

.site-header h1 {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.285714286;
    margin-bottom: 14px;
    margin-bottom: 0.93333333333rem;
}

.header-title {
    display: inline-block;
    float: left;
    margin-top: 4px;
}

/* HERO HEADER */

.hero-container {
	width: 100vw;
	margin-left: -5vw;
	margin-right: -5vw;
}
.hero {
	padding: 5%;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	min-height: calc(70vh - 55px) !important;
	position: relative;
}

.hero-content {
	position: absolute;
	top: 60%;
  transform: translateY(-70%);
	width: 90%;
}

.hero-content h1 {
	margin-bottom: 10px;
}

.hero-content .featured-text {
	color: #FFF;
	font-family: "Barlow Condensed";
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2.63px;
	line-height: 22px;
	text-transform: uppercase;
	background-color: #D59842;
	width: auto;
	padding: 9px 20px;
	margin-left: -200px;
	padding-left: 200px;
	position: relative;
	float: left;
}

.arrow-right {
	position: absolute;
	float: left;
}

.featured-post-callout {
	position: relative;
	height: 44px;
}

.arrow-right {
	width: 0;
	height: 0;
	border-bottom: 22px solid transparent;
	border-top: 22px solid transparent;
	border-left: 22px solid #D59842;
	display: inline-block;
	/* Need to check this margin-left: f; */
	position: absolute;
}

.hero-content .featured-text::after {
	width: 0;
	height: 0;
	border-bottom: 22px solid transparent;
	border-top: 22px solid transparent;
	border-left: 22px solid #D59842;
	display: inline-block;
	margin-left: -5px;
}

.hero-scroll-down {
	text-align:center;
	margin-top: 10px;
}

.scroll-down {
	height: 48px;
	width: 48px;
	background-color: #CF2932 !important;
	box-shadow: none;
	border: none;
	border-radius: 50%;
	line-height: 0 !important;
}

.content-featured-image {
	width: 100%;
	height: auto;
}

/* --------------------------------- */

.entry-header {
	margin-bottom: 30px;
}

.entry-header .meta-header {
	margin-top: 5px;
	margin-top: 0.33333333333rem;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
.entry-content li {
	margin: 0 0 1.6rem;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	line-height: 28px;
	font-family: "Noto Sans";
	font-size: 14px;
	letter-spacing: 0.74px;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0.9rem 2.4rem;
}

.site-content article {
	margin-bottom: 80px;
	margin-bottom: 5.3333333333rem;
	word-wrap: normal;
}

@media screen and (min-width: 600px) {
	.site-content {
		margin: 0 auto;
	}
	/*.page-width {
		max-width: 90%;
	}*/
	.single-post #main {
		padding-right: 5% !important;
	}

	body.template-front-page .site-content {
		width: 100% !important;
	}
	.single .site-content {
		width: 60% !important;
	}

}

/* CHECKOUT */

.pmpro-checkout > body.full-width .site-content, .pmpro-checkout .site-content {
	width:100% !important;
}

input {
  border-bottom: 1px solid rgba(0,0,0,0.5) !important;
  background-color: #f4f5f6;
  font-family: inherit;
  padding: 6px;
  padding: 0.4rem;
  border: none;
  width: 100%;
  opacity: 0.5;
}

input[type="submit"], .pmpro_addon_package td.pmpro_addon_package-buy .pmpro_btn, .pmpro_btn, .pmpro_btn:link {
	color: #000 !important;
  background-color: rgba(100,100,100,0) !important;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  font-size: 1.15em;
  letter-spacing: 0.18em !important;
  border-bottom: 1px rgba(207,41,50,0) solid;
  font-family: "Barlow Condensed";
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
	border: 2px solid #cf2932 !important;
  padding: 15px 37px !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  float: left;
  margin-right: 30px;
	border-radius: 0px !important;
	opacity: 1;
	margin-top:10px;
}

input[type="submit"]:hover, .pmpro_addon_package td.pmpro_addon_package-buy .pmpro_btn:hover {
	background-color: rgba(201,41,50,0.1) !important;
}

.pmpro_addon_package td.pmpro_addon_package-buy .pmpro_btn {
	width: auto !important;
}


form.pmpro_form .input {
	color: #000;
	font-family: "Noto Sans";
	font-size: 16px;
	letter-spacing: 0.84px;
	line-height: 22px;
}

hr, form.pmpro_form .pmpro_asterisk abbr { display: none; }

.preview-post-left {
	padding: 20px;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: block;
  margin: 0 .5rem 1rem 0;
  color: #000;
  font-family: "Barlow Condensed";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.63px;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.pmpro_payment-expiration {
	display: inline-block;
	width: 50%;
	float: left;
}

.pmpro_payment-cvv {
	display: inline-block;
	width: 45%;
}

.pmpro_alert {
	background-color: rgba(66,66,66,0.2);
	border: none;
}

.pmpro_alert a {
  color: #cf2932;
}

.pmpro_checkout-fields p {
	color: #000;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.84px;
	line-height: 22px;
}

.preview-post-right {
	padding: 30px;
}

.edit-link {
	display: none;
}

.pmpro_message {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin: .5em 0;
  padding: 10px 15px;
  color: #000;
	font-family: "Noto Sans";
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.84px;
	line-height: 22px;
}

/* POST BUNDLES */

.bundle-grids {
	text-align: center;
	margin-bottom: 5%;
}

.listing-item {
	width: 30%;
	margin: 0 5%;
	display: inline-block;
	background: #ffffff;
	box-shadow: 0px 45px 106px rgba(48, 49, 51, 0.16), 0px 3px 24px rgba(181, 199, 200, 0.26) !important;
	-moz-box-shadow: 0px 45px 106px rgba(48, 49, 51, 0.16), 0px 3px 24px rgba(181, 199, 200, 0.26) !important;
	-webkit-box-shadow: 0px 45px 106px rgba(48, 49, 51, 0.16), 0px 3px 24px rgba(181, 199, 200, 0.26) !important;
	margin-bottom: 40px;
	text-align: left !important;
	padding-bottom:10px;
}

.listing-item a.title {
	display: block;
	padding: 10px;
	color: #000;
	font-family: "Noto Sans";
	font-size: 12px;
	letter-spacing: 0.84px;
	line-height: 22px;
	text-decoration: none;
}

.listing-item .date {
	padding: 2px 10px;
	font-family: "Noto Sans";
	font-style: italic;
	opacity: 0.5;
	font-size: 12px;
	float: none;
	display: block;
}

@media all and (max-width:1600px) {
	.listing-item .title {
		font-size: .85rem !important;
		font-weight: medium !important;
	}
}

.category-display-label { display: none; }

.category-display {
	color: #CF2932;
	font-family: "Noto Sans";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.84px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}

.postid-7588 .content-featured-image {
	display: none !important;
}

.post-price {
	background: #3f4041;
	color: #f3f3f3;
	float: right;
	padding: 11px 10px 6px 10px;
	margin-top:-10px;
}

.post-price-original{
	text-decoration: line-through;
	color: rgba(0,0,0,0.5);
	float: right;
	padding: 11px 10px 6px 10px;
	margin-top:-10px;
}

.homepage-grids .listing-item {
	width: 30%;
	margin: 0 5% 6% 0;
}

.homepage-grids .listing-item:nth-of-type(3n) {
	margin: 0;
}
.homepage-grids {
	text-align: center;
}

.grid-purchase-button .fusion-button.button-1 {
  border: 2px solid #cf2932 !important;
	text-decoration: none !important;
}

.grid-purchase-button {
	margin: 10px !important;
}

@media all and (max-width: 665px) {
	.hero-content h1 {
		font-size: 2.2rem !important;
		line-height: 2.5rem !important;
	}
}

@media all and (max-width: 600px) {
	img.main-logo-img {
    	padding-top: 8px;
	}

	.checkout-content {
		width: 100% !important;
	}

}

@media all and (max-width: 800px) {

	body.full-width .site-content {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.listing-item {
    	width: 43%;
    	margin: 0 2%;
	}
}

@media all and (max-width: 1132px) {

	body.full-width .site-content {
		width: 75%;
	}

}


@media all and (max-width: 400px) {

	.hero-content h1 {
    	font-size: 1.3rem !important;
    	line-height: 2rem !important;
	}
}

@media all and (min-width: 1142px) and (max-width: 1300px) {
	.main-navigation li {
    	padding: 4px 10px;
	}

	.sub-menu {
		margin-left: -10px !important;
	}

}

@media all and (min-width: 1300px) and (max-width: 1920px) {
	.main-navigation li {
    	padding: 4px 20px;
	}

	.sub-menu {
		margin-left: -20px !important;
	}

}

.preview-post-right article {
	max-width: 900px !important;
}

/* HOMEPAGE */


.home body.template-front-page .site-content,
	.home body.single-attachment .site-content,
	.home body.full-width .site-content {
		/*width: 100%;*/
		width: 100% !important;
}
/*.page body.full-width .site-content {

	width: 100% !important;
}
*/
.pmpro_addon_package-title a{
	display: block;
padding: 10px;
	color: #000;
font-family: "Noto Sans";
font-size: 12px !important;
letter-spacing: 0.84px;
line-height: 22px;
text-decoration: none;
	font-weight: medium !important;
}

body.template-front-page .site-content {
	width: 100% !important;
}


/*COPYRIGHT USER FENIX CONTENT*/
.user-copyright-fenix, .user-link-account{
	color: rgba(0,0,0,0.5);
	font-family: "Noto Sans";
	font-size: 9px !important;
	letter-spacing: 0.84px;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
	height: 15px;
	text-align: justify;
}

.bundle-grids .user-copyright-fenix{
	display: none;
}
/* EMAIL IT */

.e-mailit_toolbox a {
padding: 10px 80px !important;
}

:not(.no_bgr)>*>.E_mailit_Twitter, :not(.no_bgr)>.e-mailit_mobile_Twitter, .E_mailit_Twitter {
	content: url(assets/images/twitter-icon.png) !important;
	background-image: none !important;
}

:not(.no_bgr)>*>.E_mailit_Send_via_Email, :not(.no_bgr)>.E_mailit_Send_via_Email, .E_mailit_Send_via_Email {
	content: url(assets/images/send-via-email-icon.png) !important;
	background-image: none !important;
}

.e-mailit_toolbox {
	margin-bottom: 20px;
}

.social-special-header {
	font-family: "Barlow Condensed" !important;
	font-weight: 500 !important;
	padding: 8px 20px;
	font-size: 18px;
	color: #303133 !important;
	margin-top: 30px;
}

.percentage-remaining {
	font-style: italic;
	color: #D59842;
}

.checkout_content_2 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


.pmpro_content_message {
	margin: 0 auto;
}


.pmpro_content_message_banner {
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	/*margin-left: -328px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFF 100%);*/
	z-index: 1;
	padding-top: 32px;
	width: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,.95) 0%, #fff 60%);
	/*padding-bottom: 8vh;*/
	border-top: 2px solid #d59842;
	/*margin-left: -23%;*/
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-bottom: 30px;
}

/* Message above Purchase button */
.cta_not_have_content_yet {
	font-weight: bold;
	/*font-size: 16px !important;*/
	font-size: 1rem !important;
	padding: 0 30px;
	margin-top: 0px !important;
}

.pmpro_content_message .text-based-button a {
	margin: 0 auto;
}

@media all and (max-width: 600px) {
	.text-based-button .fusion-button-text {
    	/*font-size: 16px !important;*/
		font-size: 1rem !important;
	}

	.text-based-button a::after {
    	bottom: 0px !important;
	}

	.pmpro_form {
    margin-bottom: 40px;
}

form.pmpro_form .pmpro_btn {
    display: block;
    width: 100%;
    padding: 15px 45px 15px 0px !important;
    font-size: 1rem;
}
}

@media all and (max-width: 380px) {
	.text-based-button .fusion-button-text {
    	/*font-size: 16px !important;*/
		font-size: 0.7rem !important;
	}
}


.stickit {
  /* display: none; */
}

.banner_checkout_content{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}




.original_price_checkout{
	margin-left: 10px;
	color: #BEBEBE;
	text-decoration: line-through;
}

.original-price-content {
	margin: 0 !important;
}

/*.single-post-pricing-info {
	margin-top: 30px;
}

.single-post-pricing-info .post-price {
	padding: 6px 10px 6px 10px;
	margin-top: -5px;
}*/
/*.postid-8068 .pmpro_content_message_banner {
	display: none !important;
}*/
#e-mailit_menu #menu_logo img {
width: 45px !important;
height: 45px !important;
}

.author-image, .author-info-section, .author-name, .author-socials {
	display: inline-block;
}

.author-info-section {
	vertical-align: top;
}

.author-image {
	margin-right: 12px;
}

.author-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 12px 0 0!important;
}

.author-title {
	font-size: 14px;
	font-style: italic;
	color: rgba(0,0,0,.5);
	margin: 0 0 15px 0 !important;
}

.author-socials .fa-twitter::before, .author-socials .fa-linkedin::before {
	color: #cf3932;
	font-size: 16px;
}

.hero-author-image {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 12px;
}

.hero-author-image img {
	width: 33px;
	height: 33px;
}

.hero-author-info {
	display: inline-block;
	vertical-align: middle;
}

.hero-author-info-text {
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	font-style: italic;
}

.purchase-disclosure {
	font-size: 12px;
	color: rgba(0,0,0,.8);
	font-style: italic;
}


.preview-post-right .single-post-pricing-info {
	margin-top: 20px;
}

.preview-post-right .post-price, .preview-post-right .post-price-original {
	padding: 15px 10px 15px 10px;
}

.number-of-pages-div {
	text-align: center;
	margin-bottom: 50px;
}

.number-of-pages-div .page-number-graphics {
	margin: 6px !important;
	max-width: 86px;
	height: auto;
}

/*@media and and (max-width: 800px) {
	.hero-content {
		top: 90% !important;
	}
}*/


.button-message {
	background: linear-gradient(to right, #cf2932 50%, rgb(166, 33, 40) 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition:all .5s ease;
}

.button-message:hover {
	background-position:right bottom;
}

/*.pmpro_content_message .fusion-button.button-1 {
    background: rgb(166, 33, 40) !important;
	background: #cf2932 !important;
}*/

.fusion-button.button-1 {
	text-decoration: none;
}

.grid-button {
	margin-left:10px !important;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

.button-price img {
	position: relative;
top: -2px;
}

@media all and (max-width: 1220px) {
	.grid-button .fusion-button-text .button-message {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}

	.listing-item .fusion-button-text:hover .button-message {
		padding-right: 15px !important;
	}
}


@media all and (max-width: 900px) {
	.grid_button .text-based-button .fusion-button-text {
		font-size: 14px !important;
	}
}

@media all and (max-width: 600px) {
	.grid-button-text {
    	font-size: 14px !important;
	}
}

.preview-post-right .pmpro_content_message_banner, .preview-post-right .checkout_content, .preview-post-right .stickem {
	display: none !important;
}

.pmpro-confirmation .button-price {
	padding-left: 1px !important;
}

.pmpro-confirmation .text-based-button {
	margin-bottom: 40px !important;
}

/* .pmpro_actionlinks{
	display:none;
} */

.preview-post-wrapper{
	display: flex;
}

.preview-post-left{
	flex: 40%;
	background-color:#F5F5F5;
	padding:10px;
	position:relative;
	padding-bottom: 150px !important;
	min-height: 700px !important;
}

.preview-post-right{
	flex: 60%;
	padding-left:30px;
}

.preview-post-iframe{
	padding: 20px;
}

/* BUTTONS */

.fusion-button-text {
	color: #fcfcfc !important;
}

.text-based-button .fusion-button-text {
	font-size: 18px;
	color: #303133 !important;
}

.text-based-button .fa-long-arrow-right::before {
	color: #cf2932 !important;
}

.text-based-button {
	padding-left: 0px !important;
}

.long-arrow-right::after {
    content: url(assets/images/red-arrow.png);
		margin-left: 10px;
}

.long-arrow-left::before {
    content: url(assets/images/red-arrow-inverted.png);
		margin-right: 10px;
}

.dark-text-button .fusion-button-text {
	color: #303133;
}

.light-text-button .fusion-button-text {
	color: #fcfcfc;
}

.fusion-button.button-1 {
    border-width: 2px !important;
    border-color: #cf2932 !important;
}

.fusion-button.button-2 {
    /* border-width: 2px !important; */
		border-top:  0px solid #fff !important;
		border-left:  0px solid #fff !important;
		border-right:  0px solid #fff !important;
		border-bottom:  2px solid #cf2932 !important;
    /* border-color: #cf2932 !important; */
}


.pmpro_content_message a{
	/*background-color:unset!important;*/
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.separat-or {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #BEBEBE;
   line-height: 0.1em;
   margin: 10px 0 20px;
}

.separat-or span {
    background:#fff;
		color: #000;
		font-size: 11px;
    padding:0 10px;
}

.checkout_content{
	width: 100% !important;
}

.not_have_content_yet{
	color:#BEBEBE;
	font-size: 11px;
}

#other_discount_code_p{
	display: none;
}

.preview-post-left .cancel-section{
	width: 100%;
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0;
}

.preview-post-left .cancel-section .check-out-cancel{
	float: left;
	color: #000 !important;
	font-size: 16px;
	font-family: "Barlow Condensed";
	text-decoration: none;
	padding: 10px;
}

.check-out-cancel::before{
	content: url(assets/images/red-arrow-inverted.png);
	padding-right: 10px;
}


.check-out-cancel:hover {
    background: rgb(207, 41, 50, 0.08);
}
.check-out-stripe{
	float: right;
	margin-right: 0px;
	margin-top: -43px;
}

.button-message {
	background-color: #cf2932;
	color: white;
	padding: 11px;
	margin-left: -20px;
	padding-right: 80px;
	padding-left: 15px;
}

.button-price {
	background-color: #A62128;
	color: white;
	padding: 11px;
	padding-left: 25px;
	margin-right: -21px;
}


.button-price img {
	margin-left: 10px !important;
}

.pmpro_content_message .fusion-button.button-1 {
    border-width: 0px !important;
    border-color: transparent !important;
}

@media only screen and (max-width: 1210px) {
	.check-out-stripe{
		float: right;
		margin-right: 0px;
		margin-top: -43px;
		display: contents;
	}
}

@media only screen and (max-width: 1024px) {
	.preview-post-wrapper{
		display: block !important;
	}
}

@media only screen and (max-width: 479px) {
	.pmpro_content_message .text-based-button a {
			padding: 6px 12px !important;
			margin-left:calc(-3%);
	}
}

@media only screen and (max-width: 440px) {
	.pmpro_content_message .text-based-button a {
			padding: 6px 12px !important;
			margin-left:calc(-6%);
	}
}

@media only screen and (max-width: 390px) {
	.pmpro_content_message .text-based-button a {
			padding: 6px 12px !important;
			margin-left:calc(-11%);
	}
}

@media only screen and (max-width: 370px) {
	.pmpro_content_message .text-based-button a {
				padding: 6px 12px !important;
				margin-left: calc(-18%);
	}
}

@media only screen and (max-width: 460px) {
	.button-message {
			 background-color: #cf2932;
			 color: white;
			 padding: 11px;
			 margin-left: -27px;
			 padding-right: 12px;
			 padding-left: 19px;
	}
}

@media only screen and (max-width: 420px) {
	.button-message {
	    background-color: #cf2932;
	    color: white;
	    padding: 11px;
	    margin-left: -22px;
	    padding-right: 12px;
	    padding-left: 27px;
	}
}

@media only screen and (max-width: 320px) {
	.button-message {
	    background-color: #cf2932;
	    color: white;
	    padding: 11px;
	    margin-left: -30px;
	    padding-right: 12px;
	    padding-left: 27px;
	}
}

/* Based on Foundation 5 Grid v5.5.2 by ZURB: http://foundation.zurb.com/docs/components/grid.html */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 65em; }
  .row:before, .row:after {
	content: " ";
	display: table; }
  .row:after {
	clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
	padding-left: 0;
	padding-right: 0; }
  .row.collapse .row {
	margin-left: 0;
	margin-right: 0; }
  .row .row {
	width: auto;
	margin-left: -1em;
	margin-right: -1em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none; }
	.row .row:before, .row .row:after {
	  content: " ";
	  display: table; }
	.row .row:after {
	  clear: both; }
	.row .row.collapse {
	  width: auto;
	  margin: 0;
	  max-width: none; }
	  .row .row.collapse:before, .row .row.collapse:after {
		content: " ";
		display: table; }
	  .row .row.collapse:after {
		clear: both; }

.column,
.columns {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
	position: relative;
	left: 0%;
	right: auto; }

  .small-pull-0 {
	position: relative;
	right: 0%;
	left: auto; }

  .small-push-1 {
	position: relative;
	left: 8.33333%;
	right: auto; }

  .small-pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto; }

  .small-push-2 {
	position: relative;
	left: 16.66667%;
	right: auto; }

  .small-pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto; }

  .small-push-3 {
	position: relative;
	left: 25%;
	right: auto; }

  .small-pull-3 {
	position: relative;
	right: 25%;
	left: auto; }

  .small-push-4 {
	position: relative;
	left: 33.33333%;
	right: auto; }

  .small-pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto; }

  .small-push-5 {
	position: relative;
	left: 41.66667%;
	right: auto; }

  .small-pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto; }

  .small-push-6 {
	position: relative;
	left: 50%;
	right: auto; }

  .small-pull-6 {
	position: relative;
	right: 50%;
	left: auto; }

  .small-push-7 {
	position: relative;
	left: 58.33333%;
	right: auto; }

  .small-pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto; }

  .small-push-8 {
	position: relative;
	left: 66.66667%;
	right: auto; }

  .small-pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto; }

  .small-push-9 {
	position: relative;
	left: 75%;
	right: auto; }

  .small-pull-9 {
	position: relative;
	right: 75%;
	left: auto; }

  .small-push-10 {
	position: relative;
	left: 83.33333%;
	right: auto; }

  .small-pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto; }

  .small-push-11 {
	position: relative;
	left: 91.66667%;
	right: auto; }

  .small-pull-11 {
	position: relative;
	right: 91.66667%;
	left: auto; }

  .column,
  .columns {
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	float: left; }

  .small-1 {
	width: 8.33333%; }

  .small-2 {
	width: 16.66667%; }

  .small-3 {
	width: 25%; }

  .small-4 {
	width: 33.33333%; }

  .small-5 {
	width: 41.66667%; }

  .small-6 {
	width: 50%; }

  .small-7 {
	width: 58.33333%; }

  .small-8 {
	width: 66.66667%; }

  .small-9 {
	width: 75%; }

  .small-10 {
	width: 83.33333%; }

  .small-11 {
	width: 91.66667%; }

  .small-12 {
	width: 100%; }

  .small-offset-0 {
	margin-left: 0% !important; }

  .small-offset-1 {
	margin-left: 8.33333% !important; }

  .small-offset-2 {
	margin-left: 16.66667% !important; }

  .small-offset-3 {
	margin-left: 25% !important; }

  .small-offset-4 {
	margin-left: 33.33333% !important; }

  .small-offset-5 {
	margin-left: 41.66667% !important; }

  .small-offset-6 {
	margin-left: 50% !important; }

  .small-offset-7 {
	margin-left: 58.33333% !important; }

  .small-offset-8 {
	margin-left: 66.66667% !important; }

  .small-offset-9 {
	margin-left: 75% !important; }

  .small-offset-10 {
	margin-left: 83.33333% !important; }

  .small-offset-11 {
	margin-left: 91.66667% !important; }

  .small-reset-order {
	margin-left: 0;
	margin-right: 0;
	left: auto;
	right: auto;
	float: left; }

  .column.small-centered,
  .columns.small-centered {
	margin-left: auto;
	margin-right: auto;
	float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
	float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
	float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
	float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
	position: relative;
	left: 0%;
	right: auto; }

  .medium-pull-0 {
	position: relative;
	right: 0%;
	left: auto; }

  .medium-push-1 {
	position: relative;
	left: 8.33333%;
	right: auto; }

  .medium-pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto; }

  .medium-push-2 {
	position: relative;
	left: 16.66667%;
	right: auto; }

  .medium-pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto; }

  .medium-push-3 {
	position: relative;
	left: 25%;
	right: auto; }

  .medium-pull-3 {
	position: relative;
	right: 25%;
	left: auto; }

  .medium-push-4 {
	position: relative;
	left: 33.33333%;
	right: auto; }

  .medium-pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto; }

  .medium-push-5 {
	position: relative;
	left: 41.66667%;
	right: auto; }

  .medium-pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto; }

  .medium-push-6 {
	position: relative;
	left: 50%;
	right: auto; }

  .medium-pull-6 {
	position: relative;
	right: 50%;
	left: auto; }

  .medium-push-7 {
	position: relative;
	left: 58.33333%;
	right: auto; }

  .medium-pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto; }

  .medium-push-8 {
	position: relative;
	left: 66.66667%;
	right: auto; }

  .medium-pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto; }

  .medium-push-9 {
	position: relative;
	left: 75%;
	right: auto; }

  .medium-pull-9 {
	position: relative;
	right: 75%;
	left: auto; }

  .medium-push-10 {
	position: relative;
	left: 83.33333%;
	right: auto; }

  .medium-pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto; }

  .medium-push-11 {
	position: relative;
	left: 91.66667%;
	right: auto; }

  .medium-pull-11 {
	position: relative;
	right: 91.66667%;
	left: auto; }

  .column,
  .columns {
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	float: left; }

  .medium-1 {
	width: 8.33333%; }

  .medium-2 {
	width: 16.66667%; }

  .medium-3 {
	width: 25%; }

  .medium-4 {
	width: 33.33333%; }

  .medium-5 {
	width: 41.66667%; }

  .medium-6 {
	width: 50%; }

  .medium-7 {
	width: 58.33333%; }

  .medium-8 {
	width: 66.66667%; }

  .medium-9 {
	width: 75%; }

  .medium-10 {
	width: 83.33333%; }

  .medium-11 {
	width: 91.66667%; }

  .medium-12 {
	width: 100%; }

  .medium-offset-0 {
	margin-left: 0% !important; }

  .medium-offset-1 {
	margin-left: 8.33333% !important; }

  .medium-offset-2 {
	margin-left: 16.66667% !important; }

  .medium-offset-3 {
	margin-left: 25% !important; }

  .medium-offset-4 {
	margin-left: 33.33333% !important; }

  .medium-offset-5 {
	margin-left: 41.66667% !important; }

  .medium-offset-6 {
	margin-left: 50% !important; }

  .medium-offset-7 {
	margin-left: 58.33333% !important; }

  .medium-offset-8 {
	margin-left: 66.66667% !important; }

  .medium-offset-9 {
	margin-left: 75% !important; }

  .medium-offset-10 {
	margin-left: 83.33333% !important; }

  .medium-offset-11 {
	margin-left: 91.66667% !important; }

  .medium-reset-order {
	margin-left: 0;
	margin-right: 0;
	left: auto;
	right: auto;
	float: left; }

  .column.medium-centered,
  .columns.medium-centered {
	margin-left: auto;
	margin-right: auto;
	float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
	float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
	float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
	float: right; }

  .push-0 {
	position: relative;
	left: 0%;
	right: auto; }

  .pull-0 {
	position: relative;
	right: 0%;
	left: auto; }

  .push-1 {
	position: relative;
	left: 8.33333%;
	right: auto; }

  .pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto; }

  .push-2 {
	position: relative;
	left: 16.66667%;
	right: auto; }

  .pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto; }

  .push-3 {
	position: relative;
	left: 25%;
	right: auto; }

  .pull-3 {
	position: relative;
	right: 25%;
	left: auto; }

  .push-4 {
	position: relative;
	left: 33.33333%;
	right: auto; }

  .pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto; }

  .push-5 {
	position: relative;
	left: 41.66667%;
	right: auto; }

  .pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto; }

  .push-6 {
	position: relative;
	left: 50%;
	right: auto; }

  .pull-6 {
	position: relative;
	right: 50%;
	left: auto; }

  .push-7 {
	position: relative;
	left: 58.33333%;
	right: auto; }

  .pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto; }

  .push-8 {
	position: relative;
	left: 66.66667%;
	right: auto; }

  .pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto; }

  .push-9 {
	position: relative;
	left: 75%;
	right: auto; }

  .pull-9 {
	position: relative;
	right: 75%;
	left: auto; }

  .push-10 {
	position: relative;
	left: 83.33333%;
	right: auto; }

  .pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto; }

  .push-11 {
	position: relative;
	left: 91.66667%;
	right: auto; }

  .pull-11 {
	position: relative;
	right: 91.66667%;
	left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
	position: relative;
	left: 0%;
	right: auto; }

  .large-pull-0 {
	position: relative;
	right: 0%;
	left: auto; }

  .large-push-1 {
	position: relative;
	left: 8.33333%;
	right: auto; }

  .large-pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto; }

  .large-push-2 {
	position: relative;
	left: 16.66667%;
	right: auto; }

  .large-pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto; }

  .large-push-3 {
	position: relative;
	left: 25%;
	right: auto; }

  .large-pull-3 {
	position: relative;
	right: 25%;
	left: auto; }

  .large-push-4 {
	position: relative;
	left: 33.33333%;
	right: auto; }

  .large-pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto; }

  .large-push-5 {
	position: relative;
	left: 41.66667%;
	right: auto; }

  .large-pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto; }

  .large-push-6 {
	position: relative;
	left: 50%;
	right: auto; }

  .large-pull-6 {
	position: relative;
	right: 50%;
	left: auto; }

  .large-push-7 {
	position: relative;
	left: 58.33333%;
	right: auto; }

  .large-pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto; }

  .large-push-8 {
	position: relative;
	left: 66.66667%;
	right: auto; }

  .large-pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto; }

  .large-push-9 {
	position: relative;
	left: 75%;
	right: auto; }

  .large-pull-9 {
	position: relative;
	right: 75%;
	left: auto; }

  .large-push-10 {
	position: relative;
	left: 83.33333%;
	right: auto; }

  .large-pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto; }

  .large-push-11 {
	position: relative;
	left: 91.66667%;
	right: auto; }

  .large-pull-11 {
	position: relative;
	right: 91.66667%;
	left: auto; }

  .column,
  .columns {
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	float: left; }

  .large-1 {
	width: 8.33333%; }

  .large-2 {
	width: 16.66667%; }

  .large-3 {
	width: 25%; }

  .large-4 {
	width: 33.33333%; }

  .large-5 {
	width: 41.66667%; }

  .large-6 {
	width: 50%; }

  .large-7 {
	width: 58.33333%; }

  .large-8 {
	width: 66.66667%; }

  .large-9 {
	width: 75%; }

  .large-10 {
	width: 83.33333%; }

  .large-11 {
	width: 91.66667%; }

  .large-12 {
	width: 100%; }

  .large-offset-0 {
	margin-left: 0% !important; }

  .large-offset-1 {
	margin-left: 8.33333% !important; }

  .large-offset-2 {
	margin-left: 16.66667% !important; }

  .large-offset-3 {
	margin-left: 25% !important; }

  .large-offset-4 {
	margin-left: 33.33333% !important; }

  .large-offset-5 {
	margin-left: 41.66667% !important; }

  .large-offset-6 {
	margin-left: 50% !important; }

  .large-offset-7 {
	margin-left: 58.33333% !important; }

  .large-offset-8 {
	margin-left: 66.66667% !important; }

  .large-offset-9 {
	margin-left: 75% !important; }

  .large-offset-10 {
	margin-left: 83.33333% !important; }

  .large-offset-11 {
	margin-left: 91.66667% !important; }

  .large-reset-order {
	margin-left: 0;
	margin-right: 0;
	left: auto;
	right: auto;
	float: left; }

  .column.large-centered,
  .columns.large-centered {
	margin-left: auto;
	margin-right: auto;
	float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
	float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
	float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
	float: right; }

  .push-0 {
	position: relative;
	left: 0%;
	right: auto; }

  .pull-0 {
	position: relative;
	right: 0%;
	left: auto; }

  .push-1 {
	position: relative;
	left: 8.33333%;
	right: auto; }

  .pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto; }

  .push-2 {
	position: relative;
	left: 16.66667%;
	right: auto; }

  .pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto; }

  .push-3 {
	position: relative;
	left: 25%;
	right: auto; }

  .pull-3 {
	position: relative;
	right: 25%;
	left: auto; }

  .push-4 {
	position: relative;
	left: 33.33333%;
	right: auto; }

  .pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto; }

  .push-5 {
	position: relative;
	left: 41.66667%;
	right: auto; }

  .pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto; }

  .push-6 {
	position: relative;
	left: 50%;
	right: auto; }

  .pull-6 {
	position: relative;
	right: 50%;
	left: auto; }

  .push-7 {
	position: relative;
	left: 58.33333%;
	right: auto; }

  .pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto; }

  .push-8 {
	position: relative;
	left: 66.66667%;
	right: auto; }

  .pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto; }

  .push-9 {
	position: relative;
	left: 75%;
	right: auto; }

  .pull-9 {
	position: relative;
	right: 75%;
	left: auto; }

  .push-10 {
	position: relative;
	left: 83.33333%;
	right: auto; }

  .pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto; }

  .push-11 {
	position: relative;
	left: 91.66667%;
	right: auto; }

  .pull-11 {
	position: relative;
	right: 91.66667%;
left: auto; } }

.wppb-default-password{
	display: none;
}

.pmpro_checkout-field-checkbox > input[type='checkbox']{
	width: auto;
	height: auto;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
	background-color : transparent !important;
	border-bottom : 0px solid transparent !important
}

.pmpro_checkout-field-checkbox > input[type=checkbox]:before {
	  font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: #FFFFFF;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    margin-right: 7px;
}

.pmpro_checkout-field-checkbox > input[type=checkbox]:checked:before {

	color: #CF2832 !important;
}
