/*
Theme Name: Post it
Author: Crowdpolicy
Author URI: http://crowdpolicy.com
Description: Post it
Version: 1.0.3

*/


/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: auto;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #fff;
	display: flex;
	flex-direction: column;
}

::-webkit-scrollbar {
	width: 6px;
	height: 4px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px var(--primary);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #a2a2a2;
	border-radius: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
.all_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
}

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: georgia, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: georgia, serif;
	margin: 0 0 30px 0;
}

h1 {
	font-size: 32px;
	font-family: georgia, serif;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 1.5em 0 1.5em 3em;
	line-height: 28px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #e6e6e6;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: top;
}

button,
input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;
	/* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #000;
	color: #fff;
	cursor: pointer;
	font: 700 12px/1 georgia, sans-serif;
	letter-spacing: 0.1em;
	padding: 11px 22px;
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #333;
}

button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #333;
	box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
	/* Addresses excess padding in IE8/9 */
	vertical-align: middle;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	color: #111;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	font-size: 15px;
	padding: 7px 3px 8px 7px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 7px 7px 8px 7px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Links */
a,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #666;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}

.alignnone {
	clear: both;
	display: block;
	margin: 20px 0;
}

body:before {
	content: url("images/idea-1.png") url("images/idea-2.png") url("images/idea-3.png") url("images/idea-4.png") url("images/idea-5.png");
	display: none;
}

/* =Container
----------------------------------------------- */

#wrapper {
	width: 100%;
}

#page {
	max-width: 100%;
	margin: 0 auto;
	flex: 1 0 auto;
	padding: 1rem 0 3rem;
}

#main {
	max-width: 1000px;
	margin: 0 auto;
	min-height: 570px;
}

#primary {
	float: left;
	margin-right: 40px;
	max-width: 563px;
	width: 100%;
}

/* =Header
----------------------------------------------- */
#headland {
	float: left;
	height: 90px;
	margin: 30px 0;
	width: 100%;
}

#socialhead {
	float: left;
	margin: 0 0 0 30px;
	padding: 10px;
	text-align: right;
	width: 120px;
}

#socialhead a {
	float: right;
}

#socialhead img {
	float: right;
}

#masthead {
	float: left;
	height: 50px;
	margin-top: 0;
	padding: 10px 20px;
	text-align: left;
	min-width: 17%;
	padding-left: 16%;
	transition: all .2s ease;
}

#motohead {
	float: left;
	height: 60px;
	margin-top: 0;
	padding: 5px 20px;
	text-align: left;
	font-weight: 100;
	background-color: rgba(255, 255, 255) !important;
}

#moto {
	margin: 0 20px;
	float: left;
}


#logo {
	margin: 0;
	float: left;
}


#secondary {
	float: left;
	margin-left: 30px;
	width: 314px;
	position: relative;
	top: 20px;
}

#inner-sidebar {
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
}

#slideshow {
	list-style: none;
	width: 100% !important;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: -10;
	height: 100% !important;
}

/* =Footer
----------------------------------------------- */

#footer {
	margin-top: 0 !important;
}

#footland {
	width: 100%;
}

.site-footer-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100px;
}

.site-footer {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
}

#terms {
	margin-right: 5px;
}

#powered,
#compliments {
	margin: 0 !important;
	padding: 1rem !important;
}

#compliments a,
#compliments a:hover {
	color: #000000;
	text-decoration: none;
}

#compliments img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.rounded_20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.transparent_60 {
	background-color: rgba(255, 255, 255, 0.6);
}

.transparent_80 {
	background-color: rgba(255, 255, 255, 0.8);
}

.transparent_90 {
	background-color: rgba(255, 255, 255, 0.9);
}

/*
.transparent_60 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
} */


#submit-idea-form-container {
	background: url("images/postit-1.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	display: block;
	font-size: 18px;
	height: 290px;
	padding: 5px 5px 5px 20px;
	position: relative;
	text-decoration: none;
	width: 228px;
}

#idea-text {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	min-height: 190px;
	padding-left: 15px;
	height: 190px !important;
	max-height: 190px !important;
	width: 220px !important;
	max-width: 220px !important;
	min-width: 220px !important;
	overflow: auto;
}

#submit-idea {
	background: url("images/submit.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	display: none;
	float: left;
	height: 154px;
	margin: -20px 0 0 80px;
	padding: 0;
	width: 95px;
}

