
h1{
	margin-top: 40px;
}

small{
	font-size: 14px;
}

.very-small{
	font-size: 10px;
}

.button-submit{
	margin-top: 90px;
}

.add-btn{
	margin-top: 23px;
	background-color: #4CAF50 !important; /* Green */
}

.remove{
	margin-top: 23px;
	background-color: #f11114 !important; /* Green */
}

ul {
  list-style-type: none;
}

.error{
	font-weight: bold !important;
	color: #b50c0c !important;
}

/* ------------------ Loader ----------------------------- */
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 650px) {
	left: 50%;
	top: 30%;
}

.title-bar{
	background: rgba(255, 255, 255, 0);
	
}
/* ------------------ End Loader ----------------------------- */

#searchbox{
		margin-top: 20px;
		position: relative;
	}
	
	#search{
		background-image: url('https://home.wardwebdev.com/assets/images/searchicon.png');
		background-position: 10px 9px;
		background-repeat: no-repeat;
		width: 80%;
		font-size: 16px;
		padding: 12px 20px 12px 40px;
		border: 1px solid #ddd;
		margin-bottom: 12px;
		display: inline-block;
	}
	#search-wrapper {
		width: 50%;
		margin: 0 auto;
		position: relative;
	}
	
	#results{
		width: 80%;
		font-size: 18px;
		border: 1px solid #ddd;
		display: none;
		position: absolute;
		top: 39px;
 		left: 0px; 
		z-index: 2;
		background: white;
		padding: 0px 14px 0px 14px;
	}
	
	.title{
		padding-top: 5px;
		padding-bottom: 5px;
		cursor: pointer;
		display: block;
		width: fit-content;
	}
	
	#release_date{
		display: inline;
		font-size: 16px;
		padding: 12px 20px 12px 5px;
		border: 1px solid #ddd;
		width: 150px;
	}
	
	.add-input{
		margin-top: 5px;
	}
	
	.add-input input{
		font-size: 16px;
	}
	
	#media_title{
		margin-right: 10px;
		width: 20%;
		display: inline;
	}
	
	.button-round {
		/* display: inline-block; */
		vertical-align: middle;
		margin: 0 0 .2rem 0;
		/* font-family: inherit; */
		-webkit-appearance: none;
		/* border: 1px solid transparent; */
		border-radius: 50px;
		/* transition: background-color 0.25s ease-out, color 0.25s ease-out; */
		/* line-height: 1; */
		text-align: center;
		cursor: pointer;
		background-color: #1779ba;
		/* color: #fefefe; */
		padding: .5em .7em .5em .7em;
		font-size: 1.2rem;
	}
	
	.remove{
		margin-left: 15px;
		background-color: #b8292b !important; /* Red */
		text-align: center;
		text-decoration: none;
/* 		font-size: 20px; */
		cursor: pointer;
		border-radius: 50%;
		behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	}
	
	.switch.large {
		position: absolute;
		margin-left: 5px;
	}
	
	/* Change font size andbox width */
	.switch.large .switch-paddle {
		width: 7rem;
		font-size: 1.2rem;
	}
	
	.switch-paddle {
		background: #2bbf52;
	}
	
	/* Change switch box movement more from the left */
	.switch.large input:checked ~ .switch-paddle::after {
		left: 4.75rem;
	}
	
	@media screen and (max-width: 940px) {
		#search-wrapper {
			width: 40%;
		}
	}
	
	@media screen and (max-width: 750px) {
		#search{
			width: 100%;
			-webkit-box-ordinal-group: 2;
			-moz-box-ordinal-group: 2;
			-ms-flex-order: 2;
			-webkit-order: 2;
			order: 2;
		}
		#search-wrapper {
			width: 100%;
			margin: 0 auto;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-orient: vertical;
			-moz-box-orient: vertical;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			/* optional */
			-webkit-box-align: start;
			-moz-box-align: start;
			-ms-flex-align: start;
			-webkit-align-items: flex-start;
			align-items: flex-start;
		}
		.switch.large {
			position: static;
			margin: 0 auto;
			display: block;
			width: 100px;
			height: 100%;
			-webkit-box-ordinal-group: 1;
			-moz-box-ordinal-group: 1;
			-ms-flex-order: 1;
			-webkit-order: 1;
			order: 1;
		}
		#results{
		left: 0px;
		width: 100%;
		top: 84px;
		}
		#media_title{
		margin-right: 5px;
		width: 50%;
		}
		#release_date{
			width: 110px;
		}
		.button-submit {
		margin-top: 30px;
		}
	}