.back.button {
	position: absolute;
	left:0;
	top:0;
	padding:10px;
	background-color: #00ABC9;
	color:#ffffff;
}
.gap {
	padding-top: 2em!important;
	padding-bottom: 2em!important;
}

.content {
  display: flex;
  flex-direction: row;
	/*min-height: 60vh; */
    height: 85%;
    max-height: 85%;
    height: 85vh;
}
.content article {
  flex: 4;
  flex-basis: 80%;
	height: auto;
	overflow:  hidden;
}
.content article > div {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	position: relative;
	/* padding-right: 2%; */
		padding-left:8%;
	padding-left:8vw;
		padding-right:4%;
	padding-right:4vw;
	box-sizing: border-box;
}
.content.loggedin article > div {
	padding-top: 1.5em;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}
.content.loggedin.deck-library article > div {
	width: 100%;
	overflow-y: hidden;
}
.content.loggedin.vip-lounge article > div {
	width: 100%;
}
.content.loggedin article .welcome-block {
	padding-top: 0; /*1.5em;*/
	padding-right: 4em;
}
.content article .quote-block {
	padding-top: 5.5em;
	padding-right: 4em;
}
.display-post-types {
	position: relative;
}

.page-title {
	color:#ffffff;
	margin-top: 0;
}

main.goodbye-page {
	width:100%;
}
/*.banner {
    display: block;
    float: left;
    width: 100%;
	height: 100%;
    position: relative;
} */

.dashboard .dashboard-inner h1 {
	margin-top:0;
}
.dashboard-inner .wp-block-group h2 {
	margin-top: 0; 
	margin-bottom: 0;
} 
.dashboard-inner .wp-block-group p {
	margin-top: 0; 
} 
.content .inner {
	min-height:228px;
	height:100%;
	/*padding-left: 4%;
    padding-left: 4vw; */
    padding-left:0;
   /* padding-right: 4%;
    padding-right: 4vw;*/
    padding-right:0;
}
.dashboard.loggedin .content article  {
	float:left;
	display:inline-block;
	/*width: 70%; */
	/*padding: 2em; */
    /*border: 1px #aaaaaa solid;*/
    /*background-color: rgba(255,255,255,0.4); */
    height: 100%;
    position: relative;
    overflow: hidden;

}
/* .badge-wrapper {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: auto;
} */
.badge-wrapper.main {
    /*float: right; */
    display: inline-block; 
    overflow: hidden;
    width: 100%;
    margin: 0;
   padding: 0 0 0.5em 0;
}
.badge-wrapper.main .badge {
  height: 19vh;
  min-height: 80px;
  min-height: 15vh;
  max-height: 22vh;
}
.badge-wrapper.main.small {
	display: none;
	float: unset;
	margin-bottom: 25px;
	height: 100px;
	padding:0em;
}
.badge-wrapper ul, ol {
	margin-left: 0;
	padding-left: 1em;
}
.badge {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
    padding: 0;
    float: none;
    background-size: contain!important;
    background-position: top middle!important;
    background-repeat: no-repeat;
}
.main .badge {
	background-position: top center!important;
}
.badge.free {}
.badge.bronze {background-image:url(https://ipsodeckso.com/members/wp-content/uploads/bronze-member-one.png);}
.badge.silver {background-image:url(https://ipsodeckso.com/members/wp-content/uploads/silver-member-large.png);}
.badge.gold {background-image:url(https://ipsodeckso.com/members/wp-content/uploads/gold-member-two.png);}

.wp-block-quotes-collection-random-quote {
	margin-top: 5em;
	padding:2em;
}
.wp-block-quotes-collection-random-quote p {
	font-size: 1.5em;
	/*font-weight: bold;*/
}
.wp-block-quotes-collection-random-quote footer {
	margin-bottom:0;
	padding-bottom: 0;
	min-height: 0;
	height:auto;
}

.dashboard .dashboard-inner {
	display:flex;flex-wrap:nowrap;
	gap: 0; /*2em;*/
	position: fixed;
	height: 85%;
	height:85vh;
}

.dashboard #admin-wrapper, .dashboard #admin-wrapper .admin-iframe {
	height: 100%;
	width: 100%;

}

.dashboard #deck-display {
	clear: both;
	/*background-color: #1d6f81; */
	/*background-color:#efefef;*/
	/* padding-top: 80px; */
  overflow: hidden;
  position: relative;
  top: 0;
}
.dashboard #deck-display .header {
	/*position: fixed;*/
	height: 80px;
	width: inherit;
	border-bottom: 1px solid #dedede;
}
.dashboard #deck-display .deck-list-view {
	/*width: 100%;*/
  height: calc(85vh - 80px);
  width: 100%;
        /* overflow-y: scroll; */
    /* position: relative; */
    /*position: fixed; 
    padding-right: 10%;
    top: 28vh;*/
    /*background-color: #efefef;*/
   /* padding-top: 80px;*/
}
.dashboard .deck-list {
	/* display: flex;
  flex-wrap: wrap;   */
  align-items: flex-start;
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%; /*calc(100% + 16px);*/
/* margin: 100px auto 0 auto; */
    clear: both;
    overflow-y: scroll;
    height: 100%;
    padding-top: 1em;
}

.dashboard #deck-display .deck {
	background-color:white; /*rgba(29, 111, 129, 0.1); /* */
}
.dashboard #deck-display h2, .dashboard #deck-display span.select-list {
	/* color: white; */ 
  float: left;
  width: 100%;
}
.dashboard #deck-display span.label {
	/*width: 75%;*/
}
.dashboard #deck-display .model__content-wrapper h2, .dashboard #deck-display .model__content-wrapper span {
	color: #111111;
}
.membership {
	margin-left: 20px;
	background-color: rgba(255,255,255,0.2);
	padding: 0.5em;
}