.ballot {
	background: url("images/kalpi.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	height: 327px;
	width: 260px;
	float: left;
	margin: -10px 0 -100px 30px;
}

.charleft.originalDisplayInfo {
	float: right;
	font-size: 13px;
	margin-top: -9px;
	text-align: right;
}

.idea-content-container {
	float: left;
	max-width: 563px;
	width: 100%;
}

.bottom-idea-container,
.top-idea-container {
	width: 563px;
	float: left;
	padding: 0;
	margin: 0;
}


.bottom-idea-container {
	background: url("images/board-bottom.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	height: 20px;
}

.top-idea-container {
	background: url("images/board-top.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	height: 11px;
}

.idea-inner-content-container {
	background: url("images/board.png") repeat-y scroll center top rgba(0, 0, 0, 0);
	float: left;
	padding: 0;
	margin: 0;
	width: 563px;
	min-height: 280px;

}

.idea-padded-container {
	float: left;
	padding: 5px 25px;
}

.idea-inner-content-container h3 {
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0 20px;
}

.idea-post-container {
	float: left;
	height: 96px;
	margin: 0px;
	width: 96px;
}

.idea-post {
	float: left;
	font-size: 8px;
	height: 96px;
	overflow: hidden;
	padding: 0px;
	width: 96px;
	cursor: pointer;
	position: relative;
}

.idea-content {
	height: 57px;
	margin: 15px 15px 0 23px;
	overflow: hidden;
}

.idea-content p {
	margin: 0;
}

#info-container {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
	font-size: 18px;
	height: 290px;
	padding: 5px 5px 5px 20px;
	width: 228px;
	font-size: 17px;
	overflow: hidden;
}

div#info-container p {
	padding-left: 1.5rem;
}

#info-container-arch {
	display: block;
	font-size: 17px;
	height: 230px;
	margin: 10px;
	padding: 5px 15px 5px 20px;
	width: 218px;
	position: relative;
}

#arch-container {
	float: left;
	width: 100%;
}

.idea-arch-container {
	float: left;
}

.idea-arch-container p {
	height: 200px;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
}

.time-set {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10%;
	margin-top: 5px;
	padding: 0 5%;
	text-align: right;
	width: 80%;
}

.all-ideas a {
	float: right;
	width: auto;
	/*height:39px;*/
	padding: 10px 12px;
	font-size: 26px;
	color: #000 !important;
	/* color:#333; */
	background: #E6E6E6 !important;
	/* background: rgba(255, 255, 255, 0.7); */
	border-color: #fff0 !important;
	font-family: verdana;
	font-size: 15px;
	font-weight: 500 !important;
	margin-left: 96px;
	margin-top: 2rem;
}

