/* ---------------------- Nova.Hub New Item CSS ---------------------- */

#ipad-cont {
	padding: 100px calc(50vw - 700px); width: 1400px;
}
#ipad {
	width: 1400px; height: 800px; border-radius: 50px;
	text-align: center; position: relative;
}





/* -------- ITM'S -------- */

#add-itm {
	width: 100%; height: calc(100% - 120px); position: relative; opacity: 0;
	animation: 1s ease 0.5s 1 normal forwards running fade-rise;
	
}

.itm-title {
	width: 500px; margin: 10px calc(50% - 325px); padding: 15px 75px;
	text-align: left; background-color: lightblue; border-radius: 15px;
}


#ipad h1 p {
	padding: 7px 25px; position: absolute; right: 0px; top: 0px;
	font-size: 36pt; color: whitesmoke; font-weight: 400;
	font-family: impact; background-color: crimson;
}
#ipad h1 b {
	color: #f92d00; font-weight: 400;
}
#ipad h1 b:hover {
	cursor: pointer;
}


/* -------- ADD-ITM -------- */

#add-itm input:focus, #form-cont textarea:focus {
	background-color: rgb(240, 240, 255); box-shadow: 3px 3px 5px rgb(150, 150, 150);
}
#add-itm form {
    display: inline-block;
}


#add-itm h2 {
	font-family: calibril; font-size: 16pt;
}
#add-itm input[type=text], #add-itm input[type=number], #add-itm textarea {
	width: 500px; height: 50px; margin: 0 0 15px; padding: 0 10px; font-size: 16pt;
	box-shadow: 1px 1px 3px rgba(150,150,150,.5); border: none;  border-radius: 5px;
}
#itm-xtra i, #itm-opt i {
	float: right; margin: 15px 100px 15px 0; padding: 10px 15px;
	font-style: normal; font-family: calibri; font-size: 16pt;
	background-color: whitesmoke; border-radius: 25px; transition: .3s;
}
#itm-xtra i:hover, #itm-opt i:hover {
	transform: scale(1.1); cursor: pointer;
}


/* -------- FORM-CONT -------- */

#form-cont {
	width: calc(100% - 150px); height: 300px; margin: 0 0 15px; padding: 10px;
	border-radius: 15px; background-color: whitesmoke; display: inline-block; 
}
#form-cont li {
	width: 50%; float: left;
}
#form-cont p {
	width: 200px; float: left;
}


#form-cont input[type=text], #form-cont input[type=number], #form-cont textarea {
	width: 250px; font-family: calibril; font-size: 16pt; float: left;
}
#form-cont textarea {
	padding: 10px;
}
#form-cont input[type=text], #form-cont input[type=number] {
	height: 50px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	display: none;
}

#form-cont textarea {
	width: 400px; height: 150px;
}
#form-cont input[type=submit] {
	width: 150px; margin: 15px 100px 15px 70px; padding: 10px 15px; 
	font-family: calibri; color: white; font-size: 16pt;
	background-color: mediumseagreen; border: none; border-radius: 25px;
}






#main-img {
	width: 260px; font-size: 16pt;
	position: relative; display: flex;
}
#main-img input[type=file] {
	width: 250px; margin: 10px 0 0; border: 1px solid #009cff;
	border-radius: 5px; box-shadow: 0 0 40px 8px #009cff20;
	transition: .3s;
}
#main-img input[type=file]:hover {
	cursor: pointer;
}
#main-img input[type=file]::before {
	content: "+"; width: 40px; padding: 70px 105px;
	font-size: 52pt; color: #009cff; display: inline-block;
	position: relative; z-index: 2; transition: .3s;
}

	
	    .up-img {
        width: 250px;
        height: 224px;
        position: absolute;
        top: 8px;
        object-fit: contain;
        display: none;
    }



	
	
/* -------- SENT-CONT -------- */	
#sent {
	width: 100%; height: 0; position: absolute;
	background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(2px);
	z-index: 3;
}

#sent-container {
	width: 500px; height: 0; margin: auto; padding: 20px 0; border-radius: 25px;
	background-color: whitesmoke; position: relative; top: 130px; display: inline-table;
	overflow: hidden; opacity: 0; transition: top .4s cubic-bezier(.35,.88,.5,.93);
}
#sent-container h2 {
	margin: 10px 0 15px 0; font-family: gilc; font-size: 32pt;
}
#sent-container h2 b {
	width: 55px; height: 55px; font-size: 34pt; font-weight: 400;
	color: white; background-color: crimson; position: absolute;
	top: 0; right: 0; border-radius: 0 0 0 15px; /*background-color: #f92d00;*/	
}
#sent-container h2 b:hover {
	cursor: pointer;
}
	
#sent-container p {
	font-size: 20pt; text-transform: uppercase;
}




@media screen and (max-width:1440px){
	
#ipad {
	width: 100vw; margin: auto;
}

}
/* --------------------------- Mobile sized screens -------------------------- */

@media screen and (max-width:640px){

nav a {
	font-size: 12pt;
}

#ipad-cont, #ipad {
	width: 100vw; height: 100vh; padding: 0;
	border-radius: 0;
}

#header {
	width: 100vw; height: 80px; margin: 0;
}
#header img {
	height: 80px;
}


#ipad a {
	width: 160px; height: 90px; margin: 10px 5px; padding: 10px 5px;
	font-size: 12pt;
}
#ipad svg {
	width: 90px;
}


#opt-cont {
	height: calc(100vh - 80px);
}
#opts {
	margin: 50px 0;
}


#wrapper {
	width: 100vw; margin: 0;
}
#wrapper div {
	width: calc(33.33vw - 19px);
}

}