
#main_hp_holder {
	background: #f9f9f9;
	position: relative;
	overflow-x: hidden;
	width: 100%;
}


#top_info_holder {
	background: white;
	padding: 5px;
	display: flex;
}

#top_info_left {
	width: 50%;
	text-align: left;
	margin-left: 1%;
}

#top_info_right {
	width: 50%;
	text-align: right;
	margin-right: 1%;
}

.mem_use_wrap {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1px;
	font-family: dosis_med;
	font-size: 16px;
	box-shadow: 0px 7px 5px 0px rgba(119, 119, 119, 0.75);
}

.action_join {
	display: inline-block;
	font-family: dosis_med;
	font-size: 16px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background: white;
	border: 2px solid #d3d3d3;
	border-radius: 5px;
}


.action_join:hover {
	box-shadow: 0px 7px 5px 0px rgba(119, 119, 119, 0.75);
}

.leaf_icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	opacity: 0.5;
	margin-right: 5px;
}

.mem_use_info {
	display: inline-block;
	color: #ff7b00;
	margin-left: 5px;
}



#search_holder {
	position: absolute;
	width: 60%;
    left: 20%;
	top: 15%;
}

#main_search_holder {
	display: flex;
}

#search_field_hp {
	width: 80%;
	font-size: 2rem;
	padding: 5px; 
	color: black;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 2px solid orange;
}

#search_field_hp:hover {
	border: 2px solid #3399FF;
}

#search_field_hp:focus { 
    outline: none;
    border: 1px solid #3399FF;
    box-shadow: 0px 0px 8px #3399FF;
    -moz-box-shadow: 0px 0px 8px #3399FF;
    -webkit-box-shadow: 0px 0px 8px #3399FF;
}

#search_button_holder {
	width: 20%;
	margin-left: 1px;
	text-align: left;
}

#search_button_main  {
	display: inline-block;
	cursor: pointer;
	font-size: 2rem; 
	padding: 5px;
	border: 2px solid white;
	background: #3399FF;
	color: white;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#search_button_main:hover {
	background: #61B329;
}


.searc_col_wrap {
	display: inline-block;
	margin-right: 5px;
}

#searc_col_wrap_sm {
	margin-top: 2px; 
}

.item_holder, .item_holder_sm {
	font-family: economica_bold;
	display: inline-block;
	background: white;
	padding: 5px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 3px;
}

.item_holder_sm {
	font-size: 16px;
	font-weight: normal;
}

.item_holder:hover, .item_holder_sm:hover {
	background: #5DADE2;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#conv_holder {
	padding: 20px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	border-top: 1px solid gray;
	overflow: hidden;
}

#main_holder {
	height: 190px;		/* This needs to be 5px larger than height of .conv_items */
	width: 96%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	
	margin-bottom: -50px; 
   padding-bottom: 50px; 

   margin-left: 2%;

   position: relative;
}


.conv_items {
	position: relative;
	font-family: dosis_med;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
	width: 23%;
	margin-left: 1%;
	vertical-align: middle;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: 185px;	/* This needs to be 5px less than height of #main_holder */
	white-space: normal;
}

.conv_top {
	padding: 5px;
	margin-bottom: 10px;
}

.mem_info, .disc_info, .views_info, .ans_info, .ans_ido {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.mem_info {
	width: 25%;
}

.disc_info {
	padding-left: 5px;
	text-align: left;
	width: 70%;
}

.topic_holder {
	margin-top: 10px;
	font-size: 14px;
}

.conv_bot {
	text-align: center;
}

.views_info, .ans_info, .ans_ido {
	width: 30%;
	padding-right: 10px;
	border-right: 1px solid #d3d3d3; 
}

.ans_ido {
	padding-right: 5px;
	border: none;
}

#conv_wrap {
	margin-bottom: 5px;
	justify-content: center;
	margin-left: 2%;
	display: flex;
}

#conv_head {
	background: white;
	font-family: dosis_med;
	font-size: 1.25rem;
	font-weight: bold;
	color: #61B329;
	padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#get_social  { 
	margin-left: 25px;
}

#trd_holder {
	display: inline-block;
}

#conv_head {
	font-size: 16px;
}

#arrow_holder {
	display: inline-block;
	margin-left: 25px;
}


