/* ATI Membership Page CSS */

.header-banner, .footer-banner { display: none; }

body {
	color: #000 !important;
}
ul {
    list-style-type: none;
}

input { min-width: 100%
}


li.header {
    font-size:1.75rem;
    font-weight:400;
    /* text-align: left; */
}

.hero-image {
	margin-top:-50px;
    background-image: url('/wordpress/wp-content/themes/ati-2018/assets/images/abandoned-cover.jpg');
    opacity: 1;
	background-attachment:fixed;
	background-position: right top;
	background-repeat: no-repeat;
    background-size: 75% auto;
}

.logged-in .hero-image {
    background-size: cover;
    margin: 0;
}

.check img {
    text-align: center;
	max-width: 30px;
}
.dot-line {
	display:none;
}
.black-button,.black-button:visited, .black-button:focus   {
    background: #000;
    color: #f0f0f0;
}
.black-button:hover, .black-button:active {
    background: #333;
    color: #ffffff;
}
.pink-button {
	margin-left:auto;
    background: #F72666;
    color: #fff;
    width:80px;
}
.pink-button:hover {
	background: #4036FF;
	color: #ffffff;
}
.purple-button {
	float:right;
    background: #4036FF;
    color: #fff;
    width:100px;
}
.purple-button:hover {
	background: #F72666;
	color: #ffffff;
}

.flex-whole {
/* 	margin-top: -50px; */
	margin-bottom: -50px;
	flex-wrap: wrap;
	flex-direction: row;
  	min-height: 100%;
  	min-height: -moz-available;
  	min-height: -webkit-fill-available;
  	min-height: fill-available;
	justify-content: space-evenly;
}

@media (min-width: 575px) {
    .flex-whole {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-gap: 25px;
    }
    .flex-1,.flex-2 {
        grid-column: 1;
    }
    .flex-3 {
        grid-column: 2;
    }
    .flex-4 {
        grid-column: 3;
    }
}

.flex-1 {
	display: flex;
	flex-basis: 100%;
	margin-top:10%;
}

.why-subscribe ul{
	line-height: 1.35;
	padding: 20px;
    text-align: center;
/* 	width: 350px; */
    background: #0098F9 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    font-size: 1rem;
    margin:25px;
}

.flex-2 {
	line-height: normal;
}

