/*
Theme Name: Memberlite - Child Theme
Theme URI: http://www.memberlitetheme.com/
Description: This is a Memberlite child theme.
Author: Kim Coleman
Author URI: http://www.paidmembershipspro.com/
Template: memberlite
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* .main-navigation > ul > li {text-transform: uppercase;} */
.row.expanded{max-width:none}

.aboutcrow {
	background-image: url("/wp-content/uploads/2020/09/crrow777radio-lunar-wave-background.jpg");
	color: #ffffff;
}


.homeboxes {
/*  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #ffffff;
  padding: 15px;
  background: black;*/
  min-height: 335px;
  overflow: hidden;}

.banner_members {
    background: black;
}
.banner_members p {  font-size: 1.8rem; color: lightgray;}

.homeboxtitle { margin-top: 0px; margin-bottom: 5px; font-size: 2.8rem;}
.homeboxes p {  font-size: 1.8rem; }

.banner_members img {

    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.banner_members img:hover {
    	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.member {
	/* background-image: url("/wp-content/uploads/2020/07/ivana-cajina-asuyh-_ZX54-unsplash-579x868.jpg");*/
  background-image: linear-gradient(
      rgba(0,0,0,0.5),
      rgba(0,0,0,0.6)
      ),
     /* url(/wp-content/uploads/2020/07/ivana-cajina-asuyh-_ZX54-unsplash-579x868.jpg;) */
    /* url(/wp-content/uploads/2017/02/become_a_member.jpg;) */
      url(/wp-content/uploads/2020/09/FullEpisodesHOMEPAGE.jpg;)

}

.join {
	/* background-image: url("/wp-content/uploads/2020/07/nicolas-thomas-wKlqqfNTLsI-unsplash-868x532.jpg"); */
  background-image: linear-gradient(
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2)
      ),
      url(/wp-content/uploads/2020/07/nicolas-thomas-wKlqqfNTLsI-unsplash-868x532.jpg;)

}

.listen {
	/* background-image: url("/wp-content/uploads/2020/07/jonathan-velasquez-c1ZN57GfDB0-unsplash-360x240.jpg"); */
  background-image: linear-gradient(
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2)
      ),
      url(/wp-content/uploads/2020/07/jonathan-velasquez-c1ZN57GfDB0-unsplash-360x240.jpg;)

}

.home .masthead {
/*	background-image: url("/wp-content/uploads/2020/07/crrow-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
    background-color: #f73012;
	}

.rounded {
	border-radius: .25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

/* [memberlite_recent_posts] Shortcode (brett had to add for homepage ) */
#widget_memberlite_recent_posts .post.hentry {
	margin-bottom: 0;
}
#widget_memberlite_recent_posts .widget_has_thumbnail .post.hentry .entry-header {
	display: grid;
	grid-template-columns: 80px 1.45rem auto;
	grid-template-areas:
	"thumbnail . title"
	"thumbnail . date";
	margin-bottom: 1.45rem;
}
#widget_memberlite_recent_posts .widget_no_thumbnail .post.hentry .entry-header {
	margin-bottom: 1.45rem;
}
#widget_memberlite_recent_posts .post.hentry .entry-header .entry-title {
	margin: 0;
}
#widget_memberlite_recent_posts .widget_has_thumbnail .post.hentry .entry-header .entry-title {
	align-self: end;
	grid-area: title;
}
#widget_memberlite_recent_posts .post.hentry .entry-header .post-date {
	color: #AAA;
}
.banner #widget_memberlite_recent_posts .widget_has_thumbnail .post.hentry .entry-header .post-date {
	color: #BDBDBD;
}
#widget_memberlite_recent_posts .widget_has_thumbnail .post.hentry .entry-header .post-date {
	align-self: start;
	grid-area: date;
}
#widget_memberlite_recent_posts .widget_has_thumbnail .post.hentry .entry-header .widget_post_thumbnail {
	border-radius: 50%;
	grid-area: thumbnail;
	height: auto;
	width: 100%;
}
#widget_memberlite_recent_posts .widget_has_thumbnail .post.hentry .entry-header .widget_post_thumbnail img {
	border-radius: 50%;
	margin: 0;
}
#widget_memberlite_recent_posts .hentry.format-audio h4.entry-title:before,
#widget_memberlite_recent_posts .hentry.format-image h4.entry-title:before,
#widget_memberlite_recent_posts .hentry.format-link h4.entry-title:before,
#widget_memberlite_recent_posts .hentry.format-video h4.entry-title:before {
	font-family: 'Font Awesome 5 Free';
	padding-right: 10px;
}
#widget_memberlite_recent_posts .hentry.format-audio h4.entry-title:before {
	content: "\f025";
}
#widget_memberlite_recent_posts .hentry.format-image h4.entry-title:before {
	content: "\f1c5";
}
#widget_memberlite_recent_posts .hentry.format-link h4.entry-title:before {
	content: "\f08e";
}
#widget_memberlite_recent_posts .hentry.format-video h4.entry-title:before {
	content: "\f03d";
}

