/* Mobile Styling: Min-width sizes 

https://ricostacruz.com/til/css-media-query-breakpoints

Mobile portrait:	0px 
Mobile landscape:	480px
					-or 
					576px 	
Tablet portrait: 	768px 
Tablet landscape: 	992px 
Laptops +:			1200px  

*/


/* ------------------------ */
/* -- All Device Styling -- */
/* ------------------------ */


/* Image styling to inherit WP editor indication */
.alignright {float:right !important; margin:0 0 1em 1em !important}
.alignleft {float:left !important; margin:0 1em 1em 0 !important}
.aligncenter {display: block !important; margin-left: auto !important; margin-right: auto !important}
a .alignright {float:right !important; margin:0 0 1em 1em !important}
a .alignleft {float:left !important; margin:0 1em 1em 0 !important}
a .aligncenter {display: block !important; margin-left: auto !important; margin-right: auto !important}


	


/* -----------------------------------------Mobile | 0 px--------------------------------------------------- */


/* ----------------------- */
/* -- Base Level Styles -- */
/* ----------------------- */

.widget { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

.page-wrap { 
 	padding: 2rem .5rem 0rem .5rem;  	
}

/* General link colors */
a {
	color: #0072B2;
}
a:hover {
	color: #D55E00;
}

/* Style the footer */
footer {
    position: absolute;
    width: 100%;
}

.footer.card-body {
	padding: 1.75rem .75rem;
	/*padding: 1.25rem;*/
}

.footer.card-body > h6 { 
	padding-right: .5rem; 
	padding-left: .25rem;
	font-size: .8rem;
}

footer > .card.mb-4 {
	margin-top: 2rem;
	margin-bottom: 0rem !important;
	background-color: #f9f9f9;
}

.grecaptcha-badge {
	z-index: 9999;
}


/* ---------- */
/* Front page */
/* ---------- */

.front-page.card {
	margin-bottom: 2rem !important;
}

.front-page.d-flex { 
	flex-direction: column;
	background-color: #f9f9f9;
	border: 1px solid #707070;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #d7dbdb;
 }

.front-page.col-lg-9 > h3 { 
	text-align: center;
	font-size: 1.5rem; 
	font-family: Roboto Slab;
	font-weight: 300;
	margin-bottom: -.5rem;
 }


.front-page-title > h2 a { 
	color: #000 !important;
	font-size: 1.6rem; 
	font-weight: 300;
	font-family: Roboto Slab;
}

.front-page-title {
	margin-top: -.2rem;
}

.front-page-card-content.row {
    margin: .5rem 0rem .5rem 0rem;
}	

.front-page-card-content > .col-lg-4 {
	margin-right: 0rem; 
}

.front-page-card-content > .col-lg-8 {
	margin-left: -.8rem; 
	margin-top: 1rem;
}

.front-page-card-content img { 
    border-style: solid;
    border-width: 0.05rem;
    border-color: #000;
    padding: 0rem;
    width: 70%;
    display: block;
    margin: 0 auto !important;
}

.author-name-front > p {
	color: #323232;
	font-style: italic;
}

.front-page-card-content > .col-lg-8 > a {
	font-size: .9rem;
}

.front-page.card hr {
	margin-top: .3rem;
    margin-bottom: 1.2rem;
    margin-left: 0;
    border-top: .1px solid #707070;
    width: 93%;
}

/* Side Panel */
.front-page-info {
	display: none;
}


/* ------------- */
/* -- Archive -- */
/* ------------- */

.archive.card {
	margin-bottom: 1rem !important;
}

.archive.d-flex { 
	flex-direction: row; 
	background-color: #fff;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #d7dbdb;
 }

.archive.col-lg-8 > h3 { 
	text-align: center;
	font-size: 1.25rem; 
	font-family: Roboto Slab;
	font-weight: 300;
	margin-bottom: -.5rem;
	}

.archive-title > h4 > a { 
	color: #000 !important;
	font-size: 1.4rem; 
	font-weight: 300;
	font-family: Roboto Slab;
}	

.archive-card-content > .col-lg-3 {
	margin-right: -0rem; 
}

.archive-card-content > .col-lg-9 {
	margin-left: -0rem; 
	margin-top: 1rem;
}

.archive-card-content img { 
    border-style: solid;
    border-width: 0.05rem;
    border-color: #000;
    padding: 0rem;
    display: flex;
    margin: 0rem !important;
    width: 100%;
    height: 100%;
}

.author-name-archive > p {
	color: #323232;
	font-style: italic;
	margin-bottom: .4rem;
}

.archive-card-content > .col-lg-9 > a {
	font-size: .9rem;
}

.archive.card hr {
	margin-top: .3rem;
    margin-bottom: 1.2rem;
    margin-left: 0;
    border-top: .1px solid #707070;
    width: 93%;
}

/* Specifc to Archive page */
.archive.card-body {
	padding:  1rem 1rem 1.25rem 1.5rem;
	border: 1px solid #cccccc;
}

/* Author Archive  */
.archive.author-side-panel > .col.top {
	display: none;
}

/*.archive.author-side-panel.d-flex {
	flex-direction: row; 
	background-color: #fff;
	border: none;
	box-shadow: none;
}

.archive.author-side-panel:hover {
	transform: translate3d(0, 0px, 0);
}

.archive.author-side-panel.d-flex:hover {
	box-shadow: none;
}

.archive.author-side-panel > .col.top {
	border: 1.5px solid;
	padding: 2rem;
	margin: 0rem 0rem 0rem 0rem;
	background-color: #f7f7f7;
}*/

/*.archive.author-side-panel > .col.bottom {
	display: flex;
	border: 1.5px solid;
	padding: 1rem;
	margin: 0rem 0rem 0rem 0rem;
	background-color: #f7f7f7;
}*/

/*.archive.author-side-panel > .col.bottom > .col {
	display: grid;
	align-items: center;
	justify-content: left; 
}*/

.archive.author-side-panel > .col.top > .row {
	justify-content: center;
}

.archive.author-side-panel > .col.top > .row > img {
	border: 1px solid;
	margin-bottom: 1rem;
}

.archive.author-side-panel > .col.top h3 {
	font-family: Roboto Slab;
}


/* Non-Author Archive */
.archive.non-author-side-panel.d-flex {
	box-shadow: none;
}

.archive.non-author-side-panel > .col {
	margin: 1rem 0 1rem 0;
}



/* -------------------- */
/* Single Post Styling  */
/* -------------------- */

.post-picture.col {
	text-align: center;
}

.post-picture > img { 
	width: 100%;
	height: auto;
}

.post-content.row {
	display: block;
}

.col-lg-8.my-auto > h1 { 
	font-size: 2rem;
	font-family: Roboto Slab; 
	font-weight: 300;
}

.post-content > p { 
	font-family: crimson text;
	font-size: 1.2rem; 
	margin-bottom: 1.4rem; 
}

.post-content > h4, h5 { 
	font-family: crimson text;
}

.post-content h2 {
	font-size: 1.5rem !important; 
	/*font-size: 1.875rem !important; */
}  

.post-content h3 {
	font-family: crimson text;
	font-size: 1rem !important;
	/*font-size: 1.640625rem !important; */
	
} 



/* Specifically styling max-width for mobile to keep p > img width at 100% (inside row) */
@media only screen and (max-width: 767px) {
	.post-content > p > img {
			width: 100%;
	    	height: 100%;	
		}	
}

.post-content > blockquote {
	font-family: crimson text;
	font-size: 1.2rem;
	margin: 0 0 30px 0; 
	background-color: #fafafa;
    padding: 1.5rem;
    border: .02rem solid #e7e7e7;
}

.post-content > blockquote > h5 {
	font-family: math;
	font-style: normal;
	font-size: 1.35rem; 
	line-height: 2rem;
}

.post-content > ul > li {
	font-size: 1.2rem; 
	font-family: crimson text;
}

.post-content > ul {
	margin-left: .1rem;
}


.post-content > h5 > i {
	font-size: 1.3rem; 
	font-family: math;
}

.post-content > h5 {
	margin-bottom: 2rem;
}

.single-post.row { 
	margin-right: 0px;
    margin-left: 0px;
 }

.col-lg-8.my-auto > p { 
    font-size: 1.8rem;
}

/* Twitter embeded tweet formatting */
.twitter-tweet.twitter-tweet-rendered {
	margin-top: 0px !important;
    margin-bottom: 50px !important;
}

/* Style <pre><code> snippets */
.post-content > pre {
	/*margin-left: 10px;*/
	padding: 8px;
    background-color: #f8f8f8;
    border-radius: .25rem;
    border: 1px solid #d7d7d7;
}

/* General table styling - Posts */
.post-content > table {
	display: block;
	overflow-y: scroll;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	/*word-break: break-all;*/
	margin-bottom: 30px; 
}

/*.post-content tr:hover {
	background-color: #eebe99;
} */

.post-content > table > tbody > tr > td, .post-content > table > thead > tr > th {
	font-size: .745rem;
	border: .1rem solid #272727;
	padding-top: 6px; 
	padding-bottom: 6px; 
	padding-left: 5px; 
	padding-right: 5px; 
	/*text-align: left;*/
}

.post-content > table > thead > tr > th {
	background-color: #0072B2; 
	color: white;
	white-space: nowrap;
}

/* Author box styling */
.post-content .saboxplugin-wrap {
	margin-top: 4rem;
	border: 1px solid #d7d7d7;
	border-radius: .25rem;
}

.saboxplugin-gravatar {
	display: none !important;
}


/* ----------- */
/* -- Pages -- */
/* ----------- */

.page-content.container {
	max-width: 800px;
	/*margin-left: .5rem;
	margin-right: -.5rem; */
	}

.page-content.col-lg-9 { 
	background-color: #f9f9f9; 
	padding: 1.5rem; 
	border-width: 1px; 
	border-style: solid;
 }

.page-content > h3 {
	font-size: 2rem; 
}

.page-content > p {
	font-size: 1rem; 
	word-break: break-word;
}

.page-content > p > u > span {
	font-size: 1.4rem !important; 
}

.page-content > ul > li {
	font-size: 1rem;
}

/* Change <hr> line styling */
.page-content hr {
    margin-top: 2rem;
	margin-bottom: 2rem;
	border-color: #707070;
}

/* General table styling - Pages */
table {
	width: 100%;
}

.page-content > table > tbody > tr > td, .page-content > table > thead > tr > th {
	font-size: .7rem;
	border: .1rem solid #272727;
	padding-top: 6px; 
	padding-bottom: 6px; 
	padding-left: 5px; 
	padding-right: 5px; 
	text-align: left;
}

.page-content > table > thead > tr > th {
	background-color: #0072B2; 
	color: white;
	white-space: nowrap;
}

/* Pmpro page styling for tables */
.page-content > table#pmpro_levels_table > tbody > tr > td, .page-content > table#pmpro_levels_table > thead > tr > th {
	border: inherit;
	padding-top: inherit; 
	padding-bottom: inherit; 
	padding-left: inherit; 
	padding-right: inherit; 
	text-align: inherit;
}