.widget-area {
	background-color: rgba(255,255,255,0);
	border: solid rgba(255,255,255,0.5) 1px;
	padding: 1.5em;
	color: white;
}
.widget-area h2, .widget-area section {
	margin: 0;
}
.widget-area a, .widget-area a:visited  {
	text-decoration: none;
	color: white;
}
.widget-area p {
	margin-top: 0;
	font-weight: bold;
	font-size: 115%;
}


/* ----------- Non-Retina Screens ----------- */
@media only screen 
	and (min-width: 400px) 
	and (max-width: 959px)
	and (-webkit-min-device-pixel-ratio: 1) { 
		#dashboard-buttons {
			flex-basis: 30%!important;
			padding-top: 1.8em;
		}
  	.badge-wrapper.main.small {
			display: block;
		}
		.badge-wrapper.main.large {
			display: none;
		}
  	.dashboard .deck-list {
	    grid-template-columns: repeat(2, 1fr);
	    grid-column-gap: 30px;
	    grid-row-gap: 30px;
		}
}
@media only screen 
  and (min-device-width: 960px) 
  and (max-device-width: 1380px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  	.dashboard .deck-list {
	    grid-template-columns: repeat(2, 1fr);
	    grid-column-gap: 30px;
	    grid-row-gap: 30px;
		}
}
/* ----------- Retina Screens ----------- */
@media only screen 
	and (min-device-width: 400px) 
	and (max-device-width: 959px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
  	#dashboard-buttons {
			flex-basis: 30%!important;
			padding-top: 1.8em;
		}
  	.badge-wrapper.main.small {
			display: block;
		}
		.badge-wrapper.main.large {
			display: none;
		}
  	.dashboard .deck-list {
	    grid-template-columns: repeat(2, 1fr);
	    grid-column-gap: 30px;
	    grid-row-gap: 30px;
		}
}
@media only screen 
	and (min-device-width: 960px) 
  and (max-device-width: 1380px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
  	.dashboard .deck-list {
	    grid-template-columns: repeat(3, 1fr);
	    grid-column-gap: 30px;
	    grid-row-gap: 30px;
		}
}
/* -------------------------------------------------- */

/** LOGIN FORM START **/