/* [memberlite_banner] Shortcode */
.banner {
	padding: 5.8rem 0;
}
.banner .text-center {
	text-align: center;
}
.banner .text-right {
	text-align: right;
}
.banner .text-left {
	text-align: left;
}
.banner.banner_background-image {
	background-repeat: no-repeat;
	background-size: cover;
}

#hero {
  overflow: hidden;

}

#hero[data-moving=false] .spotlight {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 50% !important;
  left: 50% !important;
}
#hero .spotlight {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  margin: -1000px 0 0 -2000px;
  height: 2000px;
  width: 4000px;
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 10%, black 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 10%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.tile {
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
}


/* Custom New Style */
.header-right .meta-member-inner {
	margin-top: 20px !important;
    border-radius: 3px;
		background: #FF0000 !important;
}
.footer-widgets {
	padding: 0 0 !important
}

.elementor-62020 .elementor-element.elementor-element-1bfaca2b > .elementor-widget-container {
    margin: 0px 0px -25px 0px !important;
}
.footer-copy-text {
	font-size: 12px;
}
/* Header */
.large-header {
  position: relative;
  width: 100% !important;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  /* z-index: 1; */
}
#large-header {
  background-image: url("https://www.crrow777radio.com/wp-content/uploads/2021/04/crrow777radio-banner.jpg");
}
.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.headerwrap .main-title {
  text-transform: uppercase;
  font-size: 3.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.main-title .thin {
  font-weight: 200;
  font-size: 0.5em;
  line-height: 0.1em;
}
@media only screen and (max-width: 768px) {
  .headerwrap .main-title {
    font-size: 3em;
  }
}
.headerwrap {
	width: 100% !important;
}
.read-more-btn {
	display: block;
    position: absolute;
    bottom: 45px;
    /* color: rgba(140,0,1,1) !important; */
    font-size: 15px;
    font-weight: bold;
    /* float: right; */
    right: 30px;
}
.bbpress .content-area {
	/* width: 100%; */
}
.post-type-archive-download .content-area {
	width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search {
	/* width: 92.3%; */
}
.pmpro_login_wrap input[type=text],.pmpro_login_wrap input[type=password],.pmpro_login_wrap input[type=submit] {
	width: 100%;
	max-width: 100% !important;
	padding: 5px;
	height: 50px;
}
@media (max-width: 768px) {
	.pmpro_login_wrap input[type=text],.pmpro_login_wrap input[type=password],.pmpro_login_wrap input[type=submit] {
		width: 100%  !important;
		max-width: 100% !important;
		padding: 5px;
		height: 50px;
	}

input, textarea,select {
width:100%;
padding: 10px;
}
.half-col-left {
width: 100% !important;
    float: none  !important;
margin-bottom:30px;
}
.half-col-right{
	width: 100%  !important;
	    float: none  !important;
margin-bottom:30px;
}
.captcha-input {
margin-top:30px;
margin-bottom:30px;
}

}
.main-navigation {
    clear: both;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}
.main-navigation li {
    float: left;
    position: relative;
    margin: 0;
    line-height: 45px;
}
.call-to-action-btn {
/* background: rgba(140,0,1,1) !important; */
}
.memeber-options-home {
	padding-top: 0px !important;
}
.elementor-pagination {
	margin-bottom: 20px;
}

.main-navigation ul li:hover > ul {
    left: auto;
    margin-top: 20px;
    min-width: 100%;
}
.main-navigation ul.sub-menu a {
	width: max-content;
}
.type-download .edd-add-to-cart.button {
	background: rgba(140,0,1,1) !important;
color: #FFF;
font-size: 18px;
font-weight: bold;
}
.single-download .red-black-liner-color {
    height: 6px !important;
}
.page-id-16 .red-black-liner-color {

    height: 6px !important;

}
.page-id-51 .red-black-liner-color {
	height: 6px !important;
}
.page-id-51 .masthead-banner {

    height: 240px;
}
.mp3-download-btn.free {
	display: none !important;
}

/*mobile menu start*/
#mobile-navigation ul {
    list-style: none;
    margin: 0;
}
#mobile-navigation ul li {
    border-top: none;
    border-bottom:#545454 solid 1px;
    margin: 0;
}
#mobile-navigation ul li:last-child {
    border-bottom: none;
}
#mobile-navigation ul li a {
    display: block;
    padding: 5px 35px 5px 15px;
    font-size: 16px;
    text-decoration: none !important;
    position: relative;
}
#mobile-navigation ul li .sub-menu {
    margin-left: 20px;
    display: none;
}
#mobile-navigation .sub-menu li {
    border: none;
}
#mobile-navigation  .menu-item-has-children > a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
#mobile-navigation .menu-item-has-children.active > a:after {
    content: '\f077';
}
#mobile-navigation .menu-item-has-children.active .sub-menu {
    display: block;
}
/*mobile menu end*/
/*homepage start*/
body.home {
    overflow-x: hidden;
}
.home .elementor-section-full_width {
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
/*homepage end*/
.elementor-element-96cc8ff.footer-widgets {
	padding-top: 30px !important;
}
/*mobile footer start*/
@media only screen and (max-width: 767px) {
    .footer-widget-content .elementor-widget-wrap > div {
        display: none;
    }
    .footer-widget-content .elementor-widget-wrap.active {
        margin-bottom: 20px;
    }
    .footer-widget-content .elementor-widget-wrap.active > div {
        display: block;
    }
    .footer-widget-content .elementor-widget-wrap > .elementor-widget-heading {
        display: block;
        padding-right: 20px;
        position: relative;
        margin: 0;
    }
    .footer-widget-content .elementor-widget-wrap > .elementor-widget-heading:after {
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .footer-widget-content .elementor-widget-wrap.active > .elementor-widget-heading:after {
        content: '\f068';
    }
    .footer-widget-content .elementor-widget-heading .elementor-heading-title {
        margin: 0;
    }
}
.post-type-archive-forum .red-black-liner-color {
    height: 6px !important;
}
.post-type-archive-download .red-black-liner-color {
	height: 6px !important;
}
.page-id-18 .red-black-liner-color {
	height: 6px !important;
}

.main-navigation .current-menu-item > a {
    color: #FF0000 !important;
}
/*mobile footer end*/

/* .pmpro-checkout.page-id-47 input[type=text], .pmpro-checkout.page-id-47 input[type=password], .pmpro-checkout.page-id-47 input[type=email], .pmpro-checkout.page-id-47 textarea, .pmpro-checkout.page-id-47 select {
width:100%;
padding: 10px;
max-width: 100%;
} */

.edd-submit.button.white {
    background: rgba(140,0,1,1) !important;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.edd-submit.button.white:hover {
	color: #FFF;
}
.pdp-post-buttons .btn_primary {
	padding: 15px !important;
}
.pmpro-checkout  form#pmpro_form {
    margin-top: 30px;
}
body.pmpro-checkout {
    background: #f7f7f7 !important;
}

.pmpro-checkout #pmpro_pricing_fields {
    width: 30%;
    float: right;
}
.pmpro-checkout #pmpro_account_loggedin {
    width: 68%;
    font-size: 15px;
}
.pmpro-checkout .pmpro_checkout {
    width: 68%;
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 20px;
}
.pmpro-checkout .pmpro_checkout hr {
    display: none;
}
form#pmpro_form .pmpro_checkout p, form#pmpro_form .pmpro_checkout div{
    font-size: 15px;
    line-height: initial;
}
.pmpro-checkout form#pmpro_form .pmpro_checkout h3 {
    margin: 0;
    border: none;
    background: none;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    padding: 0;
}
.pmpro-checkout form#pmpro_form .pmpro_checkout-fields {
    padding: 0;
}
.pmpro-checkout #pmpro_user_fields {
    padding: 20px 20px 10px;
}
.pmpro-checkout #pmpro_license {
    display: none !important;
}
.pmpro-checkout form#pmpro_form #pmpro_user_fields.pmpro_checkout .pmpro_checkout-fields, .pmpro-checkout form#pmpro_form #pmpro_billing_address_fields.pmpro_checkout .pmpro_checkout-fields  {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.pmpro-checkout form#pmpro_form #pmpro_payment_information_fields.pmpro_checkout .pmpro_checkout-fields {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    justify-content: space-between;
}
.pmpro-checkout .pmpro_checkout-field.pmpro_payment-expiration select{
    margin: 0;

}
.pmpro-checkout .pmpro_checkout-field.pmpro_payment-expiration select.ExpirationMonth {
    width: 30% !important;
    margin-right: 5px;
}
.pmpro-checkout .pmpro_checkout-field.pmpro_payment-expiration select.ExpirationYear {
    width: 64% !important;
    margin-left: 5px;
}
.pmpro-checkout form#pmpro_form .pmpro_checkout:not(#pmpro_pricing_fields) .pmpro_checkout-fields > div{
    width: 48%;
    position: relative;
}
.pmpro-checkout form#pmpro_form #pmpro_tos_fields.pmpro_checkout h2 {
    display: none !important;
}
.pmpro-checkout form#pmpro_form #pmpro_tos_fields.pmpro_checkout .pmpro_checkout-fields > div {
    width: 100%;
    margin: 0;
}
.pmpro-checkout form#pmpro_form #pmpro_tos_fields.pmpro_checkout .pmpro_checkout-fields label {
    display: flex;
    margin-top: 10px;
    align-items: center;
    margin: 0;
}
.pmpro-checkout form#pmpro_form #pmpro_tos_fields.pmpro_checkout .pmpro_checkout-fields label input{
    margin-right: 10px;
}
.pmpro-checkout form#pmpro_form .pmpro_checkout:not(#pmpro_pricing_fields) .pmpro_checkout-fields input:not([type=radio], [type=checkbox]), .pmpro-checkout form#pmpro_form .pmpro_checkout:not(#pmpro_pricing_fields) .pmpro_checkout-fields select{
    width: 100%;
    max-width: 100%;
    min-height: 33px;
    padding: 0 3px;
}
.pmpro-checkout form.pmpro_form label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.pmpro-checkout form.pmpro_form #pmpro_other_discount_code.input {
    max-width: 70%;
    width: 100%;
    min-height: 33px;
    padding: 0 3px;
}
.pmpro-checkout form.pmpro_form .pmpro_checkout-fields div:last-child {
    margin-bottom: 0;
}
.pmpro-checkout .pmpro_asterisk {
    display: none;
}
.pmpro-checkout form.pmpro_form  .pmpro_submit {
    margin: 0;
}