.page-content > table#pmpro_levels_table > thead > tr > th {
	background-color: inherit; 
	color: inherit;
	white-space: nowrap;
}

/* Glossary custom post styling */
.page-content > .saboxplugin-wrap {
	display: none;
}

/* Glossary Styling */
.page-145 table > tbody > tr > td {
	font-size: .75rem !important;
}

/* Contact Us */
.page-328 h1 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}


/* Specifically styling max-width for mobile to keep p > img width at 100% (inside row) */
@media only screen and (max-width: 767px) {
	.page-content.col-lg-9 img {
			width: 100%;
	    	height: 100%;	
		}	
}



/* Terms of Use */
.page-935 .page-content.col-lg-9 > h1 {
	text-align: center; 
	/*margin-bottom: 2rem; */
	font-variant: small-caps; 
}

.page-935 ul.tou_content > li {
	font-variant: small-caps;
	font-size:  1.2rem;
}

.page-935 h3 {
	font-variant: small-caps;
}

.page-935 ul.tou_prohibited > li {
	margin: 0 0 1rem .5rem;
	padding: 0 1rem 0 1rem;
}


/* Privacy Policy  */
.page-3 h1 {
	display: none; 
}

.page-3 h2.priv-pol-title {
	text-align: center; 
	/*margin-bottom: 2rem; */
	font-variant: small-caps;
	/*font-size: 2.34375rem;*/
}

.page-3 h3 {
	font-variant: small-caps; 
	/*margin-top: 1.5rem; */
}

.page-3 p.priv-pol-contents {
	font-variant: small-caps; 
	font-size: 1.2rem;
}




/* -------------------- */
/* -- Navbar Updates -- */
/* -------------------- */

/* Change navbar height/padding */
.navbar { 
	padding: .25rem;
	font-size: 13px; 
}

span.navbar-brand {
    padding-top: .33rem;
    padding-bottom: .33rem;
}

span.navbar-brand > a {
	text-decoration: none;
	color: white;
}

span.navbar-brand > a > img { 
	width: 25px;
	margin-left: .67rem;
    margin-right: -.01rem;
    vertical-align: sub;
}