.dot-wrap {
    background-image: radial-gradient(#4036FF 10%, transparent 45%), radial-gradient(#4036FF 10%, 	transparent 45%);
    background-position: center center;
    background-size: 8px 8px;
    padding-bottom: 15px;
}

.subscription-wrap {
	margin: 10px;
}

.subscriptions {
    margin: 15px 0px 0px 15px;
    padding:10px;
    background: #fff padding-box;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.subscriptions table {
    margin:15px;
}
.subscriptions td {
    padding: 10px;
	font-weight:400;
	font-size: 1.1em;
}

.discount {
	font-size: 12PX;
	font-weight:800;
    color: #f72666;
	text-align: end;
    margin-top: 5px;
}

.sign-in-q {
	margin: 5px;
    font-weight: 400;
    font-size: 1.1em;
    line-height: normal;
}


.member-wrap {
	margin-right: 25px;
}

li.sign-in-text {
    display: none;
}
.member-email label{
	text-align: right;

}

.new-hero {
 display:none;
}
.hero-text {
	color: #fff;
}
.member-login {
	color: #000;
	padding: 50px;
	/*padding-bottom: 75px;*/
    /*height: 200px; */
	margin: 15px 0px 0px 15px;
    background: #fff padding-box;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.member-login input[type="radio"] {
    display: none;
}

.member-login.memshow label {
 	border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    margin-top: 20px;
}

.member-login input[type="radio"]:checked+label {
 	border: 1px solid black;
    background: #ffffcc;
    color: black;
}

.member-login p {
    font-size: smaller;
    margin-top: 10px;
    margin-left: 5px;
}

.member-email {
	margin: 20px;
	}

.flex-4 {
	display:flex;
	flex-direction: column;
/* 	margin-left: auto; */
    margin-bottom: 30px;
}
.flex-5 {
	flex-basis:100%;
}
.contact-q {
	margin-top:auto;
	display:flex;
	margin-right: 25px;
	margin-left:auto;
	width: 300px;
	height: 75px;
	text-align: center;
    font-size: 1.3rem;
	font-weight:500;
	align-items: center;
	color: #000000;
	justify-content: center;
	    opacity: 1;
    backdrop-filter: blur(90px) brightness(3);
    -webkit-backdrop-filter: blur(90px);
}

.any-q {
	color: #000000;
}

.contact-us{
	align-content: center;
    color: #000000;
}
.contact-form {
	margin-left:auto;
	margin-right: 25px;
	width: 300px;
	margin-bottom:20px;
}
::placeholder{
	opacity:.95;
}
textarea {
	width: 100%;
}

.contact-form-list {
	background: #fff padding-box;
    padding: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

input {
  padding:  10px;
  height:  56px;
  border:  none;
  border-bottom:  solid 1px rgba(0,0,0,.1);
  background:  #fff;
  width:  100%;
  box-sizing:  border-box;
  transition:  all .3s linear;
  color:  #000;
  font-weight:  400;
  -webkit-appearance:  none;
}
input:focus {
    border-bottom:  solid 1px #000;
    outline: 0;
    box-shadow:  0 2px 6px -8px rgba(0,0,0, .45);
  }

textarea {
  border:  solid 1px rgba(0,0,0,.1);
  transition:  all .3s linear;
}

textarea:focus {
  border:  solid 1px #000;
  outline: 0;
  box-shadow:  0 2px 6px -8px rgba(0,0,0, .45);
}

label {
  margin: .5rem 0;
  font-size: 1.1em;
  color:  #000;
  opacity:  1;
  font-weight:  400;
  min-width: 20%;
}

.floating-label {
  position:  relative;
	margin-bottom:  10px;
}
  .floating-label label {
    position:  absolute;
    top: calc(5% - 7px);
    left:  0;
    opacity:  0;
    transition:  all .2s;
  }

  .floating-label input:not(:placeholder-shown) {
    padding:  28px 0px 12px 0px;
  }

  .floating-label input:not(:placeholder-shown) + label {
    transform:  translateY(-1px);
	font-size: 80%;
    opacity:  .7;
  }

  .floating-label textarea:not(:placeholder-shown) {
    padding:  28px 0px 12px 0px;
  }

  .floating-label textarea:not(:placeholder-shown) + label {
    transform:  translateY(-1px);
	font-size: 80%;
    opacity:  .7;
  }
@media (min-width: 575px) {
	.contact-form-list input, .contact-form-list textarea{
	border: 1px solid black;
	}
}
@media screen and (max-width: 575px) {
	input {
		height: 40px;
	}
	.hero-image {
		background-image: none;
		margin: 0;
/* 		background-position: center center;
		background-size: 100% auto; */
	}
    .why-subscribe li {
        line-height: normal;
    }
    .why-subscribe svg .a {
        stroke: #000;
    }
	.flex-whole {
		height: auto;
		margin-bottom: 0;
	}
	.full-width-section{
/* 		height: 800px; */
	}

	.member-wrap {
		margin: 0;
	}
	.dot-wrap {
		background: none;
		height: unset;
	}
	.dot-line {
		color:#4036FF;
		font-size:40px;
		margin:auto;
		display:flex;
        justify-content: center;
	}
	.why-subscribe ul {
		margin: auto;
		color: #000;
		background:#fff;

	}
	.subscription-wrap {
		margin: auto;

	}
	.subscriptions table{
/* 		width: 100%; */
		margin: auto;
	}
	.subscriptions {
		height: unset;
	}
	.subscriptions td {
/* 		padding: 10px 15px; */
	}
	.sign-in-q {
		font-size: 1.75rem;
		text-align: center;
		margin: 20px;
	}
	.member-login {
		margin-bottom: 75px;
        padding: 15px;
        text-align: center;
	}
	.subscriptions, .contact-form-list {
/* 		margin: 0px 0px 0px 16px; */
		margin: 0;
	}
	.contact-form-list, .member-login, .subscriptions {
		box-shadow: none;
	}
	.contact-form {
		width:100%;
		margin:auto;
	}
	.any-q {
			font-size: 1.75rem;
	}
	.contact-q {
		font-weight: 400;
		width:100%;
		margin:auto;
		backdrop-filter:none;
		-webkit-backdrop-filter:none;
	}
	.contact-us {
		width: 100%;
	}
	.floating-label input {
		width: 100%;
	}
	.empty {
		display: none;
	}
	.purple-button {
		margin-bottom:20px;
	}
    .mobhide {
        display: none!important;
    }
}
@media screen and (max-width: 575px){
	.flex-0 {
		flex-direction: column;
		width: 100%;
	}

	.flex-1 {
		background: #fff;
		flex-direction: column;
		margin: 0;
		color: #000;
	}

  .flex-2 {
		flex-basis:100%;
	  	font-size:larger;

  }
	.flex-3 {
		flex-basis: 100%;
		webkit-order: -1;
   		order: -1;
		font-size:larger;
	}
	.flex-4 {
		max-width:100%;
		margin: auto;
		background:#fff;
		color: #000;
		font-size:larger;
        margin-bottom: 0;


	}
	.new-hero {
    background-image: url('/wordpress/wp-content/themes/ati-2018/assets/images/abandoned-cover.jpg');
		display:flex;
		background-size: cover;
		height:300px;
/* 		border-bottom: 12px solid #0901a2;
	 */
	}
	.hero-text {
		text-shadow: 0px 0px 1px rgba(0,0,0,1), 3px 2px 0px rgba(0,0,0,1);
/* 		background: #0098f9; */
		color: #fff;
		margin: auto;
		text-align: center;
		font-size: 3em;
		font-weight:400;
	}

	.larger {
		font-size: 1.1em;
		font-weight: 400;
	}
}
@media (max-width: 1024px){
	.flex-4 {
		margin: 25px;
	}
}
@media only screen and (min-width: 680px) {
}

@media (max-width: 727px) {

		.flex-3 {
		webkit-order: -1;
   		order: -1;

	}
}

.manage-sub {
    color: #F72666;
/*     font-weight: bold; */
    border-bottom: #F72666 solid 1px;
    display: inline-block;
    margin: 5px 4px 30px;
}
.manage-sub:hover {
    color: #4036FF;
    border-bottom: #4036FF solid 1px;
}

.notification {
    width: 300px;
    height: 260px;
    background: white;
    display: flex;
    align-items: center;
    border: solid 1px black;
}
.notification .loading {
    margin: 0 auto;
}
.notification .result {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
    margin: 0 auto;
    align-items: center;
    padding:  20px;
}
.notification .result a {
    text-decoration: underline;
    color: blue;
}

.notification .result > div {
    align-items: center;
    flex: 1;
    margin-bottom: 15px;
}
.result-message.error {
    color: red;
}
.button {
cursor: pointer;
	padding: 5px;
    border-radius: 25px;
/* 	border: 4px white solid; */
	text-align: center;
	font-weight: 400;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.dark-theme label {
    color: inherit;
}
.sub-white a {
    text-decoration: underline;
}
.sub-white a:hover {
    text-decoration: underline;
    color: #4036FF;
}
.sub-button {
	margin-left:auto;
    background: #111;
    color: #fff;
	padding: 5px;
    border-radius: 25px;
/* 	border: 4px white solid; */
	text-align: center;
	font-weight: 400;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
.pink-button:hover {
	background: #4036FF;
	color: #ffffff;
}
.uncover-button {
    font-family: Libre Baskerville;
    font-weight: 600;
    padding: 15px;
}