.pmpro-checkout #pmpro_user_fields .pmpro_checkout-fields label,
.pmpro-checkout #pmpro_billing_address_fields .pmpro_checkout-fields label {
    position: absolute;
    top: 9px;
    left: 10px;
    transition: 0.5s;
    pointer-events: none;
}
.pmpro-checkout #pmpro_user_fields .pmpro_checkout-fields input:focus~label,
.pmpro-checkout #pmpro_billing_address_fields .pmpro_checkout-fields input:focus~label {
    top: -9px;
    left: 4px;
    background: #fff;
    padding: 0 4px;
    font-size: 13px;
    font-weight: normal;
}
.pmpro-checkout #pmpro_user_fields .pmpro_checkout-fields input:not(:placeholder-shown) ~ label,
.pmpro-checkout #pmpro_user_fields .pmpro_checkout-fields input:-webkit-autofill ~ label,
.pmpro-checkout #pmpro_billing_address_fields .pmpro_checkout-fields input:not(:placeholder-shown) ~ label,
.pmpro-checkout #pmpro_billing_address_fields .pmpro_checkout-fields input:-webkit-autofill ~ label,
.pmpro-checkout #pmpro_billing_address_fields .pmpro_checkout-fields select ~ label {
    top: -9px;
    left: 4px;
    background: #fff;
    padding: 0 4px;
    font-size: 13px;
    font-weight: normal;
}