#arrow_left, #arrow_right  {
	width: 36px;
	height: 36px;
	vertical-align: middle;
}

#arrow_left {
	opacity: 0.5;
}

#arrow_right  {
	margin-left: 5px;
	cursor: pointer;
}

#arrow_left {
	-webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
   transform: rotate(180deg);
}

.top_emphy {
	display: inline-block;
	font-style: italic;
}

.green_under_3 {
	display: inline-block;
	border-bottom: 3px solid #22cbaa;
}



#join_holder {
	background: #f1f1f1;
	text-align: center;
	padding: 10px;
	padding-bottom: 50px;
}

.join_holder_wrap, .join_holder_wrap_mid {
	text-align: center;
}

.join_holder_wrap_mid {
	margin-top: 5px;
}

#join_holder_top {
	display: inline-block;
	font-family: amsi-pro-ultra-narrow;
	font-size: 26px;
}

#join_holder_mid {
	display: inline-block;
	font-family: dosis_med;
	font-size: 16px;
}

#join_field {
	display: inline-block;
	padding: 5px; 
	font-size: 1.5rem; 
	width: 20%; 
	color: black;
	border: 1px solid gray;
}

#join_field:hover {
	border: 1px solid #3399FF;
}

#join_field::placeholder {
	opacity: 0.25;
	COLOR: #3399FF;
}


#join_for_better {
	display: inline-block;
	font-family: amsi-pro-ultra-narrow;
	font-size: 26px;
	background: #22cbaa;
	color: white;
	padding: 10px;
}


.news_break {
	position: absolute;
	background: red;
	color: white;
	padding: 2px;
	bottom: 0;
	left: 0;
}

.gone_viral, .gone_mega_viral, .gone_super_viral {
	position: absolute;
	background: #3377ff;
	color: white;
	padding: 2px;
	bottom: 0;
	right: 0;
}

.gone_mega_viral {
	background: #00bfb5;
}

.gone_super_viral {
	background: #0069bf;
}

#pop_welcome_msg {
	position: relative;
	top: 250px;
	left: 25%;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px;
	border: 3px solid #a6a6ed;
	border-radius: 5px;
	background: white;
	z-index: 1000;
}

.pop_msg_wrap {
	margin-bottom: 5px;
}

#pop_welcome_head {
	display: inline-block;
	background: #a6a6ed;
	color: white;
	font-family: amsi-pro-ultra-narrow;
	font-size: 26px;
	padding: 5px;
}

#pop_welcome_bod {
	font-family: economica_bold;
	font-size: 26px;
	padding: 5px;
	border: 3px solid #425eb2;
	color: #425eb2;
}



.slogan_search_main {
	display: inline-block;
	font-family: dosis_med;
	font-size: 16px;
	color: #6464e2;
	background: white;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}

/* START background border*/

.slogan_box_srch {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.pop_box_grun {
	position: absolute;
	border-bottom: 7px solid #1ec685;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	opacity: 60%;
	z-index: -1;
	transition: border-bottom 0.5s;
}

.slogan_search_main:hover .pop_box_grun {
	border-bottom: 25px solid #1ec685;
}

/* END background border*/

@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {

	#bg_w_foto {
	    height: calc(100vh - 400px);
	}

	#top_info_right {
		margin-right: 10px;
	}

	#search_holder {
		width: 95%;
		left: 5%;
		top: 22%;
	}

	#search_field_hp {
		width: 65%;
		font-size: 1.5rem;
	}

	#search_button_main  {
		font-size: 1.5rem;
	}

	#search_button_holder {
		width: 35%;
	}

	.searc_col_wrap {
		display: block;
		margin-top: 5px;
		font-size: 14px;
	}


	#searc_col_wrap_sm, #join_last_wk, #trd_holder {
		display: none;
	}

	#join_holder_top {
		font-size: 18px;
	}

	#join_holder_mid {
		font-size: 14px;
	}

	#arrow_holder {
		margin-left: 10px;
	}

	#arrow_left, #arrow_right  {
		width: 30px;
		height: 30px;
	}

	.conv_items {
		width: 95%;
	}

	#get_social  { 
		margin-left: 10px;
	}

	#join_field {
		width: 50%;
		font-size: 1.25rem;
	}

	.sub_butn_sq {
		font-size: 1.25rem;
	}

	#join_for_better {
		font-size: 20px;
	}
}