.dashboard #login-wrapper {
	padding: 2%;
	margin: 0 auto;
	width: 25%;
	min-width: 400px;
	/*background-image: var( --wlm3login_loginbox_bgimage, linear-gradient(180deg, #3DE3D7 0%, #00C8D9 100%));*/
	background-color: #00ABC9;
	color:#ffffff; 
	/*font-size: 14px; */
	box-shadow: 0px 12px 35px rgba(56, 103, 250, 0.20);
	border: 1px solid #cccccc;

	/* begin: vertical centering of login box */
	position: relative;
	top: 15%;
	/* transform: translateY(-50%); */
}

.dashboard #loginform-ipsodeckso {
	width: 100%;
}
.dashboard #loginform-ipsodeckso p {
	width: 100%;
}
.dashboard #loginform-ipsodeckso label {
	display: inline-block;
	width: 35%;
	min-width: auto;
}
.dashboard #loginform-ipsodeckso input {
	display: inline-block;
	width: 63%;
	width: calc(65% - 5px);
	min-width: auto;
}
.dashboard #loginform-ipsodeckso input#rememberme {
	width: unset;
}
.dashboard #loginform-ipsodeckso input#wp-submit[type="submit"] {
	margin: unset;
	padding: 3% 5% 3% 5%;
	width: 100%;
}


/** END OF LOGIN FORM **/

.dashboard .wp-block-column.dashboard-buttons, .new-button {
		height: 50px;
		padding:0.2em 2em 0.5em 2em;
		background-color: rgb(63, 152, 81); /*#00abc9; /*#ececec;*/
		box-shadow: 6px 12px 8px -8px rgba(0, 0, 0, 0.4);
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.25rem;
}
.new-button-div > div > div {
	text-align: center;
}
.dashboard .wp-block-buttons > .wp-block-button {
  /*  display: inline-block; */
    /* min-width: 100%; */
		/* background-color:#ffffff; */
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4%;
}
/* .dashboard .headline {
	margin-bottom: 2.5em;
} */
.dashboard .headline, .dashboard .headline h2, .dashboard .headline strong {
	float: left;
	/*display: inline-block;*/
	width: 70%;
}
.dashboard .headline h2 {
	margin: 0;
}

.wp-block-group.bottom-of-page {
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.wp-block-group.bottom-of-page > div {
	/*overflow-y: scroll;*/
	height: 100%;
}

.wp-block-columns.boxes {
/*	width: 99.5%;
	padding: 2.5% 2.5% 2.5% 0;
	background-color: #eeeeee; */
	/*color:white;*/
		margin: 2% 0 0 0 ;
}

.wp-block-columns.boxes .wp-block-column {
	/* display: table; */

}


/*.wp-block-columns.boxes .wp-block-column > div,
.page-column {
	padding: 0 1em;
	min-height: 82px; 
}
.page-column.border {
	border: 1px #cccccc solid;
} */
/* .wp-block-columns.boxes .wp-block-column > div > div {
	line-height: 100%;
	height: 100%;
	display: table;
}

.wp-block-columns.boxes .wp-block-column > p,
.wp-block-columns.boxes .wp-block-column > div > div p {
	height: 100%;
	vertical-align: middle;
	display: table-cell;
	padding: 0;
	text-align: center;
}
.wp-block-columns.boxes .wp-block-column > p {
	margin-bottom: 0;
} */
.page-column * {
	/* vertical-align: middle;
	display: table-cell; */
}

#deck-category-selector {
	/*clear: both; */
   /* margin-bottom: 2em; */
    float: right;
    /*background-color: #ececec; /*#00ABC9; /*#f9f9f9;*/
		/* border: 1px solid #e9e9e9; */
    color: #111111;
    /* padding: 10px; */
   /* display: inline-block; */
   width: 30%;
}
#deck-category-selector * {
	/*display: inline-block;*/
}
/* #deck-category-selector span.select-list {
	margin-left: 15px;
} */

