
.title {
	font-size: 36px;
	text-align: center;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 600;
	margin-bottom: 5vh;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	padding-top: 3vh;
}

.subtitle {
	color: #7e8ea2;
	font-size: 24px;
	text-align: center;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 300;
	margin-bottom: 5vh;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

#delete {
	text-align: right;
	margin-right: 5%;
	cursor: pointer;
}

#delete:hover {
	color: red;
}

.deletable-context #delete:hover {
	background-color: lightred;
}

.deletable-context:hover {
	background-color: whitesmoke;
}

#region-input {
	width: 350px;
}

@media ( max-width : 1024px) {
	#region-input {
		width: 67%;
	}
}

.select-input {
	padding: 2px 20px 2px 10px;
    width: 100%;
	font-weight: lighter;
	border: 1px solid #b9c6d2;
	border-radius: 5px;
	background-color: white;
	color: #333;
}

@media ( max-width : 1024px) {
	.select-input {
		width: 60%;
		font-size: 42px;
	}
}

.text-input {
	border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 1px #e4eaef solid;
    padding: 0.3em;
    width: 100%;
    color: #333;
}

.trigger-input {
	width: 300px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border: 1px solid lightslategrey;
	padding: 10px;
	margin-bottom: 2vh;
	border-radius: 5px;
	background-color: white;
}

@media ( max-width : 1024px) {
	.trigger-input {
		width: 60%;
		font-size: 42px;
	}
}

.region-error-text {
	width: 300px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 10px;
	color: red;
	margin: auto;
} 

@media ( max-width : 1024px) {
	.region-error-text {
		width: 60%;
		font-size: 36px;
	}
}

.currently-trending-text {
	width: 300px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 10px;
	margin: auto;
}

@media ( max-width : 1024px) {
	.currently-trending-text {
		width: 60%;
		font-size: 36px;
	}
}

.continue-error {
	font-size: 14px;
    text-align: center;
    color: indianred;
    margin: auto;
    border-radius: 5px;
    border: 1px indianred solid;
    padding: 10px;
    letter-spacing: 1px;
    margin-top: 20px;
    position: relative;
}

@media ( max-width : 1024px) {
	.continue-error {
		font-size: 36px;
	}
}

#desktop-header {
		display: inline;
}

@media ( max-width : 1024px) {
	#desktop-header {
		display: none;
	}
}

#mobile-header {
	display: none;
}

@media ( max-width : 1024px) {
	#mobile-header {
		display: inline;
	}
}

#mobile-header-block {
	display: none;
}

@media ( max-width : 1024px) {
	#mobile-header-block {
		display: block;
	}
}

.mobile-center-align {
	text-align: left;
}
	
@media (max-width: 1000px){
	.mobile-center-align {
		text-align: center;
	}
}

.trends-background {
	background-color: rgb(240,240,240);
	width: 60%;
	min-height: 15vh;
	margin-top: 5vh;
	padding: 5%;
	padding-top: 20px;
	overflow-y: auto;
	border-radius: 20px;
    margin: auto;
    border: 1px lightgray solid;
    display: flex;
    resize: vertical;
}

@media ( max-width : 1024px) {
	.trends-background {
		width: 80%;
	}
}

.trends-item {
	background-color: white;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    padding: 5px;
    margin: auto;
    width: 33%;
    height: inherit;
    display: inline-table;
    margin-right: 20px;
    overflow: hidden;
    resize: vertical;
}

@media ( max-width : 1024px) {
	.trends-item {
		font-size: 48px;
		width: 100%;
	}
}

.trends-list-items {
    overflow: auto;
    height: 90%;
}

.trends-title {
    font-weight: 600;
    border-bottom: 1px darkgray solid;
}

.plus-button {
	font-size: 16px;
	background-color: slategray;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
	padding: 10px;
	padding-left: 14px;
    padding-right: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	border: 2px slategray solid;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 slategray;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;
}

@media ( max-width : 1024px) {
	.plus-button {
		font-size: 42px;
	}
}

.plus-button:hover {
	box-shadow: inset 200px 0 0 0 green;
	border: 2px green solid;
}

#close {
	cursor: pointer;
}

#close:hover {
	color: lightgray;
}

.trigger-item {
	width: 200px;
    height: 200px;
    cursor: pointer;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    z-index: 0;
    background-color: rgb(245,245,245);
    background-size: 105%;
    border-radius: 10px;
    border: 1px lightgray solid;
    margin: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px;
}
.trigger-item:hover {
	width: 240px;
	height: 240px;
	margin: 10px;
}

.trigger-item .trigger-item-content {
	width: 100%;
	height: 100%;
	background-color: rgba(140, 140, 140, 0.9);
	color: white;
	text-align: center;
	border-radius: 10px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
	padding: 5%;
	font-size: 18px;
	display: none;
}

.trigger-item:hover .trigger-item-content {
	display: block;
}

.trend-item:hover {
	background-color: lightgray;	
}

.disabled {
	cursor: default;
	-webkit-filter: blur(2px);
  	-moz-filter: blur(2px);
  	-o-filter: blur(2px);
  	-ms-filter: blur(2px);
  	filter: blur(2px);
  	opacity: 0.6;
}

.disabled:hover {
	opacity: 0.6 !important;
	-webkit-filter: blur(0);
  	-moz-filter: blur(0);
  	-o-filter: blur(0);
  	-ms-filter: blur(0);
  	filter: blur(0);
}

.trigger-grid {
	table-layout: fixed; 
	width: 80%; 
	margin: auto; 
	text-align: left;
	text-rendering: optimizeLegibility;
}

.trigger-title {
	letter-spacing: 1.5px;
	padding-top: 20px;
	color: white;
	text-align: center;
}

@media ( max-width : 1024px) {
	.trigger-title {
		font-size: 24px;
	}
}

#trend_items{
	font-size: 16px;
}

@media ( max-width : 1024px) {
	#trend_items {
		font-size: 30px;
	}
}

.dn-timepicker-popup {
	max-height: 300px;
	overflow-y: scroll;
}

#quiet-period-title {
	text-align: left;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 5vh;
    border-bottom: 2px lightgray solid;
}

#post-time-title {
	text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 5vh;
    border-bottom: 2px lightgray solid;
    margin-bottom: 20px;
}