.wp-pagenavi {
	float: left;
	margin: 20px 0;
	text-align: center;
	width: 100%;
	position: relative;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .current {
	background: url("images/curr.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	border: medium none !important;
	color: #000;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 2px !important;
	padding: 1px 10px 10px 6px !important;
	width: 16px;
	font-size: 12px;
}

.wp-pagenavi a {
	background: url("images/arr.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	border: medium none !important;
	color: #FFFFFF;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 2px !important;
	padding: 1px 10px 10px 3px !important;
	width: 16px;
	font-size: 12px;
}

.design-info-1 {
	background: url("images/postit-1.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-info-2 {
	background: url("images/postit-2.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-info-3 {
	background: url("images/postit-3.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-info-4 {
	background: url("images/postit-4.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-info-5 {
	background: url("images/postit-5.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.fb-container {
	float: left;
	margin: 0px 40px 40px 40px;
	padding: 5px 20px;
	line-height: 40px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.fb-container a {
	line-height: 40px;
	float: left;
	font-weight: bold;
	color: #313131;
	font-size: 17px;
}

.fb-container a img {
	vertical-align: middle;
}

.shadow {
	webkit-box-shadow: 0px 3px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 14px 0px rgba(50, 50, 50, 0.75);
}

.clearfix {
	clear: both;
}

.single-page {
	padding: 20px;
}

.sidemenu {
	margin: 30px 60px 30px 0px;
	padding: 20px;
}

.design-1 {
	background: url("images/idea-1.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-2 {
	background: url("images/idea-2.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-3 {
	background: url("images/idea-3.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-4 {
	background: url("images/idea-4.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.design-5 {
	background: url("images/idea-5.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
	color: #000;
	font-style: oblique;
}

::-moz-placeholder {
	color: #000;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #000;
}

/* ie */
input:-moz-placeholder {
	color: #000;
}

.last {
	display: inline !important;
}

.keepmeline {
	display: inline-block;
	padding: 10px;
	margin: 5px;
	border: 2px #1c5d9b solid;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.55);
	font-size: 21px;
}

.keepmeline_top {

	font-size: 24px;
	padding: 10px;
	margin: 5px;
	border: 2px #1c5d9b solid;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.55);
}

.keepmeline:hover {
	border: 2px #13929d solid;
}

.hupso-share-buttons {
	position: absolute;
	top: 0;
	right: -18px;
	width: 30px;
	padding: 0px !important;
}

.page-404 {
	padding: 30px;
}


.ch-tree {
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 30px;
	width: 75%;
	height: auto;
	margin: auto;
}

.custom-cause {
	margin-left: 6px;
	margin-right: 2px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.75);
	line-height: 1.3em;
}

.social-media-share {
	margin-top: 10px;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	right: -37px;
}

.social-btn {
	padding: 3px 10px;
	margin-bottom: 5px;
	color: #fff !important;
	text-align: center;
	display: block;
}

.social-btn.facebook {
	background: #3b5998;
}

.social-btn.twitter {
	background: #00aced;
}

#counter {
	position: relative;
	margin-top: 0px !important;
	text-align: center;
	margin-right: 70px;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 1px 1px 3px #000;
}

.counts {
	display: block;
	font-size: 40px;
	line-height: 1em;
}

.post-type {
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
	font-size: 12px;
}

@media screen and (max-width: 1920px) {

	#masthead {
		float: left;
		height: 50px;
		margin-top: 0;
		padding: 10px 20px;
		text-align: left;
		min-width: 10.4%;
		padding-left: 24.5%;
	}

}

@media screen and (max-width: 1680px) {

	#masthead {
		float: left;
		height: 50px;
		margin-top: 0;
		padding: 10px 20px;
		text-align: left;
		min-width: 12.9%;
		padding-left: 19%;
	}

}

@media screen and (max-width: 1440px) {

	#masthead {
		float: left;
		height: 50px;
		margin-top: 0;
		padding: 10px 20px;
		text-align: left;
		min-width: 17%;
		padding-left: 16%;
	}

}

@media screen and (max-width: 1280px) {

	#masthead {
		float: left;
		height: 50px;
		margin-top: 0;
		padding: 10px 20px;
		text-align: left;
		min-width: 17%;
		padding-left: 11%;
	}

}

@media screen and (max-width: 1080px) {

	#masthead {
		float: left;
		height: 50px;
		margin-top: 0;
		padding: 10px 20px;
		text-align: left;
		min-width: 17%;
		padding-left: 6%;
	}

}

.first,
.last {
	display: none !important;
}

.extend {
	border: none !important;
	color: #fff;
}

/*
.header-img{
    padding: 5px 10px;
    background: #FFF none repeat scroll 0% 0%;
    position: relative;
    /*margin-left: 810px;
	float:left;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 102px;
    vertical-align: middle;
	width: 115px!important;
}

#the-logo {
    text-align: center;
    line-height: 1em;
    font-size: 10px;
    font-weight: 600;
    color: #2165A9;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
}*/
#slideshow li {
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.snowflake {
	color: #fff;
	font-size: 1em;
	font-family: Arial;
	text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
	0% {
		top: -10%
	}

	100% {
		top: 100%
	}
}

@-webkit-keyframes snowflakes-shake {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px)
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@keyframes snowflakes-fall {
	0% {
		top: -10%
	}

	100% {
		top: 100%
	}
}

@keyframes snowflakes-shake {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(80px)
	}

	100% {
		transform: translateX(0px)
	}
}

.snowflake {
	position: fixed;
	top: -10%;
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	-webkit-animation-name: snowflakes-fall, snowflakes-shake;
	-webkit-animation-duration: 10s, 3s;
	-webkit-animation-timing-function: linear, ease-in-out;
	-webkit-animation-iteration-count: infinite, infinite;
	-webkit-animation-play-state: running, running;
	animation-name: snowflakes-fall, snowflakes-shake;
	animation-duration: 10s, 3s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
	left: 1%;
	-webkit-animation-delay: 0s, 0s;
	animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
	left: 10%;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
	left: 20%;
	-webkit-animation-delay: 6s, .5s;
	animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
	left: 30%;
	-webkit-animation-delay: 4s, 2s;
	animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
	left: 40%;
	-webkit-animation-delay: 2s, 2s;
	animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
	left: 50%;
	-webkit-animation-delay: 8s, 3s;
	animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
	left: 60%;
	-webkit-animation-delay: 6s, 2s;
	animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
	left: 70%;
	-webkit-animation-delay: 2.5s, 1s;
	animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
	left: 80%;
	-webkit-animation-delay: 1s, 0s;
	animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
	left: 90%;
	-webkit-animation-delay: 3s, 1.5s;
	animation-delay: 3s, 1.5s
}

html,
body {
	/* width: 100%;
	height: 100%; */
	min-height: 100vh;
	max-width: 100vw;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

@media screen and (max-width: 947px) {

	#masthead {
		left: -120px !important;
	}

	#motohead {
		padding: 21px 10px !important;
		border-radius: 0 0 6px 6px;
		margin-left: -100px !important;
		margin-top: 0 !important;
	}

	#counter {
		margin-top: -60px !important;
	}

	.ballot {
		margin-top: -100px !important;
		margin-bottom: -85px;
	}

	.idea-content p {
		font-size: 12px;
		word-break: break-all;
	}

}

/* @media screen and (min-width: 565px) and (max-width: 629px){ */
@media screen and (max-width: 629px) {

	.idea-inner-content-container {
		padding: 0;
		/* height: 565px!important; */
		margin: 0;
		width: 100%;
	}

	.idea-padded-container {
		padding: 20px;
		margin-top: 0px;
		margin-left: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.top-idea-container {
		height: 12px;
		padding-top: 101px;
		/* padding-right: 57px; */
		max-width: 100%;
		margin-top: 90px;
		margin-right: 0px;
		margin-bottom: -103px;
		margin-left: 0px;
	}

	.bottom-idea-container {
		height: 20px;
		max-width: 100%;
	}

	#masthead {
		float: left;
		margin-top: 0px;
		text-align: left;
		min-width: 0px !important;
		/*left: 75px!important;*/
		padding: 0px;
		background: #FFF none repeat scroll 0% 0%;
		position: initial;
		margin-left: 130px !important;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		min-height: 100px;
		vertical-align: middle;
		/* width: 100%; */
	}

	#motohead {
		height: 70px !important;
		border-radius: 20px;
		padding: 0px 20px 20px 10px !important;
		text-align: center !important;
		margin: 10px !important;
		margin-top: 120px !important;
		float: none;
		clear: left;
	}

	.wp-pagenavi {
		margin: 85px 0 !important;
	}

}


@media screen and (max-width: 320px) {


	.idea-inner-content-container {
		padding: 0;
		height: 750px !important;
		margin: 0;
		width: 320px;
	}

	.idea-padded-container {
		padding-top: 50px;
		margin-top: 40px;
		margin-left: 8px;
		transform: scale(1.3);
	}

	.top-idea-container {
		height: 12px;
		padding-top: 101px;
		padding-right: 57px;
		max-width: 263px;
		margin-top: 90px;
		margin-right: 0px;
		margin-bottom: -103px;
		margin-left: 0px;
	}

	.bottom-idea-container {
		height: 20px;
		max-width: 320px;
	}

	/* #powered {
		margin-bottom: 20px;
		padding: 10px !important;
		text-align: end;
		width: -webkit-fill-available !important;
	} */

	/* #compliments {
		margin-top: -10px !important;
		padding: 10px 43px;
		text-align: center;
		height: 25px;
		width: -webkit-fill-available !important;
	} */

	#masthead {
		float: left;
		margin-top: 0px;
		text-align: left;
		min-width: 0px !important;
		padding: 0px;
		background: #FFF none repeat scroll 0% 0%;
		position: relative;
		margin-left: 125px !important;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		min-height: 100px;
		vertical-align: middle;
	}

	.idea-content {
		font-size: 10px !important;
	}

	.all-ideas a {
		margin-bottom: 120px !important;
	}

	#inner-sidebar {
		margin: -60px 0 0 0 !important;
	}

	.ballot {
		margin: 0px 0px -50px 0px !important;
	}

	.site-info {
		margin-right: 8px;
	}

	#submit-idea-form-container {
		margin-top: 60px !important;
	}

}