.dashboard .deck-list .deck {
	/* flex: 1 0 20%; margin: 5px;
		flex-grow: 0; */
	border:1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
	padding:15px;
	box-sizing: border-box;
	position: relative;
	align-items: flex-start;
	height: 100%;
	min-height: 380px;
	width: 100%;
}
/*.dashboard .deck-list .deck .link, .dashboard .deck-list .deck .link:visited {
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: 47%;
	width:100%;
	display:block;
	text-decoration: none;
	color:#111111;
} */
/*.dashboard .deck-list .deck .build.link {
	height:100%;
	display:table;
} */
.dashboard .deck-list .deck>a {
	text-decoration: none;
}
.dashboard .deck-list .deck .title {
	height:45px;
	min-height: 45px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;
}

.dashboard .deck-list .deck .link.build {
	height: 100%;
	display: block;
	background-color: #00ABC9;
	justify-content: center;
}
.dashboard .deck-list .deck .link.build:hover {
	background-color: rgba(0,171,201,0.7);
}

.dashboard .deck-list .deck .build .title {
	/* height: 100%; */
	/* min-height: 100%; */
	/* line-height: 100%; */
	width: 100%;
	padding: 0 30px 0 30px;
	/* padding: 50px; */
	/* line-height: 50px; */
	letter-spacing: 2px;
	word-spacing: 4px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	/* vertical-align: middle; */
	display: inline-block;
	font-size: 2.1em;
	font-weight: bold;
	color: #efefef;
	position: relative;
	top: 27%;
	transform: translateY(-50%);
	text-align: center;
}
.dashboard .deck-list .deck .link.build:hover .title {
	color: #ffffff;
}
.dashboard .deck-list .deck .title::after {
	content:"";
	border-bottom: 1px #dddddd solid;
	width:70%;
	float: none;
	margin:auto;
}
.dashboard .deck-list .deck .image, .dashboard .deck-list .deck .noimage {
	height:90px;
	width:auto;
	float:none;
	margin:auto;
	display:block;
}
.dashboard .deck-list .deck .noimage {
	width:35%;
	border:1px solid #cccccc;
	border-radius: 1px;
	background-color: #cccccc;
	color:#ffffff;
	text-align: center;
}
.dashboard .deck-list .deck .summary {
	height:95px;
	text-align: center;
	font-size: 75%;
    margin: 15px 0 0 0;
    overflow-y: auto;
}
.dashboard .deck-list .deck .summary p {
	margin-bottom: unset;
}

#deck-display .label {
  width: 200px;
  background: #f0f0f0;
  color: #ffffff;
  position: absolute;
  top: 25px;
  left: -60px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity:0.5;
}

/* Custom styles */

/*.label.sticky{
  position: fixed;
} */

#deck-display .label {
	color:#ffffff;
	font-weight: bold;
}
#deck-display .label.user {background: #333333; /*#dcdcdc;*/color: #ffffff;}

#deck-display .label.free {background: #5BC0BD; /*#dcdcdc;*/color: #ffffff;}
#deck-display .label.bronze {background: #cd7f32;color: #ffffff;}
#deck-display .label.silver {background: #BCC5CB; }
#deck-display .label.silver span, .label.silver a {
	color:#ffffff;
}
#deck-display .label.gold {background: #d4af37;color: #ffffff;}

main#primary.free-trial, /*.banner.free, .free-trial article,*/.col.free-trial, #deck-category-selector.free-trial {background: #333333;color: #ffffff;}
main#primary.free, /*.banner.free, .free article,*/ .col.free, #deck-category-selector.free {background: #dcdcdc;color: #ffffff;}
main#primary.bronze, /*.banner.bronze, .bronze article,*/ .col.bronze, #deck-category-selector.bronze {background: #cd7f32;color: #ffffff;}
main#primary.silver, /*.banner.silver, .silver article,*/ .col.silver, #deck-category-selector.silver {background: #D9E0E1; /*#D6D8DD;*/color: #111111;}
main#primary.gold, /*.banner.gold, .gold article,*/ .col.gold, #deck-category-selector.gold {background: #d4af37; /*#DB9E03;*/ /*#d4af37*/;color: #ffffff;}