.pmpro-checkout form.pmpro_form #pmpro_processing_message {
    line-height: initial;
    margin-top: 0;
}
.pmpro-checkout form.pmpro_form  .pmpro_submit #pmpro_btn-submit {
    padding: 12px 25px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: initial;
}
.pmpro-checkout .pmpro_submit hr {
    display: none;
}
.pmpro-checkout #pmpro_payment_method {
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    padding-bottom: 0;
    display: inline-block;
}
.pmpro-checkout #pmpro_billing_address_fields {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pmpro-checkout #pmpro_payment_information_fields {
    margin-bottom: 0;
    border-radius: 0;
}
.pmpro-checkout #pmpro_tos_fields {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
}
.pmpro-checkout #pmpro_payment_method input {
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.pmpro-checkout #pmpro_payment_method a {
    display: inline-block;
}
.pmpro-checkout #pmpro_payment_method span.gateway_paypalexpress {
    margin-left: 0;
}
.pmpro-checkout #pmpro_payment_method .gateway_braintree a {
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px 8px 45px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    opacity: 0.5;
    margin-left: -5px;
}
.pmpro-checkout #pmpro_payment_method .gateway_braintree a:before {
    content: '\f09d';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    margin-left: -3px;
}
.pmpro-checkout #pmpro_payment_method  .gateway_paypalexpress a {
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px 8px 45px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    opacity: 0.5;
    margin-left: -5px;
}
.pmpro-checkout #pmpro_payment_method .gateway_paypalexpress a:before {
    content: '\f1ed';
    font-family: 'Font Awesome 5 Brands';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
}
.pmpro-checkout #pmpro_payment_method input[type="radio"]:checked + a {
    opacity: 1;
}
@media only screen and (min-width: 64.063em) {
    .large-20 {
        width: 20%;
    }
}