span.navbar-toggler-icon { 
 	width: 1.75rem; 
 	height: 1.75rem;
 	background-color: #333; 
}

button.navbar-toggler { 
	padding: .25rem .75rem;
    margin-right: .05rem;
    margin-top: .05rem;
    font-size: 1.17188rem;
    line-height: 1;
    background-color: #0000;
    border: 1px solid #0000;
    border-radius: 0;
}

nav.navbar > button { 
	background-color: #333 !important; 
 } 

/* Dropdown items */
.navbar-collapse { 
	font-size: 13px;
}

ul.navbar-nav {
    margin-top: 5px;
    margin-bottom: 4.5px;
}

/* Dropwdown headers spacing */
a.nav-link { 
	display: block;
    padding-top: .48rem;
    padding-right: .5rem !important;
    padding-bottom: .465rem;
    padding-left: .96rem !important;
}

.dropdown-menu.show {
	padding: .25rem 0rem .25rem;
	box-shadow: 0 10px 27px rgb(0 0 0 / 25%);
}

.dropdown-toggle::after { 
	margin-left: .5em;
    vertical-align: .25rem;
}

.bg-dark .dropdown-menu .dropdown-item.active, .bg-dark .dropdown-menu .dropdown-item:focus, .bg-dark .dropdown-menu .dropdown-item:hover {
	color: rgba(255,255,255,.7);
}

.dropdown-item { 
    padding-top: .67rem;
    padding-bottom: .67rem;
    padding-left: 1.53rem;
    font-size: 13px;
    font-weight: 300;
 }





/* ----------------- */
/* Comments Sections */
/* ----------------- */

h4.comment-title { 
	font-size: 1.5rem;
 }

.comments-area { 
	border-top: .5rem solid #323232; 
	margin-top: .5rem;
	border-width: 1px;
 }

.comments-area > ol.comment-list {
	padding-left: 0rem;
}

/* Change comment children left padding? */
.comment-list ul.children {
	padding-left: .9rem;
}

/* Size of main reply/comment text */
.comment-content { 
	font-size: .9rem;
 }

.comment-details.clr > .comment-content.entry.clr {
	margin-top: .3rem;
}

/* Change username link color */
b.fn a { 
	color: #323232 !important;
	font-size: 0.95rem;
}

a.comment-reply-link { 
	font-size: .8rem;
	padding: 1px 3px 1px 3px;
}

a.comment-reply-login { 
	display: none;
}


/* Change datetime color */ 
time { 
	color: #000000 !important;
	font-size: .75rem;
	font-style: italic;
	margin-left: 5px;
	/*float: inherit;*/
 }

/* Remove "says" in poster name? */
.says{display: none;}


/* Padding between comment list */
ol li {
	list-style-type: none; 
	margin: 0;
	padding: 5px 2px 0px 0px;
}

/* New callback comments */
.comment-details.clr { 
	background-color: #fcfcfc;
 	border-width: 0.001rem; 
 	border-style: solid;
 	border-color: #d5d5d5;
 	box-shadow: 1px 1px 1px rgb(0 0 0 / 1%), 1px 1px 1px #d7dbdb;
 	padding: .6rem;

 }

/* Username style in comments */
cite.fn { 
	font-style: normal;
	font-weight: bold;
	font-size: .85rem;
 }

/* Change size of comment area */
.comment-form-comment textarea{
 	height: 150px;   
 	width: 500px;
}

div#respond.comment-respond > h3 { 
	margin-top: 10px;
}

h3#reply-title.comment-reply-title { 
	font-size: 1.5rem; 
}

p.logged-in-as > a { 
	font-size: 1rem;
}

p.must-log-in { 
	font-size: 1.5rem;
}

p.comment-form-comment > label { 
	display: block;
	font-size: 1.5rem;
}

a#cancel-comment-reply-link { 
	font-size: 1rem; 
}

/* Comment box  */
.comment-form-comment textarea{
 	height: 150px;   
 	width: 100%;
 	font-size: 1rem; 
}


/* Post comment button */
p.form-submit > input#submit.submit { 
	font-size: 1rem;
    height: 2.5rem;
    width: 9rem;
}

p.form-submit { 
	margin-bottom: 5px;
}

/* Remove edit timer */
.sce-edit-button > span.sce-seperator {
	display: none;
}

.sce-edit-button > span.sce-timer {
	display: none;
}

/* Style post author comments */
.comments-area .bypostauthor > div > header > cite {
	color: #0072B2;
}

.comments-area .bypostauthor > .comment-details.clr {
	/*border: .01rem solid;*/
}

/* Comment number on frontpage */
.comment-icon-number {
	margin-top: .75rem;
}

.comment-icon-number > p {
	margin-bottom: 0rem;
}



/* ----------- */
/* Pmpro Pages */
/* ----------- */

#pmpro_form h3 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	font-size: 2rem;
}

#pmpro_form p {
	font-size: 1.1rem;
}

.pmpro_message {
	font-size: 25px;
}

/* Button styling */
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
	background-color: #0072B2;
	opacity: 0.9;
	color: #fff;
}	



/* ---------------- */
/* -- Login Page -- */
/* ---------------- */

.Log.In .col-lg-9, .Welcome .col-lg-9 {
	flex: 0 0 100%;
	max-width: 100%;
}

.Log.In .join-now > h2, .Welcome .join-now > h2 {
	font-size: 2.25rem;
}


.Log.In .join-now.login-col a, .Welcome .join-now.login-col a { 
	font-size: 1rem;
}

.Log.In .join-now.subscribe-col a, .Welcome .join-now.subscribe-col a { 
	font-size: .9rem;
	border-radius: 0.5rem;
}

/* Style membership level button in become a subscriber column */
.Log.In table#pmpro_levels_table.pmpro_table.pmpro_checkout, .Welcome table#pmpro_levels_table.pmpro_table.pmpro_checkout {
/*	font-size: 1rem;*/
}

/* Add border below h2 titles */
.Log.In h2, .Welcome h2 {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: .5rem;
}

/* Style subscription select buttons */
.Log.In .join-now.subscribe-col a:hover, .Welcome .join-now.subscribe-col a:hover {
	/* No Hover*/
}

/* Style subscription description box */
.Log.In .subscribe-col-description, .Welcome .subscribe-col-description {
	border: 1px solid #707070;
    padding: 1rem 1rem 0rem 1rem;
    background-color: #fff;
}

/* Add separting border to login/subscribe page */
.subscribe-col {
	/* Not used on mobile */
}

/* Add padding to right side of login-col div */
.login-col {
	/* Not used for mobile */
}

.home-redirect {
	/*font-size: .9375rem;*/
}