main#primary button, main#primary input[type="button"], main#primary input[type="reset"], 
main#primary input[type="submit"], main#primary .wp-block-button__link,
.pricingTable10 .read.free {
	cursor: pointer;
	margin-left: 0;
	margin-right: 0;
	padding: 2%;
	/*background-color: #00ABC9;*/
	color: white;
	border: 1px solid #00ABC9;
	border-radius: 5%;
	font-size: 0.8em;
	font-weight: bold;
}
.pricingTable10 .read.free {
	background-color: #00ABC9
}

main#primary input[type="button"], main#primary input[type="reset"], 
main#primary input[type="submit"], main#primary .wp-block-button__link,
.pricingTable10 .read.free {
	margin-right: 5%;
	margin-left: 5%; 
	padding: 5%;
	color: #313131; /* #00ABC9; */
}

main#primary .wp-block-button__link {
	/*background-color: #313131;*/
	border: 1px solid #313131;
	background-color: #ffffff;
}


/* table.register-table {
	border-collapse: collapse;
  table-layout: fixed; 
  width: auto;
}
table.register-table tr {
	height: 60px;
	min-height: 60px;
}
table.register-table tr td:first-child {
	border-left: 1px solid #cccccc;
}
table.register-table tr td:last-child {
	border-right: 1px solid #cccccc;
}
table.register-table tr.register-header, table.register-table tr.register-footer {
	height: 80px;
	min-height: 80px;
}
table.register-table tr.register-footer td.register-footer-text-cell {
	border-left: 1px solid #cccccc;
}
table.register-table tr.register-header td.register-top-empty,
table.register-table tr.register-footer td.register-empty-footer {
	border-collapse: collapse;
	border-left-color: white;
}
table.register-table tr.register-header td.register-top-empty {
	border-top-color: white;
}
table.register-table tr.register-footer td.register-empty-footer {
	border-bottom-color: white;
}
table.register-table tr.register-feature {
	height: 40px;
	min-height: 40px;
}
table.register-table tr.register-heading {
	height: 45px;
	min-height: 45px;
}
table.register-table tr.register-heading td {
	vertical-align: bottom;
	font-size: 0.75em;
}
table.register-table tr.register-title {
	height: 60px;
	min-height: 60px;
}
table.register-table tr.register-title td {
	vertical-align: top;
	font-weight: bold;
	font-size: 1.5em;
	border-top: none;
}
table.register-table tr.register-price {
	height: 120px;
	min-height: 120px;
}
table.register-table tr.register-price td {
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	padding-bottom: 30px;
	border-top: none;
}
table.register-table tr.register-price td:before {
	content: "only";
	font-size: 0.375em;
	font-weight: normal;
	line-height: 0.5em;
	width: 100%;
	float: left;
}
table.register-table tr.register-price td.free-cell:before {
	content: "forever";
}
table.register-table tr.register-price td:after {
	content: " per month";
	font-weight: normal;
	font-size: 0.375em;
	line-height: 0.5em;
	text-align: center;
	width: 100%;
		float: left;
}
table.register-table tr.register-signup {
	height: 120px;
	min-height: 120px;
}
table.register-table td, table.register-table th {
	text-align: center;
}
table.register-table th.free-cell, table.register-table td.free-cell {
	border: none;
}
table.register-table td.register-top-emtpy {
	border-color: #ffffff; 
	text-align: center;
}
table.register-table td.register-top-title {
	border-left: 1px solid #cccccc; background-color: #cddcf4;
}
table.register-table th.free-top-cell, table.register-table td.free-top-cell,
table.register-table th.paid-top-cell, table.register-table td.paid-top-cell {
	width: 20%;
	max-width: 20%;
	min-width: 20%;
	border-top: 1px solid #cccccc; 
}
table.register-table th.free-top-cell, table.register-table td.free-top-cell {
	background-color: #0088a0; 
	color: #ffffff; 
}
table.register-table th.paid-top-cell, table.register-table td.paid-top-cell {
	color: #111111; 
}
table.register-table td.free-tick-cell, table.register-table td.paid-tick-cell {
	width: 5%;
	max-width: 5%;
	min-width: 5%;
}
table.register-table th.free-cell, table.register-table td.free-cell,
table.register-table th.paid-cell, table.register-table td.paid-cell {
	text-align: center;
}
table.register-table th.free-cell, table.register-table td.free-cell {
	 background-color: #0088a0; 
}
table.register-table td.register-empty-footer {
	border-color: #ffffff; 
	text-align: center;
}
table.register-table td.register-footer-text-cell {
	text-align: center;
} */