.main-navigation.row {
	max-width: 70em;
}
#masthead .row {
	max-width: 70em;
}
.masthead  .post_author_avatar {
	visibility: hidden !important;
}


@media only screen and (min-width: 768px) {
    .main-navigation ul.sub-menu a {
        width: auto;
    }
    .main-navigation ul.sub-menu {
        width: max-content;
    }
    .main-navigation ul.sub-menu li {
        float: none;
    }
}
@media only screen and (max-width: 1023px) {
    .pmpro-checkout #pmpro_account_loggedin {
        width: 100%;
    }
    .pmpro-checkout  form#pmpro_form {
        padding: 0 15px;
    }
    .pmpro-checkout #pmpro_pricing_fields {
        width: 100%;
        float: none;
    }
    .pmpro-checkout form.pmpro_form input[type=radio], .pmpro-checkout form.pmpro_form input[type=checkbox] {
        width: auto;
    }
    .pmpro-checkout form.pmpro_form #other_discount_code_button {
        width: auto;
    }
    .pmpro-checkout .pmpro_checkout, .pmpro-checkout form#pmpro_form .pmpro_checkout:not(#pmpro_pricing_fields) .pmpro_checkout-fields > div {
        width: 100%;
    }
    .pmpro-checkout form#pmpro_form .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
        line-height: 1.3;
    }
    .pmpro-checkout form#pmpro_form #pmpro_payment_information_fields.pmpro_checkout .pmpro_checkout-fields {
        width: 100%;
    }
    .pmpro-checkout form#pmpro_form #pmpro_paypalexpress_checkout input[type=image] {
        padding: 0;
        width: auto;
    }
}