/* Remove 'Login' from Login page */
.Log.In .entry-title, .Welcome .entry-title {
	display: none;
}

/* Remove 'Login' page name */
.Log.In h1, .Welcome h1 {
	display: none;
}


/* - New CSS for PmPro 3.1 Changes - */


/* Change color of Login button */
.Log.In .login-col .login-submit > .button-primary {
	background-color: #0072B2 !important;
}

.Log.In .login-col .login-submit > .button-primary:hover {
	background-color: #fff !important;
	color: #0072B2 !important;
}


/* Remove hover from Login page */
.Log.In .subscribe-col tr:hover {
	background-color: transparent;
}

/* Style Subscriber column */
.Log.In .subscribe-col > .pmpro_table > tbody > tr > td > a {
	font-size: 1.1rem;
	margin: 1.7rem 2.1rem 1rem 2.1rem;
}

.Log.In .subscribe-col .btn-primary {
	background-color: #0072B2;
	font-weight: 400;
	width: 100%;
	margin: 2rem 0rem 1rem 0rem;
	padding: 0.7rem;
}

.Log.In .subscribe-col .btn-primary:hover {
	background-color: #fff;
	color: #0072B2;
}


/* Remove grid display for Subscription Options button */
.Log.In .subscribe-col > .pmpro_table > tbody > tr > td {
	display: flex;
}






/* ---------------------------- */
/* -- Custom Sub Levels Page -- */
/* ---------------------------- */

.Subscribe h1 {
	display: none;
}

.Subscribe .card {
	display: flex;
	height: 100%;
	margin: 0 0 1rem 0;
	background-color: #f7f7f7;
	border: 1px solid #707070;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #d7dbdb;
}

.Subscribe .card-body {
	flex: none;
}

.Subscribe .card hr {
	border-color: black;
	width: 80%;
	align-self: center;
	margin: 0 0 0 0;

}

.Subscribe .card ul {
	margin: 0rem 0rem 0rem 0rem;
}

.Subscribe .d-flex li {
	font-family: crimson text;
	font-size: 1.1rem;
	margin:  0rem 1rem 0.5rem 1rem;
}

.Subscribe .card-body ul > li {
	margin: 0rem 0rem 0rem -1.2rem;
}

.Subscribe h2.card-body {
	font-family:  Roboto Slab;
	margin: 0rem 0rem 0rem 0rem;
	text-align: center;
}

.Subscribe .btn.standard-buttons {
	padding: 0;
}

.Subscribe .btn.pro-buttons {
	padding: 0;
}

.Subscribe .btn.btn-primary {
	margin-bottom: 0.5rem;
	background-color: #0072B2;
	opacity: 0.9;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
}

.Subscribe .btn.btn-primary:hover {
	color: #0072B2;
	border: 1px solid #0072B2;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #b7b7b7;
}


/* Subscription Options table */
.Subscribe table {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	min-width: 260px; 
	margin-top: 1rem;
	margin-bottom: 30px;
	margin-left: 0; 
	margin-right: 0;
}


.Subscribe table > tbody > tr > td, .Subscribe table > thead > tr > th {
	font-size: 1rem;
	padding-top: 6px; 
	padding-bottom: 6px; 
	padding-left: 5px; 
	padding-right: 5px; 
}

.Subscribe table > thead > tr > th {
	background-color: #f2f7fb;
	white-space: nowrap;
	font-family: Roboto Slab;
	font-size: 1rem;
}

.Subscribe table tr:nth-child(odd) td{
	background-color: white;

}

.Subscribe table tr:nth-child(even) td{
	background-color: #f2f7fb;    	
}

.Subscribe table td, .Subscribe table th {
		border: 0.09rem solid #d7d7d7; 
}

.Subscribe table td > i {
	color: #e18e4c;
}

.Subscribe th.table-features-col {
	width: 30%;
}






/* ----------------------- */
/* -- Membership Levels -- */
/* ----------------------- */

/* Page is no longer used */




/* ------------------------ */
/* -- Membership Account -- */
/* ------------------------ */

/* Remove Membership Account Title */ 
.Membership.Account h1 {
	display: none;
}

.Membership.Account .pmpro_card_title img {
	display: none;
}

.Membership.Account .pmpro_card {
	border-color: gray;
}



/* ------------------ */
/* -- Your Profile -- */
/* ------------------ */

/* Style h1 title */
.Your.Profile h1 {
	border-bottom: 1px solid #707070;
	width: 80%;
	margin-bottom: 2rem;
}

.Your.Profile .pmpro_card {
	border-color: gray;
}



/* ---------------------- */
/* -- Checkout Styling -- */
/* ---------------------- */

.Membership.Checkout #pmpro_payment_information_fields > div {
	display: block !important;
	width: 100%;
}

.Membership.Checkout .pmpro_card {
	border-color: gray;
}




/* ------------------------ */
/* -- Membership Billing -- */
/* ------------------------ */

/* No custom styling at this time */


/* ------------------------ */
/* -- Membership Invoice -- */
/* ------------------------ */

/* No custom styling at this time */






/* -----------------------------------------Tablet/Laptop | 1200 px-------------------------------------------------- */