/* table {
	table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #cccccc;
  padding: 25px;
    background-color: #eeeeee;
}
table thead tr th {
	padding: 15px 15px 0 15px;
}
table tbody tr td, table tfoot tr td {
	padding: 15px;
}
table tbody tr:nth-child(odd) {
  background-color: #eeeeee;
}
table tbody tr:nth-child(even) {
  background-color: #dddddd;
} */

main#primary {
	padding-top: 0;
	top: 11.5%;
	top: 11.5vh;
	position: relative;
	/*padding-bottom: 1.2em;*/
}
main > div {
	width: 100%;
	background-color: #ffffff;
	color: #111111;
	overflow-y: auto;
	padding-top: 0;
	/* padding-bottom: 1em;*/
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}
@media (min-width: 768px)
.container, .container-sm, .container-md {
    max-width: 720px;
}
@media (min-width: 992px)
.container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
}

.content .dashboard-inner .wp-block-group h3 {
	margin-top: 0;
}
.content .dashboard-inner p {
	margin-bottom: 0;
}
.wp-block-group.top-of-page,
.wp-block-columns.top-of-page {
	padding-top: 2%;
	padding-bottom: 1em; 
	height: auto;
}

.demo10
{/*background:#C0BFBF;padding:30px 0*/}
.demo10 .container {
	padding: 0;
}
.pricingTable10{text-align:center}
.pricingTable10 .pricingTable-header{padding:30px 0;background:#4d4d4d;position:relative;transition:all .3s ease 0s}
.pricingTable10:hover .pricingTable-header{background:#09b2c6}
.pricingTable10 .pricingTable-header:after,.pricingTable10 .pricingTable-header:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #d9d9d8;position:absolute;bottom:12px}
.pricingTable10 .pricingTable-header:before{left:40px}
.pricingTable10 .pricingTable-header:after{right:40px}
.pricingTable10 .heading {font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-top:0}
.pricingTable10 .free-plan .heading {color:#555555;}
.pricingTable10 .price-value{display:inline-block;position:relative;font-size:2em;font-weight:700;line-height:115%;color:#09b1c5;transition:all .3s ease 0s;width:100%}
.pricingTable10:hover .price-value{color:#fff}
.pricingTable10 .currency{font-size:0.6em;font-weight:700;position:relative;top: 1px;left: 6px;}
.pricingTable10 .term{font-size:0.3em;color:#09b1c5;position:relative;bottom: 2px;right: 5px;text-transform:uppercase}

.pricingTable10 .pricing-content, .pricingTable10 .free-plan {
	padding-top:30px;
	position:relative;
	background: #eee;
	border: 10px #4d4d4d solid;
	border-radius: 20px;
	top: 15px;
	 /*-image:url(https://ipsodeckso.com/members/wp-content/uploads/logo-symbol.png)*/;
}
 .pricingTable10 .free-plan {
 	padding-top:15px;
	padding-bottom:15px;
 }

.pricingTable10 .pricing-content:after,.pricingTable10 .pricing-content:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #7c7c7c;position:absolute;top:12px}
.pricingTable10 .pricing-content:before{left:30px}
.pricingTable10 .pricing-content:after{right:30px}
.pricingTable10 .pricing-content ul , .pricingTable10 .free-plan ul {padding:0 20px;margin:0;list-style:none}
.pricingTable10 .pricing-content ul:after,.pricingTable10 .pricing-content ul:before{content:"";width:8px;height:70px;border-radius:3px;background:linear-gradient(to bottom,#818282 50%,#727373 50%);position:absolute;top:-47px;z-index:1;box-shadow:0 0 5px #707070;transition:all .3s ease 0s}
.pricingTable10:hover .pricing-content ul:after,.pricingTable10:hover .pricing-content ul:before{background:linear-gradient(to bottom,#40c4db 50%,#34bacc 50%)}
.pricingTable10 .pricing-content ul:before{left:34px}
.pricingTable10 .pricing-content ul:after{right:34px}
.pricingTable10 .pricing-content ul li, 
.pricingTable10 .free-plan ul li {font-size:15px;font-weight:700;color:#777473;padding:10px 0;border-bottom:1px solid #d9d9d8}
.pricingTable10 .pricing-content ul li:last-child,
.pricingTable10 .free-plan ul li:last-child {border-bottom:none }
main#primary .pricingTable10 .read, main#primary .pricingTable10 .regform-button {
	display:inline-block;font-size:0.85em;color:#fff;text-transform:uppercase;
	padding:8px 25px;transition:all .3s ease 0s;
	line-height: 1.5em;
	text-decoration: none;
}
main#primary .pricingTable10 .regform-button {
	background:#d9d9d8;
	margin:30px 0;
	min-height: 60px;
	color: #111;
}
/*.pricingTable10 .read.free {
	line-height: 60px;
} */
main#primary .pricingTable10 .read.trial {
	background:#222222;
}
main#primary .pricingTable10 .trial {
	margin:0 0 30px 0;
	min-height: 30px;
}
main#primary .pricingTable10 .read:hover{text-decoration:none}

main#primary .pricingTable10 .read:hover, main#primary .pricingTable10 .regform-button:hover {
	background:#09b1c5; 
}

@media screen and (max-width:990px){.pricingTable10{margin-bottom:25px}
}
/* Credit to https://bootsnipp.com/snippets/92erW */

/* DASHBOARD */ 

.modal-button, .modal-button:visited, .button.link, .button.link:visited {
  position: relative;
  width: 70%;
  font-size: 75%;
  border-radius: 5px;
  z-index: 999;
  text-decoration: none;
  text-align: center;
  float: none;
  margin: auto;
  margin-top: 15px;
  display: block;
}
.modal-button, .modal-button:visited {
	border: 1px solid #cccccc;
	color: #eeeeee;
	background-color: #555555;
	padding: 3px 10px 3px 10px;
}
.modal-button:hover, .modal-button:focus {
	color: #eeeeee;
	background-color: #777777;
}
.button.link, .button.link:visited {
	border: 1px solid #cccccc;
	color: #eeeeee;
	background-color: #00ABC9;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
.button.link:hover, .button.link:visited:hover {
	color: #ffffff;
	background-color: rgba(0,171,201,0.7);	
}

/* OVERRIDING THEME */
article p.large {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* Style the outer container */
.wlm-ajax-login-form {
  max-width: 400px;
  margin: 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
}

/* Style form fields */
.wlm3-form-field {
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  transition: border 0.3s ease;
}

.wlm3-form-field:focus {
  border-color: #86b7fe;
  outline: none;
}

/* Style labels */
.wlm3-form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #495057;
  font-size: 0.9rem;
}

/* Style the submit button */
.wlm3-form p input[type="submit"] {
  display: inline-block;
  width: 100%;
  padding: 0.75rem;
  background-color: #5a67d8;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wlm3-form p input[type="submit"]:hover {
  background-color: #434190;
}

/* Style links */
.wlm3-form p a {
  color: #5a67d8;
  text-decoration: none;
  font-size: 0.9rem;
}

.wlm3-form p a:hover {
  text-decoration: underline;
}

/* Checkbox label styling */
.wlm3-form-group label input[type="checkbox"] {
  margin-right: 0.5rem;
}

/* Password visibility icon alignment */
.wishlist-member-login-password {
  display: flex;
  align-items: center;
}

.wishlist-member-login-password input {
  flex: 1;
}

.wishlist-member-login-password a {
  margin-left: 0.5rem;
  color: #6c757d;
  cursor: pointer;
}
