html,body{
	height:100%;
	margin: 0;
	background-color: #eff0f2;
}

.wrapper{
     position:relative;
     width:100%;
     min-height:100%;
	 margin: 50px 0px;
}


a{
	text-decoration:none;
}

.signin-bg{
	width:100%;
	height: 100vh;
	min-height: 750px;
	background:linear-gradient( 0deg, #e21f26, #f9a316 40% );
}

.left{
	float: left;
}

.right{
	float:right;
}


/* FONT-FACE */
@font-face {
	font-family: "Dongle-Bold";
	src: url('fonts/Dongle-Bold.eot');
	src: url('fonts/Dongle-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Dongle-Bold.svg#Dongle Bold') format('svg'),
	url('fonts/Dongle-Bold.woff') format('woff'),
	url('fonts/Dongle-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
        font-family: "Avenir-Light";
        src: url('fonts/Avenir-Light.eot');
        src: url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Light.svg#Avenir Light') format('svg'),
        url('fonts/Avenir-Light.woff') format('woff'),
        url('fonts/Avenir-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
@font-face {
        font-family: "Avenir-Black";
        src: url('fonts/Avenir-Black.eot');
        src: url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Black.svg#Avenir Black') format('svg'),
        url('fonts/Avenir-Black.woff') format('woff'),
        url('fonts/Avenir-Black.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }   
    
@font-face {
        font-family: "Avenir-Medium";
        src: url('fonts/Avenir-Medium.eot');
        src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Medium.svg#Avenir Medium') format('svg'),
        url('fonts/Avenir-Medium.woff') format('woff'),
        url('fonts/Avenir-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }      
    
@font-face {
        font-family: "Avenir-Book";
        src: url('fonts/Avenir-Book.eot');
        src: url('fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Book.svg#Avenir Book') format('svg'),
        url('fonts/Avenir-Book.woff') format('woff'),
        url('fonts/Avenir-Book.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }     
    
@font-face {
        font-family: "Avenir-Next-Cond-Regular";
        src: url('fonts/AvenirNextCondensed-Regular.eot');
        src: url('fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextCondensed-Regular#Avenir Next Condensed Regular') format('svg'),
        url('fonts/AvenirNextCondensed-Regular.woff') format('woff'),
        url('fonts/AvenirNextCondensed-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        
    }     
    
@font-face {
        font-family: "Avenir-Next-Cond-Medium";
        src: url('fonts/AvenirNextCondensed-Medium.eot');
        src: url('fonts/AvenirNextCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextCondensed-Medium#Avenir Next Condensed Medium') format('svg'),
        url('fonts/AvenirNextCondensed-Medium.woff') format('woff'),
        url('fonts/AvenirNextCondensed-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }  
    
@font-face {
        font-family: "Avenir-Next-Cond-DemiBold";
        src: url('fonts/AvenirNextCondensed-DemiBold.eot');
        src: url('fonts/AvenirNextCondensed-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextCondensed-DemiBold#Avenir Next Condensed DemiBold') format('svg'),
        url('fonts/AvenirNextCondensed-DemiBold.woff') format('woff'),
        url('fonts/AvenirNextCondensed-DemiBold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        
    }        
    

/* TEXT */
.font-dongle-bold{
	font-family:"Dongle-Bold";
}

.font-avenir-light{
	font-family:"Avenir-Light";
}

.font-avenir-black{
	font-family:"Avenir-Black";
}

.font-avenir-medium{
	font-family: "Avenir-Medium";
}

.font-avenir-book{
	font-family: "Avenir-Book";
}

.font-avenir-next-cond-medium{
	font-family: "Avenir-Next-Cond-Medium";
}

.font-avenir-next-cond-demibold{
	font-family: "Avenir-Next-Cond-DemiBold";
}

.font-avenir-next-cond-regular{
	font-family: "Avenir-Next-Cond-Regular";
}

.text-left{
	text-align:left;
}

.text-right{
	text-align:right;
}

.text-center{
	text-align:center;
}

.uppercase{
	text-transform:uppercase !important;
}

.lowercase {
	text-transform: lowercase;
}

.line-through{
	text-decoration:line-through;
}

.text-black{
	color:#000000;
}

.text-blue{
	color: #318cbe;
}

.text-white{
	color:#ffffff !important;
}
 
.text-gray{
	color:#96a0af;
}

.text-light-gray{
	color:#d2d4d7;
}

.text-red {
	color:#e21f26;
}

h1 {
	font-size:16px;
	font-weight:normal;
}

h2 {
	font-size:14px;
	font-weight: normal;
}

h3{
	font-size: 10px;
	font-weight: normal;
}

h4 { 
	font-size:clamp(1rem, 0.5625rem + 3vw, 2.25rem)!important;
}


/*  */
.larger {
	font-size: clamp(6.25rem, 1.5625rem + 15vw, 10rem);
	line-height: .5;
	margin-top: 20px;
}

.signin-container{
	display: grid;
	grid-template-columns: auto;
	gap: 10px;
	padding: 35px;
	padding-top: 65px;
}

.signin-container > div {
	text-align: center;
  }

.signin-container img{
	margin-bottom:0px;
	margin-left:0px;
	width: 175px;
}

.submit-container{
	display: grid;
	grid-template-columns: auto;
	gap: 10px;
	padding: 35px;
	padding-top: 65px;
}

.submit-container > div {
	text-align: center;
  }

.submit-container img{
	margin-bottom:0px;
	margin-left:0px;
	width: 175px;
}

.submit-header {
	font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
	padding: 15px;
	padding-top: 0px;
	max-width: 650px;
	min-width: 350px;
	margin:auto;
	margin-top: 0px;
	text-wrap: pretty;
}

.submit-header p {
	padding:10px;
	margin: 0;

}

.submit-header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
	height: 200px;
}

.submit-form{
	display:none;
	background-color:#f9a316;
}  

.submit-form p {
	font-size: clamp(2.5rem, -0.375rem + 6vw, 3.5rem);
	line-height: .75;
	text-align: center;
	color:#fff;
}

#divColors {
	display:none;
	visibility: hidden;
}


.form-title {
	color:#fff;
}

.border-top {
	width: 555px;
	border: 1px solid #e21f26;
	border-bottom: none;
	padding: 35px;
	padding-bottom: 50px;
	border-radius: 25px 25px 0px 0px;
	margin: auto;
	margin-top: 25px;
	background-color: #f9a316;
}

.border-bottom {
	width: 555px;
	border: 1px solid #e21f26;
	border-top: none;
	padding: 35px;
	padding-top: 0px;
	border-radius: 0px 0px 25px 25px;
	margin: auto;
	box-shadow: 0px 8px 12px -5px #e21f26;
}


.submit-images {
	width: 555px;
	border: 1px solid #e21f26;
	border-top: none;
	border-bottom: none;
	padding: 35px;
	padding-top: 0px;
	border-radius: 0px 0px 0px 0px;
	margin: auto;
	margin-top: -85px;
	margin-bottom: -55px;
}

#showPost{
    padding:0px;
	padding-top:35px;
	margin-top:15px;
	background-color: #eff0f2;
}

#showMessage{
    padding:0px;
	padding-top:35px;
	margin-top:15px;
	background-color: #eff0f2;
}

.nice-form-group>input[type=file] {
	color:#fff;
	font-size: 13px;
	height: 70px;
	background: rgba(0,0,0,.05)!important;
}

.submit-images-col {
display: grid;
column-gap:10px;
grid-template-columns: 49% 49%;
margin-top: 15px;
}

.submit-images-col > div {
	margin-top:0px;
}

.radio-label {
	display: block;
	position: relative;
	padding-left: calc(8% + 35px);
	padding-top: 5px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: clamp(2rem, 0.5625rem + 3vw, 2.5rem);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
.submit-radio {
	display:flex
}  

  .radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  .checkmark {
	position: absolute;
	top: calc(8% + 5px);
	left: calc(8% + 35px);
	height: 25px;
	width: 25px;
	background-color: #f9a316;
	border-radius: 50%;
  }
  
  .radio-label:hover input ~ .checkmark {
	background-color: #e21f26;
  }
  
  .radio-label input:checked ~ .checkmark {
	background-color: #f9a316;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .radio-label input:checked ~ .checkmark:after {
	display: block;
  }
  
  .radio-label .checkmark:after {
	top: 8px;
	left: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e21f26;
  }

.textbox-label:after {
	display: none;
	visibility: hidden;
}

.textbox-label-before:before {
	display: none;
	visibility: hidden;
}

.textbox-label {
	width: 100px;
}

input, textarea{
	height:38px;
	border: 1px solid #bbbfc3;
	font-size:16px;
}

.signin-form{
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-top:20px;
}

.signin-footer{
	position: static;
	bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	height: 50px;
	background: rgba(0,0,0,0);
	font-size: clamp(0.5rem, 0.5294rem + 0.7353vw, 0.75rem);
}

.signin-footer > p > a {
	color:#fff;
}

footer{
	background-color:#e5e7ea;
	bottom: 0px;
	width:100%;
	clear:both;
	display: block;
	z-index: 1;
	margin:0px;
	padding:0px;
}

.footer{
	height: 50px;
	margin-top: -50px;
	width:100%;
	background-color:#e5e7ea;
	padding:0px;
	padding-top:10px;
	padding-bottom:15px;
	bottom: 0px;
	margin: 0px;
	font-size: clamp(0.5rem, 0.5294rem + 0.7353vw, 0.75rem);
}

.footer > p > a {
	color: #96a0af;
}

footer sup{
	position:relative;
	left:-2px;
	top:2px;
}

header{
	background:#f05046; 
	height:80px;
	width:100%;
}

header ul{
	font-size: 14px;
	list-style:none;
	margin-top: 30px;
}

header ul li{
	float: left;
	margin-left:28px;
}

.header-container{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
}

.header-container img {
	height: 50px;
	margin-top: 15px;
}

.header-side{
	width: 500px;
}

.right-header-side{
	width: 300px;
}

.user-info{
	line-height: 20px;
	margin:23px 11px 0 0;
}

.container{ 
	width:710px;
	margin:auto;
	margin-top:30px;
	height: 100%;
}

.product-container{
	width:708px;
	height:58px;
	border:1px solid #bbbfc3;
	background:#ffffff;
	margin-bottom:10px;
}

.product-container img{
	border-right:1px solid #bbbfc3;
}

.product-info{
	margin:10px 12px;
}

.posts-container { 
	width: 560px;
	height: 100%;
	margin: auto;
	padding: 0px;
}

.post-container {
	display: grid;
	grid-template-columns: 200px auto;
	max-width: 560px;
	align-items: center;
	border: #bbbfc3 1px solid;
	background-color: #fff;
	border-radius: 8px;
	padding: 0px;
	padding-top: 15px;
	margin: 15px;
}
  
.post-container-twocols {
	padding: 20px;
	text-align: center;
	grid-column: 1 / span 2;
}

.post-container img {
	width: 100%;
}

.post-img {
	border: solid 1px #bbbfc3;
	border-radius: 8px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	justify-self: end;
	width: 125px;
	height: 125px;
	overflow: hidden;
}

.post-details {
	justify-self: start;
}

.post-dropdown {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.post-prices {
	display: grid;
	grid-template-columns: 80px auto;
	color: #e21f26;
	padding-bottom: 5px;
}

.post-date-user {
	display: grid;
	grid-template-columns: 110px auto;
	gap: 0px;
	margin-bottom: 5px;
}

.post-sale-price {
	color: #318cbe;
}

.post-store {
	font-weight:500
}

.post-brand {
	font-style: italic;
	margin-bottom: 5px;
}

.post-description {
	font-size: 1.15em;
	padding-right: 15px;
	word-break: break-word;
	margin-bottom: 5px;
}

.post-date, .post-user {
	color: #96a0af;
	font-size: .9em;
}

.post-label {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	text-transform: uppercase;
}

.submit{
	padding-bottom:180px;
}

.submit input {
	width: 326px;
	padding: 0 11px;
}

.submit input.input-short{
	width:146px;
	padding: 0 11px;
}

.input:focus, textarea:focus, select {
	color:#318cbe;
}

.submit textarea{
	font-size:16px;
	resize:none;
	border: none;
	width: auto;
	resize: none;
	height: 107px;
	overflow: hidden;
	padding: 11px;
	width: 326px;
	border:1px solid #bbbfc3;
}
	
.submit h2{
	margin-bottom:10px;
}

.submit .header-left{
	margin-right:10px;
}


.submit-textarea {
	height: 130px;
	position: relative;
}

.submit-textarea span {
	position: absolute;
	bottom: 5px;
	right: 13px;
}

.field{
	margin-bottom:20px;
}

select{
	font-size:16px;
	padding:0 11px;
	height:40px;
	width: 351px;
	border:1px solid #bbbfc3;
	outline: none;
	cursor:pointer;
}

.select-short{
	width:109px;
}

label {position:relative}
label:after {
    content:'>';
    font:16px "Consolas", monospace;
    color:#bbbec2;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:11px; top:0px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#fff;
    position:absolute;
    pointer-events:none;
    display:block;
}

label.radio-label:after {
    content:'';
}

label.radio-label:before {
    background:none;
}

label.nice-form-group:after {
    content:'';
}

label.nice-form-group:before {
    background:none;
}

.prices {
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin-top: -30px;
}

.prices input {
	padding: 22px;
	padding-left: 15px;
	border-radius: 3px;
	color: #4b5563;
}

.images-row {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto;
	margin-top:-50px;
	width: 555px;
}

.images-row div {
	width: 100%;
	height: 100%;
}

.images-row img {
	width: 100%;
	height: auto;
}

.cards{
	background-color:#f9a316;
	margin-top: -50px;
	margin-bottom: -50px;
	display: grid;
	grid-template-columns: auto auto;
}

.photo{
	width:108px;
}

.card{
	float:left;
	position:relative;
	left: 3px;
	width:120px;
}

.card-select{
	background:url(../images/cover-photo.jpg) no-repeat;
	width:122px;
	height:176px;
	position:relative;
	left: 4px;
	top: -31px;
}

.card-img{
	width:108px;
	height:108px;
	border:1px solid #bbbfc3;
	background:#f4f5f6;
	position:relative;
	z-index: 2;
	top: 8px;
	left: 6px;
	overflow: hidden;
}

.card-img .draganddrop{
	position: absolute;
	top: 50%;
	left: 35%;
	/* height: 10px; */
	width: 49px;
	margin: -5px 0 0 -9px;
	cursor: pointer;
}

.card-title{ 
	width:108px;
	height:27px;
	border:1px solid #bbbfc3;
	border-top:none;
	line-height: 29px;
	padding-left:10px;
	position: relative;
	z-index: 2;
	top: 8px;
	left: 6px;
}

.card-title-add{ 
	background:#ffffff url(../images/add-button.jpg) no-repeat 88px;
	position: relative;
}

.card-title-remove{ 
	background:#ffffff url(../images/remove-button.jpg) no-repeat 88px;
	position: relative;
}

input.clear-button {
	background:#96a0af url(../images/clear-button.png) no-repeat 8px 7px;
}

input.save-button {
	background:#e21f26 url(../images/save-button.png) no-repeat 8px 7px;
}

input.edit-button {
	background:#e21f26 url(../images/edit-button.png) no-repeat 8px 7px;
}

input.publish-button {
	background: #008000 url(../images/publish-button.png) no-repeat 8px 7px;
}

input.unpublish-button {
	background: #008000 no-repeat 8px 7px;
}

input.repost-button {
	background: #e21f26 url(../images/repost-button.png) no-repeat 8px 7px;
}

input.signin-button {
	background: #ffffff url(../images/sign-in-button.png) no-repeat calc(50% - 65px);
	cursor: pointer;
	border:none;
	font-size: 24px;
	width:100%;
	height: 40px;
	box-shadow: 0px 5px 8px -5px #4b5563;
	border-radius: 4px;
}

input#username.nice-form-group {
	margin-top: -30px;
	font-size: 24px;
}

input#password.nice-form-group {
	margin-top: -15px;
	font-size: 24px;
}

input#signin.nice-form-group {
	margin-top: -15px;
}

.signin-form .signin-btn{
	background: #ffffff url(../images/sign-in-button.jpg) no-repeat 115px;
	margin-top:10px;
	width:375px;
	cursor: pointer;
	border:none;
	font-size: 24px;
}

.submit-btns {
	padding-top: 0px;
	padding: auto;
	clear:left;
	margin:auto;
}

.submit-btns input {
	width: 148px;
	border:none;
	cursor:pointer;
	margin: 5px;
	border-radius: 25px;
	box-shadow: 0px 5px 8px -5px #4b5563;
	text-align: center;
}

.submit-price {
	height: 38px;
	border: 1px solid #bbbfc3;
	position: relative;
	width: 146px;
	padding: 0 11px;
	background:#ffffff;
	float: left;
	margin-bottom: 20px;
}

.submit-price .submit-price-dollar-symbol  {
	position: absolute;
	bottom: 7.6px;
}

.submit-price .submit-price-dot {
	position: absolute;
	bottom: 7.6px;
	right:32px;
}

.submit input.input-price-5{
	border:none;
	position: absolute;
	right: 38px;
	width: 46px;
	text-align: right;
	padding: 0;
}

.submit input.input-price-2{
	border:none;
	position: absolute;
	right: 11px;
	width: 19px;
	text-align:right;
	padding: 0;
}

.error {
	border: rgba(226, 31, 38, .75) 1px solid !important;
	background-color: rgba(226, 31, 38, .75) !important;
	color: #fff !important;
}

.error::placeholder {
	color: #fff !important;
}

.error-bg {
	background-color: rgba(226, 31, 38, .75) !important;
	color: white !important;
}

.error-font::-webkit-input-placeholder { /* WebKit browsers */
	color:#f05046;
}
.error-font:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#f05046;
}
.error-font::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#f05046;
}
.error-font:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#f05046;
}
.error-font {
	color:#f05046;
}

.vertical {
	/*height: 149px !important;	*/
}

.horizontal {
	/*height: 58px !important;*/
}

.square {
	/*height: 93px !important;*/
}


/* Mobile Styles */
@media (max-width: 575px) {
    .signin-container, .submit-container {
        padding: 20px;
    }
    
    .signin-form input, .submit-form input {
        width: 100%;
        font-size: 18px;
    }
    
	.submit-header {
		width: 100%;
		min-width: none;
		max-width: none;
	}

	.border-top {
		width: 100%;
		min-width: none;
		max-width: none;
	}

	.border-bottom {
		width: 100%;
		min-width: none;
		max-width: none;
	}

	.submit-images {
		width: 100%;
		min-width: none;
		max-width: none;
	}

	.submit-images-col {
		display: grid;
		grid-template-columns: auto;
		}

    .submit-btns input {
        width: 100%;
        height: 45px;
        margin: 5px 0;
    }

	.posts-container{ 
		width: 100%;
		max-width: 400px;
		height: 100%;
		margin: auto;
	}

	.post-container-twocols {
		width: 80%;
	}

	.post-img {
		grid-column: 1 / span 2;
        margin: auto;
		margin-bottom: 10px;
	}

	.post-details {
		grid-column: 1 / span 2;
		margin: 5px 20px;
	}

	input.clear-button {
		background:#96a0af url(../images/clear-button.png) no-repeat calc(50% - 65px);
	}
	
	input.save-button {
		background:#e21f26 url(../images/save-button.png) no-repeat calc(50% - 65px);
	}

	input.edit-button {
		background:#e21f26 url(../images/edit-button.png) no-repeat calc(50% - 65px);
	}
	
	input.publish-button {
		background: #008000 url(../images/publish-button.png) no-repeat calc(50% - 65px);
	}
    
	input.repost-button {
		background: #e21f26 url(../images/repost-button.png) no-repeat calc(50% - 65px);
	}

    .header-container {
        flex-direction: column;
        align-items: center;
    }

    .header-side, .right-header-side {
        width: 100%;
    }

    .container, .product-container {
        width: 100%;
    }

    .product-container {
        margin-bottom: 15px;
    }

    .cards {
        padding-bottom: 0px;
		display: grid;
		grid-template-columns: auto;
		align-items: center;
		margin-bottom: -20px;
    }
    
    .card {
        width: 100%;
		margin: 0px;
    }

    .card-select {
        width: 50%;
    }

    .images-row {
        width: 100%;
    }

    .submit-price {
        width: 100%;
        margin-bottom: 10px;
    }

    .submit-price input {
        width: auto;
        text-align: right;
    }

	.submit-radio {
		display:block;
	}
	  
	  .checkmark {
		position: absolute;
		top: calc(8% + 5px);
		left: 8%;
		height: 25px;
		width: 25px;
		background-color: #f9a316;
		border-radius: 50%;
	  }
}

/* Tablet Styles */
@media (min-width: 576px) and (max-width: 1024px) {
    .header-container {
        flex-direction: row;
    }

    .header-side, .right-header-side {
        width: auto;
    }

    .container, .product-container {
        width: 90%;
    }
    
    .submit-price {
        width: 50%;
    }
}