@media only screen and (min-width: 1200px) {

	/* ----------------------- */
	/* -- Base Level Styles -- */
	/* ----------------------- */

	.widget { 
		list-style-type: none; 
		margin: 0;
		padding: 0;
	}

	.page-wrap { 
	 	padding: 2rem 0rem 0rem 0rem;  	
	}

	/* General link colors */
	a {
	color: #0072B2;
	}
	a:hover {
		color: #D55E00;
	}

	/* Style the footer */
	footer {
	    position: absolute;
	    width: 100%;
	}

	.footer.card-body {
		/*padding: .75rem;*/
		padding: 1.25rem 1.25rem;
	}

	.footer.card-body > h6 {
		padding-right: 1rem; 
		padding-left: .5rem;
		font-size: .9375rem;
	}

	footer > .card.mb-4 {
		margin-top: 3rem;
		margin-bottom: 0rem !important;
		background-color: #f9f9f9;
	}



	/* ---------- */
	/* Front page */
	/* ---------- */

	.front-page.card {
		margin-bottom: 2rem !important;
	}

	.front-page.d-flex { 
		flex-direction: row; 
		background-color: #f7f7f7;
    	border: 1px solid #707070;
		box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #d7dbdb;
	 }

	/* Front page card link hover */
	.front-page.card:hover {
		transform: translate3d(0, -1px, 0);
	}

	.front-page.d-flex:hover {
		box-shadow: 10px 10px 10px rgb(0 0 0 / 8%), 1px 1px 6px #d7dbdb;
	}

	.front-page.col-lg-9 > h3 { 
		text-align: center;
		font-size: 1.25rem; 
		font-family: Roboto Slab;
		font-weight: 300;
		margin-bottom: -.5rem;
 	}

	.front-page-title > h2 > a { 
		color: #000 !important;
		font-size: 1.6rem; 
		font-weight: 300;
		font-family: Roboto Slab;
	}

	.front-page-title {
		margin-top: -.2rem;
	}

	.front-page-title > h2 a:hover { 
		color: #D55E00 !important;
	}

	.front-page-card-content.row {
	    margin: .5rem 0rem .5rem 0rem;
	}	

	.front-page-card-content > .col-lg-4 {
		margin-right: -0rem; 
	}

	.front-page-card-content > .col-lg-8 {
		margin-left: -1rem; 
		margin-top: 0rem;
	}

	.front-page-card-content img { 
	    border-style: solid;
	    border-width: 0.05rem;
	    border-color: #000;
	    padding: 0rem;
	    display: flex;
	    margin: 0rem !important;
	    width: 90%;
	}

	.author-name-front > p {
		color: #323232;
		font-style: italic;
		margin-bottom: .4rem;
	}

	.front-page-card-content > .col-lg-8 > a {
		font-size: .9rem;
	}

	.front-page.card hr {
		margin-top: .3rem;
	    margin-bottom: 1.2rem;
	    margin-left: 0;
	    border-top: .1px solid #707070;
	    width: 93%;
	}

	/* Side Panel */
	.front-page-info {
		display: block;
		font-family: Roboto Slab;
	}

	/* Front Page Prviacy Policy Notice */
	.priv-pol-notice button:hover {
		background-color: #fff !important;
		color: #0072B2 !important; 
	}


	/* ------------- */
	/* -- Archive -- */
	/* ------------- */

	.archive.card {
		margin-bottom: 1rem !important;
	}

	.archive.d-flex { 
		flex-direction: row; 
		background-color: #fff;
		box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #d7dbdb;
	 }

	 .archive

	/* Front page card link hover */
	.archive.card:hover {
		transform: translate3d(0, -1px, 0);
	}

	.archive.d-flex:hover {
		box-shadow: 10px 10px 10px rgb(0 0 0 / 8%), 1px 1px 6px #d7dbdb;
	}

	.archive.col-lg-8 > h3 { 
		text-align: center;
		font-size: 1.25rem; 
		font-family: Roboto Slab;
		font-weight: 300;
		margin-bottom: -.5rem;
 	}

	.archive-title > h4 > a { 
		color: #000 !important;
		font-size: 1.4rem; 
		font-weight: 300;
		font-family: Roboto Slab;
	}	

	.archive-card-content > .col-lg-3 {
		margin-right: -0rem; 
	}

	.archive-card-content > .col-lg-9 {
		margin-left: -0rem; 
		margin-top: 0rem;
	}

	.archive-card-content img { 
	    border-style: solid;
	    border-width: 0.05rem;
	    border-color: #000;
	    padding: 0rem;
	    display: flex;
	    margin: 0rem !important;
	    width: 100%;
	    height: 100%;
	}

	.author-name-archive > p {
		color: #323232;
		font-style: italic;
		margin-bottom: .4rem;
	}

	.archive-card-content > .col-lg-8 > a {
		font-size: .9rem;
	}

	.archive.card hr {
		margin-top: .3rem;
	    margin-bottom: 1.2rem;
	    margin-left: 0;
	    border-top: .1px solid #707070;
	    width: 93%;
	}

	/* Specifc to Archive page */
	.archive.card-body {
		padding:  1rem 1rem 1.25rem 1.5rem;
		border: 1px solid #cccccc;
	}

	/* Author Archive  */
	.archive.author-side-panel.d-flex {
		flex-direction: row; 
		background-color: #fff;
    	border: none;
		box-shadow: none;
	}

	.archive.author-side-panel:hover {
		transform: translate3d(0, 0px, 0);
	}

	.archive.author-side-panel.d-flex:hover {
		box-shadow: none;
	}

	.archive.author-side-panel > .col.top {
		display: block;
		border: 1.5px solid;
		padding: 2rem;
		margin: 0rem 0rem 0rem 0rem;
		background-color: #f7f7f7;
	}

/*	.archive.author-side-panel > .col.bottom {
		display: flex;
		border: 1.5px solid;
		padding: 1rem;
		margin: 0rem 0rem 0rem 0rem;
		background-color: #f7f7f7;
	}*/

/*	.archive.author-side-panel > .col.bottom > .col {
		display: grid;
		align-items: center;
		justify-content: left; 
	}*/

	.archive.author-side-panel > .col.top > .row {
		justify-content: center;
	}

	.archive.author-side-panel > .col.top > .row > img {
		border: 1px solid;
		margin-bottom: 1rem;
	}

	.archive.author-side-panel > .col.top h3 {
		font-family: Roboto Slab;
	}


	/* Non-Author Archive */
	.archive.non-author-side-panel.d-flex {
		box-shadow: none;
	}

	.archive.non-author-side-panel > .col {
		margin: 1rem 0 1rem 0;
	}




	/* -------------------- */
	/* Single Post Styling  */
	/* -------------------- */

	.post-picture.col {
		text-align: center;
	}

	.post-picture > img { 
		width: 90%;
		height: auto;
	}

	.post-content.row {
		display: block;
	}

	.col-lg-8.my-auto > h1 { 
		font-size: 2.34375rem;
		font-family: Roboto Slab; 
		font-weight: 300;
	}

 	.post-content > p { 
		font-family: crimson text;
		font-size: 20px;
		margin-bottom: 30px; 
 	}

 	/*.post-content > p > h2, h3, h4, h5 { 
		font-family: crimson text;
	}*/

	.post-content h2 {
		/*font-size: 1rem !important; */
		font-size: 1.875rem !important; 
	}  

	.post-content h3 {
		font-family: crimson text;
		/*font-size: 1rem !important;*/
		font-size: 1.640625rem !important; 
		
	} 

 	.post-content > p > img {
		/*width: 100%;
	    height: 100%;*/
	}

 	.post-content > blockquote {
 		font-family: crimson text;
		font-size: 1.4rem;
		margin: 0 0 30px 0; 
		background-color: #f7f7f7;
	    padding: 1.5rem;
	    border: .02rem solid #e7e7e7;
	}

	.post-content > blockquote > h5 {
		font-family: math;
		font-size: 20px;
		line-height: 1.9rem;
	}

	.post-content > ul > li {
		font-size: 20px; 
		font-family: crimson text;
	}

	.post-content > ul {
		margin-left: 8px;
		margin-bottom: 30px;
		margin-top: -20px; 

	}

	.post-content > h5 > i {
		font-size: 18px;
		font-family: math;
	}

	.post-content > h5 {
		margin-bottom: 1rem;
	}

 	.single-post.row { 
		margin-right: -15px;
	    margin-left: -15px;
	}

	.col-lg-8.my-auto > p { 
    font-size: .9375rem;
    /*font-size: 2rem;*/
	}

	/*img.post-picture { 
		width: 75%;
	}*/

	/* Twitter embeded tweet formatting */
	.twitter-tweet.twitter-tweet-rendered {
		margin-top: 0px !important;
	    margin-bottom: 30px !important;
	}

	/* Style <pre><code> snippets */
	.post-content > pre {
		margin-left: 15px;
		padding: 15px;
	    background-color: #f8f8f8;
	    border-radius: .25rem;
	    border: 1px solid #d7d7d7;
	}

	/* General table styling - Posts */
	.post-content > table {
		display: table;
		table-layout: auto;
		border-collapse: collapse;
		text-align: center;
		width: 0%;
		min-width: 260px; 
		/*word-break: break-all;*/
		margin-bottom: 30px;
		margin-left: auto !important; 
		margin-right: auto !important;
	}

	.post-content tr:hover {
		background-color: #ebebeb;
	} 

	.post-content > table > tbody > tr > td, .post-content > table > thead > tr > th {
		font-size: .77rem;
		border: .1rem solid #272727;
		padding-top: 6px; 
		padding-bottom: 6px; 
		padding-left: 5px; 
		padding-right: 5px; 
		/*text-align: left;*/
	}

	.post-content > table > thead > tr > th {
		background-color: #0072B2; 
		color: white;
		white-space: nowrap;
	}

	/* Author box styling */
	.post-content .saboxplugin-wrap {
		margin-top: 4rem;
		border: 1px solid #d7d7d7;
		border-radius: .25rem;
	}

	.saboxplugin-gravatar {
		display: none;
	}



	/* ----------- */
	/* -- Pages -- */
	/* ----------- */

	.page-content.container {
		max-width: 1140px;
		/*margin-left: auto;
		margin-right: auto; */
	}

	.page-content.col-lg-9 { 
		background-color: #f9f9f9; 
		padding: 2rem; 
		border-width: 1px; 
		border-style: solid;
	 }

	.page-content > h3 {
	font-size: 1.640625rem; 
	}

	.page-content > p {
		font-size: .9375rem;
		word-break: normal;
	}

	.page-content > p > u > span {
		/*font-size: 2rem; */
		font-size: 1.24rem !important;
	}

	.page-content > ul > li {
		font-size: .9375rem;
	}

	/* <hr> line styling */
	.page-content hr {
        margin-top: 2rem;
    	margin-bottom: 2rem;
    	border-color: #707070;
	}

	/* General table styling - Pages */
	table {
		width: 100%;
	}

	.page-content tr:hover {
		background-color: #ebebeb;
	} 

	.page-content > table > tbody > tr > td, .page-content > table > thead > tr > th {
		font-size: .825rem;
		border: .1rem solid #272727;
		padding-top: 6px; 
		padding-bottom: 6px; 
		padding-left: 5px; 
		padding-right: 20px; 
		text-align: left;
	}

	.page-content > table > thead > tr > th {
		background-color: #0072B2; 
		color: white;
		white-space: nowrap;
	}

	/* Pmpro page styling for tables */
	.page-content > table#pmpro_levels_table > tbody > tr > td, .page-content > table#pmpro_levels_table > thead > tr > th {
		border: inherit;
		padding-top: inherit; 
		padding-bottom: inherit; 
		padding-left: inherit; 
		padding-right: inherit; 
		text-align: inherit;
	}

	.page-content > table#pmpro_levels_table > thead > tr > th {
		background-color: inherit; 
		color: inherit;
		white-space: nowrap;
	}

	/* Glossary custom post styling */
	.page-content > div.saboxplugin-wrap {
		display: none;
	}

	/* Glossary Styling */
	.page-145 table > tbody > tr > td {
		font-size: .825rem !important;
	}

	/* Contact Us */
	.page-328 h1 {
	    border-bottom: 1px solid #CCC;
	    margin-bottom: 1rem;
	    padding-bottom: 1rem;
	}


	/* Terms of Use */
	.page-935 .page-content.col-lg-9 > h1 {
		text-align: center; 
		margin-bottom: 2rem; 
		font-variant: small-caps; 
	}

	.page-935 ul.tou_content > li {
		font-variant: small-caps;
		font-size:  1.2rem;
	}

	.page-935 h3 {
		font-variant: small-caps;
	}

	.page-935 ul.tou_prohibited > li {
		margin: 0 0 1rem .5rem;
		padding: 0 1rem 0 1rem;
	}


	/* Privacy Policy  */
	.page-3 h1 {
		display: none; 
	}

	.page-3 h2.priv-pol-title {
		text-align: center; 
		margin-bottom: 2rem; 
		font-variant: small-caps;
		font-size: 2.34375rem;
	}

	.page-3 h3 {
		font-variant: small-caps; 
		margin-top: 1.5rem; 
	}

	.page-3 p.priv-pol-contents {
		font-variant: small-caps; 
		font-size: 1.2rem;
	}

	.page-3 ul.priv-pol > li {
		font-size: 1.1rem; 
		margin-left: -1rem; 
	}



 
	/* -------------------- */
	/* -- Navbar Updates -- */
	/* -------------------- */

	/* Change navbar height/padding */
	.navbar { 
		padding: .24rem;
		font-size: 13px; 
	}

	span.navbar-brand {
		padding-top: .3rem;
    	padding-bottom: .3rem;
    	font-size: 1.171875rem;
	}

	span.navbar-brand > a {
		text-decoration: none;
		color: white;
	}

	span.navbar-brand > a > img { 
		width: 25.2px;
		height: 25px;
		vertical-align:sub;
		margin-left: 1rem; 
		margin-right: -.02rem;
		margin-top: .1rem;
	}

	span.navbar-toggler-icon { 
	 	width: 5rem; 
	 	height: 5rem; 
	}

	button.navbar-toggler { 
		border-color: #ffffff1a; 
	}

	a.navbar-brand { 
		font-size: 1.17rem; 
		padding-top: .324219rem;
	}

	.navbar-brand > img { 
		width: 25px;
		vertical-align:sub;
		margin-left: 0rem; 
		margin-top: 0rem;
	}

	/* Mainly from mobile, not sure how it's exactly functioning here 
	* Dropdown Itmes 
	*/

	.navbar-collapse { 
		font-size: 13px;
	    padding-left: 0rem;
	    padding-top: 0rem;
	    padding-bottom: 0rem;
 	}

 	/* From mobile - does not appear this is doing anything right now */
 	ul.navbar-nav {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}

 	a.nav-link { 
		display: block;
		padding-top: 0rem;
		padding-right: .5rem !important;
	    padding-bottom: 0rem;
	    padding-left: .5rem !important;
	}

	/* Desktop only */
	.dropdown-menu { 
		padding: .7rem 0rem .25rem;
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	}

	.dropdown-menu.show {
		padding: .75rem 0rem .23rem;
		box-shadow: 0 10px 27px rgb(0 0 0 / 25%);
	}

	.dropdown-toggle::after { 
		margin-left: .42rem; 
		vertical-align: .18rem;
	}

	.bg-dark .dropdown-menu .dropdown-item.active, .bg-dark .dropdown-menu .dropdown-item:focus, .bg-dark .dropdown-menu .dropdown-item:hover {
		color: rgba(255,255,255,.7);
	}

	/* Default bootstrap styling for dropdown items */
	.dropdown-item { 
		padding-top: .665rem;
	    padding-bottom: .665rem;
	    padding-left: 1.5rem;
	    font-size: .81rem;
	    font-weight: 300;
	}



	/* ----------------- */
	/* Comments Sections */
	/* ----------------- */

	h4.comment-title { 
		font-size: 1.40625rem;
 	}

	.comments-area { 
		border-top: 4px solid #323232; 
		margin-top: 40px;
		border-width: 1px;
	 }

	.comments-area > ol.comment-list {
		padding-left: 0rem;
	}

	/* Change comment children left padding? */
	.comment-list ul.children {
		padding-left: 1.5rem;
	}

	/* Size of main reply/comment text */
	.comment-content { 
		font-size: .95rem;
	}

	.comment-details.clr > .comment-content.entry.clr {
		margin-top: .25rem;
	}

	/* Paddign between comment paragraphs (and space between reply link) */
	.comment-details.clr .comment-content.entry.clr > p {
		margin-bottom: .5rem;
	}

	/* Change username link color */
	b.fn a { 
		color: #323232 !important;
		font-size: 0.95rem;
	}

	a.comment-reply-link { 
		font-size: .75rem;
		padding: 1px 3px 1px 3px;
	}

	a.comment-reply-login { 
		/*font-size: small;
		padding: 1px 3px 1px 3px;*/
		display: none;
	}	


	/* Change datetime color */ 
	time { 
		color: #000000 !important;
		font-size: 0.75rem;
		font-style: italic;
		margin-left: 5px;
		/*float: inherit;*/
	 }

	/* Remove "says" in poster name? */
	.says{display: none;}

	/* Padding between comment list */
	ol li {
		list-style-type: none; 
		margin: 0;
		padding: 5px 2px 0px 0px;
	}

	/* New callback comments */
	.comment-details.clr { 
		background-color: #fcfcfc;
		/*background-color: #ffffff;*/
	 	border-width: 0.001rem; 
	 	border-style: solid;
	 	border-color: #d5d5d5;
	 	box-shadow: 1px 1px 1px rgb(0 0 0 / 1%), 1px 1px 1px #d7dbdb;
	 	padding: 10px 12px;

	 }

	/* Username style in comments */
	cite.fn { 
		font-style: normal;
		font-weight: bold;
		font-size: .9rem;
	 }

	/* Change size of comment area */
	.comment-form-comment textarea{
	 	height: 150px;   
	 	width: 500px;
	}

	#respond.comment-respond > h3 { 
		margin-top: 10px;
	}

	h3#reply-title.comment-reply-title { 
		font-size: 1.640625rem; 
 	}

 	p.logged-in-as > a { 
		font-size: .9375rem;
	}

	p.must-log-in { 
		font-size: .9375rem;
	}

	p.comment-form-comment > label { 
		display: block;
		font-size: .825rem;
 	}

 	a#cancel-comment-reply-link { 
 		font-size: .9375rem; 
 	}

 	/* Comment box  */
	.comment-form-comment textarea{
	 	height: 150px;   
	 	width: 100%;
	 	font-size: 1rem; 
	}

 	/* Post comment button */
 	p.form-submit > input#submit.submit { 
 		font-size: .935rem;
 		height: 100%;
 		width: 200px;
 	}

 	p.form-submit { 
 		margin-bottom: 0px;
 	}

 	/* Remove edit timer */
	.sce-edit-button > span.sce-seperator {
		display: none;
	}

	.sce-edit-button > span.sce-timer {
		display: none;
	}

	/* Style post author comments */
	.comments-area .bypostauthor > div > header > cite {
		color: #0072B2;
	}

	.comments-area .bypostauthor > .comment-details.clr {
		/*border: .01rem solid;*/
	}

	/* Comment number on frontpage */
	.comment-icon-number {
		margin-top: .5rem;
	}

	.comment-icon-number > p {
		margin-bottom: 0rem;
	}



	/* ----------- */
	/* Pmpro Pages */
	/* ----------- */

	#pmpro_form h3 {
		 display: grid;
		 grid-template-columns: 2fr 1fr;
		 font-size: 1.7rem;
	}

	#pmpro_form p {
		font-size: 1rem;
	}

	.pmpro_message {
		font-size: 14px;
	}

	/* Button styling */
	.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
		background-color: #0072B2;
		opacity: 0.9;
		color: #fff;
	}	

	/* Lost password hover? */
	input[type="submit"].pmpro_btn:hover {
		border: 1px solid black;
	}



	/* ---------------- */
	/* -- Login Page -- */
	/* ---------------- */

	.Log.In .col-lg-9, .Welcome .col-lg-9 {
		flex: 0 0 90%;
		max-width: 100%;
	}

	.Log.In .join-now > h2, .Welcome .join-now > h2 {
		font-size: 1.875rem; 
	}

	.Log.In .join-now.login-col a, .Welcome .join-now.login-col a { 
		font-size: .9375rem;
	}

	.Log.In .join-now.subscribe-col a, .Welcome .join-now.subscribe-col a { 
		font-size: .9rem;
		border-radius: 0.5rem;
	}

	/* Style membership level button in become a subscriber column */
	.Log.In table#pmpro_levels_table.pmpro_table.pmpro_checkout, .Welcome table#pmpro_levels_table.pmpro_table.pmpro_checkout {
		font-size: 1.25rem;
	    padding: 1rem .45rem 0rem 0rem;
	    margin: 0rem 0rem 0rem 0rem;
	}

	/* Add border below h2 titles */
	.Log.In h2, .Welcome h2 {
		border-bottom: 1px solid #d7d7d7;
    	padding-bottom: .5rem;
	}

	/* Remove <hr> needed for mobile */
	.Log.In .join-now > hr, .Welcome .join-now > hr {
		display: none;
	}

	/* Style subscription description box */
	.Log.In .subscribe-col-description, .Welcome .subscribe-col-description {
		border: 1px solid #707070;
	    padding: 1rem 1rem 0rem 1rem;
	    background-color: #fff;
	}

	/* Add separting border to login/subscribe page */
	.Log.In .subscribe-col, .Welcome .subscribe-col {
		border-left: 1px solid #707070;
		padding: 0 2rem;
	}

	/* Add padding to right side of login-col div */
	.Log.In .login-col, .Welcome .login-col {
		padding-right: 2rem;
	}

	.home-redirect {
		font-size: .9375rem;
	}

	/* Remove 'Login' from Login page */
	.Log.In .entry-title, .Welcome .entry-title {
		display: none;
	}

	/* Remove 'Login' page name */
	.Log.In h1, .Welcome h1 {
		display: none;
	}



	/* New CSS for PmPro ver 3.1 changes */ 

	/* Change color of Login button */
	.Log.In .login-col .login-submit > .button-primary {
		background-color: #0072B2 !important;
	}

	.Log.In .login-col .login-submit > .button-primary:hover {
		background-color: #fff !important;
		color: #0072B2 !important;
	}

	/* Remove hover from Login page */
	.Log.In .subscribe-col tr:hover {
		background-color: transparent;
	}

	/* Style Subscriber column */
  	.Log.In .subscribe-col > .pmpro_table > tbody > tr > td > a {
  		font-size: 1.1rem;
  		margin: 1.8rem 1.7rem 1rem 1.7rem;
  	}

  	.Log.In .subscribe-col .btn-primary {
  		background-color: #0072B2;
  		font-weight: 400;
  		width: 100%;
  		margin: 2.5rem 0rem 1rem 0rem;
  		padding: 0.5rem;
  	}

  	.Log.In .subscribe-col .btn-primary:hover {
  		background-color: #fff;
  		color: #0072B2;
  	}

  	/* Remove grid display for Subscription Options button */
	.Log.In .subscribe-col > .pmpro_table > tbody > tr > td {
		display: flex;
	}




	/* ---------------------------- */
	/* -- Custom Sub Levels Page -- */
	/* ---------------------------- */
	/*Everything here and down is the new Css for the site (along with mobile above)*/

	.Subscribe h1 {
		display: none;
	}

	.Subscribe .card {
		display: flex;
		height: 100%;
		margin: 0 0 1rem 0;
		background-color: #f7f7f7;
		border: 1px solid #707070;
		box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #d7dbdb;
	}

	.Subscribe .card-body {
		flex: none;
	}

	.Subscribe .card hr {
		border-color: black;
		width: 80%;
		align-self: center;
		margin: 0 0 0 0;

	}

	.Subscribe .card ul {
		margin: 0rem 0rem 0rem 0rem;
	}

	.Subscribe .d-flex li {
		font-family: crimson text;
		font-size: 1.1rem;
		margin:  0rem 1rem 0.5rem 1rem;
	}

	.Subscribe .card-body ul > li {
		margin: 0rem 0rem 0rem -1.2rem;
	}

	.Subscribe h2.card-body {
		font-family:  Roboto Slab;
		margin: 0rem 0rem 0rem 0rem;
		text-align: center;
	}

	.Subscribe .btn.standard-buttons {
		padding: 0;
	}

	.Subscribe .btn.pro-buttons {
		padding: 0;
	}

	.Subscribe .btn.btn-primary {
		margin-bottom: 0.5rem;
		background-color: #0072B2;
		opacity: 0.9;
		color: #fff;
		font-size: 1.1rem;
		font-weight: 400;
	}

	.Subscribe .btn.btn-primary:hover {
		color: #0072B2;
		border: 1px solid #0072B2;
		background-color: #fff;
		box-shadow: 5px 5px 5px rgb(0 0 0 / 1%), 1px 1px 6px #b7b7b7;
	}

	/* Subscription Options table */
	.Subscribe table {
		display: table;
		table-layout: fixed;
		border-collapse: collapse;
		text-align: center;
		width: 75%;
		min-width: 260px; 
		/*word-break: break-all;*/
		margin-top: 1rem;
		margin-bottom: 30px;
		margin-left: auto !important; 
		margin-right: auto !important;
	}


	.Subscribe table > tbody > tr > td, .Subscribe table > thead > tr > th {
		font-size: 1rem;
		padding-top: 6px; 
		padding-bottom: 6px; 
		padding-left: 5px; 
		padding-right: 5px; 
	}

	.Subscribe table > thead > tr > th {
		background-color: #f2f7fb;
		white-space: nowrap;
		font-family: Roboto Slab;
		font-size: 1.1rem;
	}

	.Subscribe table tr:nth-child(odd) td{
		background-color: white;

	}

	.Subscribe table tr:nth-child(even) td{
		background-color: #f2f7fb;    	
	}

	.Subscribe table td, .Subscribe table th {
  		border: 0.09rem solid #d7d7d7; 
	}

	.Subscribe table td > i {
		color: #e18e4c;
	}

	.Subscribe th.table-features-col {
		width: 35%;
	}



	/* ----------------------- */
	/* -- Membership Levels -- */
	/* ----------------------- */
	
	/* No custom styling at this time */



	/* ------------------------ */
	/* -- Membership Account -- */
	/* ------------------------ */

	/* New CSS updates for PMPRo ver 3.1 change */

	/* Remove Membership Account Title */ 
	.Membership.Account h1 {
		display: none;
	}

	.Membership.Account .pmpro_card_title img {
		display: none;
	}

	.Membership.Account .pmpro_card {
		border-color: gray;
	}




	/* ------------------ */
	/* -- Your Profile -- */
	/* ------------------ */

	/* Style h1 title */
	.Your.Profile h1 {
		border-bottom: 1px solid #707070;
    	width: 80%;
		margin-bottom: 2rem;
	}

	.Your.Profile .pmpro_card {
		border-color: gray;
	}





	/* ---------------------- */
	/* -- Checkout Styling -- */
	/* ---------------------- */

	.Membership.Checkout #pmpro_payment_information_fields > div {
		display: grid !important;
		width: 80%;
	}

	.Membership.Checkout .pmpro_card {
		border-color: gray;
	}




	/* ------------------------ */
	/* -- Membership Billing -- */
	/* ------------------------ */

	/* No custom styling at this time */



	/* ------------------------ */
	/* -- Membership Invoice -- */
	/* ------------------------ */

	/* No custom styling at this time */


}