/*

Theme Name: PICX

Template URI: 

Description: 

Author:

Author URI: 

License: 

License URI:

Version: 1.0

*/

/**

 * Table of Contents

 *

 * 1.0 - Google Font

 * 2.0 - Base styles

 * 3.0 - Header

 	 * 1.0 - Header Logo

	 * 2.0 - Header Nav

 * 4.0 - Main

 	* 1.0 - Photo Gallery

	* 2.0 - Effect

 * 6.0 - Footer

 * 7.0 - Inner Page

 * 8.0 - Details Gallery

 * 9.0 - About

 * 10.0 - Contact

 * 11.0 - Nav

*/

/* ==========================================================================

	Google Font

========================================================================== */

@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext';

@import 'https://fonts.googleapis.com/css?family=Oranienbaum&subset=cyrillic,cyrillic-ext,latin-ext';

@font-face {
  font-family: 'Poppins', sans-serif;
  font-family: 'Oranienbaum', serif;
}

/* ==========================================================================

	Base styles: opinionated defaults

========================================================================== */

body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #848484;
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  overflow-x: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343434;
}

::-moz-selection {
  background: #f8694a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f8694a;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #222222;
}

a:hover {
  text-decoration: none;
  color: #222222;
}

a:focus,
img:focus,
button:focus,
.btn:focus {
  outline: none;
  text-decoration: none;
}

/* ==========================================================================

	Header styles

========================================================================== */

@font-face {
  font-family: 'offjar';
  src:  url('../fonts/offjar.eot?beoe7k');
  src:  url('../fonts/offjar.eot?beoe7k#iefix') format('embedded-opentype'),
    url('../fonts/offjar.ttf?beoe7k') format('truetype'),
    url('../fonts/offjar.woff?beoe7k') format('woff'),
    url('../fonts/offjar.svg?beoe7k#offjar') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'offjar' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e900";
  font-weight: bold;
}

.header {
  padding-bottom: 3px;
}

.header.header-fixed-top {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 60;
  padding: 10px 0;
}

.header.header-fixed-top .menu-expanded {
  padding-top: 15px;
}

.header hgroup {
  padding: 0 25px 0 15px;
  z-index: 10;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 37px;
}

.header hgroup h1,
.header hgroup .h1 {
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.header hgroup h1 a,
.header hgroup .h1 a {
  display: block;
  float: left;
  max-width: 81px;
}

.menu,
.linee {
  cursor: pointer;
}

.menu.over {
  background-color: rgba(255, 255, 255, 0.8);
}

.nav-icon {
  margin-top: 3px;
  float: right;
  font-family: 'Oranienbaum', serif;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 40px;
  color: #f8694a;
  cursor: pointer;
}

.menu {
  width: 60px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  border-radius: 100%;
}

.nav-icon p {
  float: right;
  background-image: url(https://offjar.com/theme_images/nav.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 11px;
  margin: 0;
}
.nav-icon p img {
  max-height: 25px;
  max-width: 25px;
  margin-top: 2px;
  border-radius: 30%;
}
.nav-icon .menu_icon {
  display: inline-block;
  height: 20px;
  margin: -5px 0 0px -5px;
}
.nav-icon .nav_img {
  height: 27px;
  width: 27px;
  display: inline-block;
  border: none;
  border-radius: 10%;
}

#menu-filler {
  position: fixed; 
  width: 100%; 
  height: 100%; 
  background: rgba(100, 100, 100, 0.7); 
  z-index: -1;
}

.menu-select li i {
  color: #f59b42;
}
.menu-select li a {
  color: #953b02;
}

.main-menu, .notifications-container {
  position: absolute;
  padding: 10px 0px 10px 10px;
  top: -10px;
  left: -10px;
  right: 0px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  width: 100%; 
  height: 100%;
}

.main-menu-options {
  float:right; 
  border-left: solid thin #CCCCCC; 
  padding-left: 10px; 
  background-color: rgba(255, 255, 255, 0.9); 
  margin-right: -10px; 
  padding-right: 20px;
}
.main-menu .cross {
  color: #ff0000;
  margin: 0px 10px 0 0;
  text-align: right;
}
.main-menu .cross span {
  padding: 3px 10px;
  font-size: 20px;
  margin-top: 24px;
  font-size: bold;
}

.overmain {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  font-family: 'Oranienbaum', serif;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.main-menu ul li .fa {
  font-size: 20px;
  position: absolute;
  left: -30px;
}
.main-menu ul li hr {
  margin-left: -30px;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li.active:after {
  width: 15%;
}

.main-menu ul li a {
  text-decoration: none;
  color: #f8694a;
  position: relative;
  z-index: 2;
  display: block;
}

.notification-list li.notRead {
  background: #f5cb82;
}

.notification-list {
  list-style: none;
}

ul.messages {
  padding: 10px;
  margin: 0;
  text-align: left;
  list-style-type: none; 
  
  min-width: 320px;
  float: left;
  position: absolute;
  right: 0 !important;
  top: 48px;
  left: inherit;
  border: 1px solid #bfbfbf;
  font-family: "Open Sans", arial, sans-serif;
  text-transform: none;
}

ul.messages li, ul.notification-list li {
  padding: 10px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border: 1px solid #ebebeb !important;
  background-color: white;
  margin-bottom: 3px; 
}

ul.messages li:last-child, ul.notification-list li:last-child {
  margin-bottom: 0px; 
}

ul.messages li:hover, ul.notification-list li:hover {
  background: white;
  cursor: pointer; 
}

ul.messages li .user-pic, ul.notification-list li .user-pic {
  float: left; 
}

ul.messages li .user-pic img, ul.notification-list li .user-pic img {
  width: 32px;
  height: 32px; 
}

ul.messages li .details, ul.notification-list li .details {
  line-height: 18px;
  font-size: 11px;
  display: block;
  margin-left: 42px; 
}

ul.messages li .details strong, ul.notification-list li .details strong {
  font-weight: 600;
  margin-right: 3px;
  font-size: 13px;
  display: block;
  line-height: 11px; 
}

ul.messages li .details strong span, ul.notification-list li .details strong span {
  float: right;
  font-size: 11px;
  display: inline-block; 
}

ul.messages li .details span, ul.notification-list li .details span {
  font-weight: 400;
  display: block; 
}

ul.messages li.plain, ul.notification-list li.plain {
  padding: 5px 0px;
  border: 0 !important;
  font-weight: 600;
  display: block;
  font-size: 14px;
  background: transparent;
  display: block; 
}

ul.messages li.plain .btn, ul.notification-list li.plain .btn {
  float: right;
  color: white; 
}

ul.messages li.plain .btn i, ul.notification-list li.plain .btn i {
  color: white !important;
  font-size: 16px; 
}

.delete-notification {
  color:gray; 
  float: right;
}

/* ==========================================================================

	Main Wrapper

========================================================================== */

.main-wrapper,
.main-wrapper-inner {
  background-color: #fff;
  position: relative;
  /* z-index: 6; */
}

.wrapper {
  background-color: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 6;
}

/* ==========================================================================

	Footer

========================================================================== */

.footer {
  background-color: #552222; /* position:fixed; */
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #999999;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}

.footer a {
  color: #cccccc;
}

.footer a:hover {
  color: #fff;
}

.footer img {
  margin: 0 auto;
}

.footer h3 {
  text-align: center;
  color: #fff;
  font-family: 'Oranienbaum', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  position: relative;
}

.footer h3:after {
  content: '';
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 63px;
  height: 3px;
  background-color: #fff;
}

.footer p {
  line-height: 12px;
  font-weight: 300;
}

.footer-bot {
  padding-top: 58px;
}

.copy-right {
  padding-top: 14px;
}

.padding-top {
  padding-top: 16px;
}

.made-by i {
  color: #e8496a;
}

.social {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
}

.social i {
  font-size: 20px;
}

/* ==========================================================================

	Inner

========================================================================== */

.main-wrapper-inner {
  /* margin-bottom:396px */
}

.wrapper-inner {
  margin: auto;
  width: 100%;
  max-width: 1031px;
  padding-top: 71px;
  padding-bottom: 20px;
}

.inner-left {
  float: left;
  width: 100%;
  max-width: 331px;
}

.inner-right {
  float: right;
  width: 100%;
  max-width: 700px;
}

.wrapper-inner p {
  color: #343434;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 20px;
  font-weight: 300;
}

/* ==========================================================================

	Details Gallery

========================================================================== */

.details-content,
.about-content,
.contact-wrapper {
  overflow: hidden;
}

.details-left header h3,
.about-content h3 {
  color: #343434;
  margin-top: 0;
}

.details-left header h4,
.details-left header h5 {
  font-size: 13px;
  margin-top: 0;
  font-weight: 400;
}

.details-left header h4 {
  font-weight: 600;
  padding-top: 22px;
}

.details-content header {
  margin-bottom: 67px;
}

.details-content header h2,
.details-content header h3 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
}

.details-content header h2 {
  font-weight: 600;
}

.details-image {
  margin-bottom: 80px;
}

/* ==========================================================================

	About

========================================================================== */

.about-content {
  margin-bottom: 58px;
}

.about-content header h4 {
  margin-top: 0;
}

.about-content h3 {
  padding-bottom: 6px;
}

/* ==========================================================================

	Contact

========================================================================== */

.map-wrapper {
  width: 100%;
  height: 453px;
  background-color: #e6e4e4;
}

.map-wrapper #surabaya {
  width: 100%;
  height: 100%;
}

.contact-wrapper {
  margin-top: 80px;
  margin-bottom: 90px;
}

.contact-wrapper .phone {
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-wrapper p a:hover {
  text-decoration: underline;
}

.contact-wrapper header h4 {
  margin-top: 0;
}

.contact-form {
  overflow: hidden;
  margin-top: 43px;
}

.contact-form label {
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  max-width: 315px;
  float: left;
  margin-bottom: 57px;
}

.contact-form label + label {
  float: right;
}

.contact-form label + label + div + label {
  float: none;
  max-width: 100%;
  margin-bottom: 43px;
}

.contact-form label span {
  color: #fb5353;
}

.contact-form label input,
.contact-form label textarea {
  background-color: inherit;
  border: none;
  border-bottom: 1px solid #eeeeee;
  display: block;
  width: 100%;
  padding: 0 10px;
  outline: none;
}

.contact-form label input:focus,
.contact-form label textarea:focus {
  border-bottom-color: #404040;
}

.contact-form input[type='submit'] {
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 47px;
  background-color: #fb5353;
  padding: 0 29px;
}

.contact-form input[type='submit']:hover {
  background-color: #222222;
}

.error_message {
  color: #e84d49;
}

#success_page h3,
#success_page p {
  color: #60ca6f;
}

/* ==========================================================================

	Blog

========================================================================== */

.post {
  margin-bottom: 74px;
}

.post figure {
  margin-bottom: 76px;
}

.post .date {
  font-weight: 600;
  font-size: 16px;
  color: #343434;
}

.post .cat-pan a:hover,
.post header h3 a:hover {
  text-decoration: underline;
}

.post header h3 {
  margin-top: 0;
}

.comments-pan {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}

.comments-pan h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 34px;
  margin-bottom: 52px;
}

.comments-reply,
.reply-pan {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comments-reply li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding-bottom: 51px;
  margin-bottom: 39px;
}

.comments-reply li figure {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #eeeeee;
  border-radius: 100%;
  overflow: hidden;
}

.comments-reply li section {
  float: left;
  padding-left: 30px;
  font-size: 13px;
  line-height: 30px;
  color: #343434;
  width: 92%;
}

.comments-reply li section .date-pan {
  font-size: 12px;
  line-height: 13px;
  padding-bottom: 25px;
}

.comments-reply li section h4 {
  font-weight: 300;
  color: #404040;
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 0;
}

.comments-reply li section h4 a {
  font-size: 12px;
  color: #fb5353;
  font-weight: 400;
  display: inline-block;
  padding-left: 20px;
}

.reply-pan {
  clear: both;
  display: block;
  margin-left: 100px;
  padding-top: 39px;
}

.reply-pan li {
  border-bottom: none;
  border-top: 1px solid #eeeeee;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 38px;
}

.commentys-form h4 {
  font-size: 24px;
  font-weight: 300;
}

.commentys-form form {
  margin-top: 30px;
}

.commentys-form input[type='text'],
.commentys-form input[type='email'],
.commentys-form input[type='url'],
.commentys-form textarea {
  font-size: 14px;
  line-height: 22px;
  color: #404040;
  padding-bottom: 26px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: block;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  outline: none;
}

.commentys-form textarea {
  margin-top: 57px;
}

.commentys-form input[type='text']:focus,
.commentys-form input[type='email']:focus,
.commentys-form input[type='url']:focus,
.commentys-form textarea:focus {
  border-bottom-color: #000;
}

.commentys-form input[type='button'] {
  padding: 0 36px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: 47px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border: none;
  outline: none;
  background-color: #fb5353;
  margin-top: 50px;
  margin-bottom: 60px;
}

.commentys-form input[type='button']:hover {
  background-color: #ff5c5c;
}

/* ----- OVERRIDES ---- */
[class*='block-grid-'] > li {
  padding: 5px;
}
figure {
  margin: 1em 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.meta-container {
  color: #333333;
  font-size: 14px;
  border: none;
  text-align: left;
}
.meta-container span {
  color: #f59b42;
  padding: 2px;
}
.idea-card .text {
  z-index: 1;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  border: solid thin #eeeeee;
  background: #fafafa;
}
.idea-card h2 {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  padding: 5px 2px 0;
  margin: 0;
  font-size: 25px;
}
.idea-card .reactions {
  display: inline-block;
  padding-left: 5px;
}

/* Login form Area css
============================================================================================ */
.login_box_area .login_box_img {
  margin-right: -30px;
  position: relative;
}

@media (max-width: 992px) {
  .login_box_area .login_box_img {
    margin-right: 0px;
  }
}
.login_box_area .login_box_img .hover {
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.login_box_area .login_box_img .hover h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.login_box_area .login_box_img .hover p {
  max-width: 380px;
  margin: 0px auto 25px;
  color: #fff;
}
.login_box_area .login_box_img .hover .main_btn {
  border-radius: 0px;
  line-height: 38px;
  text-transform: uppercase;
}

.login_form_inner {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
  text-align: center;
  padding-top: 115px;
}
.login_form_inner h3 {
  color: #222222;
  font-size: 18px;
  margin-bottom: 80px;
}
.login_form_inner .login_form {
  max-width: 385px;
  margin: auto;
}
.login_form_inner.reg_form {
  padding-top: 50px;
}
.login_form_inner.reg_form h3 {
  margin-bottom: 10px;
}

.login_form .form-group input {
  height: 54px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
.login_form .form-group .login_checkbox {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}
.login_form .form-group .login_checkbox input {
  height: auto;
  margin-right: 10px;
}
.login_form .form-group .submit_btn {
  display: block;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
}
.login_form .form-group a {
  font-size: 14px;
  color: #777777;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  display: block;
}
.birthday_picker td {
  padding: 5px;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn,
.primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

.icon-btn.main-btn,
.icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
}

.main-btn {
  color: #30323a;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #dadada inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover,
.main-btn:focus {
  color: #f8694a;
  -webkit-box-shadow: 0px 0px 0px 1px #f8694a inset, 0px 0px 0px 0px #f8694a;
  box-shadow: 0px 0px 0px 1px #f8694a inset, 0px 0px 0px 0px #f8694a;
}

.primary-btn {
  color: #fff;
  background-color: #f8694a;
}

.primary-btn:hover,
.primary-btn:focus {
  color: #fff;
  background-color: #30323a;
}

/* Photo Upload */
#previewContainer,
.img_square {
  width: 150px;
  height: 150px;
  margin: auto;
  border: solid thin #dddddd;
  text-align: center;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#imageInput {
  display: none;
}
.previewActionContainer {
  background: rgba(248, 105, 74, 0.7);
  width: 100%;
  z-index: 9;
  text-align: center;
  padding: 2px 3px;
  font-weight: bold;
  margin-top: -22px;
}
.previewButton {
  color: #ffffff;
  display: inline-block;
  width: 45%;
}
.loading {
  z-index: 10;
  width: 100%;
  position: absolute;
  opacity: 0.7;
  display: none;
}

/* New Idea */

.editable,
.dotted {
  text-decoration-style: dotted;
  text-decoration-line: underline;
  text-decoration-color: #aaaaaa;
  cursor: pointer;
}
.h100-col {
  height: 100%;
  display: table-cell;
  float: none;
  vertical-align: top;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.6;
  background: #ffffff;
  text-align: center;
}
.center-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0;
  transform: translate(-50%, -50%);
  padding: 10px;
}
.idea-container {
  margin: auto;
  max-width: 900px;
}
.idea-row {
  margin: auto;
  box-shadow: 0 0 16px -3px rgba(0, 0, 0, 0.15) !important;
  border-radius: 2px;
}
.idea-text-col {
  height: auto !important;
  text-align: right;
  padding: 0 7px 70px 3px;
  position: relative;
}
.idea-text-col a:hover,
.site-color {
  color: #f59b42;
}

.highlightComment {
  background-color: #f5fbb2;
}

.idea-options,
.idea-options:hover {
  background-color: white;
  border: none;
  color: #f59b42;
}
.text-container {
  padding: 5px 0 0 0;
  width: 100%;
}
.text-container .title {
  text-align: right;
}
.small_picture {
  display: none;
}
@media (max-width: 992px) {
  .idea-container {
    max-width: 500px;
  }
  .idea-text-col {
    width: 100%;
    border: none;
  }
  .text-container {
    margin: auto;
    text-align: left;
    padding: 0 2px;
  }
  .text-container .title {
    text-align: center;
  }
  .h100-col {
    height: auto;
    display: block;
    flex: unset;
    max-width: unset;
  }
  .big_picture {
    display: none;
  }
  .small_picture {
    display: block;
    position: relative;
    text-align: center;
  }
  .small_picture img {
    margin: auto;
    position: relative;
    z-index: 2;
  }
}
bb {
  font-weight: 500;
}
.bottom-container {
  position: absolute;
  bottom: 0;
  width: 99%;
}
.reaction-container {
  font-size: 18px;
  width: 100%;
  text-align: center;
  border-top: solid thin #eeeeee;
  padding: 0 10px 3px 0;
}
.border-right {
  border-right: solid thin #eeeeee;
}
.reaction-container span {
  padding: 0 15px;
  color: #f59b42;
}

.reaction-container span sub {
  font-size: xx-small;
}

.input-table {
  display: none;
  width: 100%;
  color: #009900;
}
html {
  overflow-y: scroll;
}
.input-table td,
.input-table input,
.input-table textarea {
  width: 100%;
}
.input-table td {
  padding: 0 2px;
}
.input-table button {
  color: #339933;
  font-size: 29px;
  background: none;
  padding: 0;
  border: none;
  margin-top: 3px;
}

.idea-image {
  padding: 0;
  height: auto !important;
  border-left: solid thin #eeeeee;
}

#ideaImageSize {
  position: relative;
  opacity: 0;
  z-index: -1000;
}

.center {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.idea-image img {
  margin: auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.idea-background {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  height: 97%;
  width: 97%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.idea-foreground {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idea-foreground img {
  opacity: 0;
  margin: auto;
}
.author-image {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.author-section {
  font-family: Georgia, Times, 'Times New Roman', serif;
  padding: 3px;
}

.cheers {
  cursor: pointer;
}

.no-click {
  pointer-events: none;
}

.comment-container {
  margin: auto;
  max-width: 500px;
}

.comment-row {
  margin: auto;
  box-shadow: 0 0 16px -3px rgba(0, 0, 0, 0.15) !important;
  border-radius: 2px;
}

.comment-row h3 {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  padding: 10px 10px 0;
  margin: 0;
  font-size: 19px;
}

.comment {
  font-size: 12px;
  line-height: 16px;
  margin: 1px 3px 4px;
  border-bottom: #eeeeee solid thin;
}
.comment:last-child {
  border-bottom: none;
}

.comment .author {
  text-align: right;
  margin-right: 2px;
}

#commentInputTrigger {
  width: 100%;
  font-size: 12px;
  border: solid thin #bbbbbb;
}

#commentInput {
  line-height: normal;
  font-size: 12px;
  width: 100%;
  margin: 0px 2px;
  border: #bbbbbb solid thin;
  display: none;
}

#commentInputButton {
  border: none;
  background: none;
  color: #f59b42;
  font-size: 30px;
  padding: 0;
  margin: 3px 3px 7px;
}

.share {
  cursor: pointer;
}

.facebook {
  color: #4267b2;
}

.twitter {
  color: #1da1f2;
}

.pinterest {
  color: #c8232c;
}

.comment-warning {
  padding: 3px 3px 10px;
  text-align: center;
}

.add-comment-cheers,
.delete-comment {
  font-size: 14px;
  cursor: pointer;
}

.cheers-comment {
  background-color: rgb(245, 155, 66, 0.3);
  display: inline-block;
  padding: 3px 1px 1px 1px;
  border-radius: 11px;
}

.has {
  background-color: rgb(245, 155, 66, 0.3);
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 3px 1px 1px 1px;
  border-radius: 10px;
}

#imageSuggestions {
  display: block;
  text-align: left;
  width: 100%;
  border: solid thin #cccccc;
  padding-bottom: 3px;
  border-radius: 2px;
  position: relative;
}
#imageSuggestions .scroller {
  float: right;
  font-size: 25px;
  padding: 5px 5px 0 0;
}
#imageSuggestions .scrolller span {
  margin: 0 5px;
  cursor: pointer;
}
#imageSuggestions .carousel {
  white-space: nowrap;
  overflow: visible;
  overflow-x: scroll;
  width: 100%;
}
#imageSuggestions img {
  display: inline-block;
  max-height: 100px;
  margin: 0 3px;
  position: relative;
  z-index: 0;
}
#imageSuggestions .selectAfter {
  position: relative;
}
#imageSuggestions .selectAfter:after {
  padding: 0 8px;
  border-radius: 8px;
  opacity: 0.7;
  line-height: unset;
  content: '+';
  font-size: 25px;
  font-weight: bold;
  z-index: 10;
  color: #ffffff;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.header-background {
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1)),
    url(https://offjar.com/images/pattern2.jpg);
  opacity: 0.1;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.header-sub {
  margin: 14px 0px 0 0px;
  font-size: 12px;
  position: absolute;
  left: 92px;
  width: 120px;
}

.input-explanation {
  color: #bbbbbb;
}

.polaroid-container {
  width: 380px;
  max-width: 96%;
  padding: 10px 10px 20px 10px;
  border: 1px solid #bfbfbf;
  background-color: white;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.07);
}
.polaroid-container h6 {
  color: #666666;
}
.polaroid-image {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://offjar.com/images/empty_polaroid.jpg);
  z-index: 0;
}
.polaroid-image-container img {
  width: 100%;
}
.polaroid-close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #aaaaaa;
}
.polaroid-text {
  min-height: 50px;
  font-family: cursive;
  line-height: 20px;
  padding: 3px 0 5px;
  color: #555555;
}
.modal-clean {
  border: none;
}
.polaroid-action {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgb(245, 155, 66, 0.5);
  color: #ffffff;
  text-align: center;
  border: solid thin #aaaaaa;
  z-index: 2;
}
.polaroid-action span {
  cursor: pointer;
}
#polaroid_submit {
  display: none;
}
.polaroid-overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.3);
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.idea-board {
  max-height: 240px;
  overflow: hidden;
  max-width: 240px;
}

.idea-board-image {
  height: 120px;
  background-size: cover;
}

#polaroid_edit_submit {
  margin-left: 30px;
  padding: 1px 3px;
}

.action-highlight {
  background-color: #f59b42;
  border: solid thin #f59b42;
  border-radius: 5px;
}

.delete-button {
  padding: 0 3px;
  text-transform: none;
  background-color: #ffffff;
  color: #999999;
  font-weight: normal;
  line-height: 20px;
}

.polaroid-edit-bottom {
  width: 100%;
  max-width: 500px;
  margin: auto;
  border-top: solid thin #f0f0f0;
  text-align: left;
}

.idea-list-plus {
  background: #dddddd;
  padding: 5px;
  border: solid thin #dddddd;
  border-radius: 3px;
}

.site-btn-primary {
  background-color: #f59b42;
  border-color: #f59b42;
  color: #ffffff;
}

.idea-list-list li {
  padding: 3px 0;
  display: list-item;
}

.idea-list-span {
  background-color: #dddddd;
  color: #848484;
  font-weight: 400;
  padding: 2px 5px;
  font-size: 16px;
  border-radius: 3px;
}

.idea-list-selected {
  background-color: #f59b42;
  border-color: #f59b42;
  color: #ffffff;
}

.idealist-photo {
  width: 40px;
  height: 40px;
  background-size: cover;
  display: table-cell;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.idealist-text {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.idealist-container {
  margin: 5px;
  display: inline-table;
  border-radius: 3px;
  border: solid thin #eeeeee;
  height: 40px;
  background-color: #f0f0f0;
}

.spanh {
  font-size: 43px;
  text-align: center;
  margin-top: 10px;
}

/* tabbed navigation */
.nav-list {
  /*
    display: block;
	list-style-type: disc;
    padding-inline-start: 40px;
	*/
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.nav-tabs {
  border: 1px solid #d9d9d9;
  border-top: none;
  border-bottom: 1px solid #d9d9d9;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: #e6e6e6;
  border-color: transparent;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a:hover {
  background: #e6e6e6;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: transparent;
  border-right: 1px solid #d9d9d9;
}

.nav-tabs > li.active {
  position: relative;
  border-bottom: 2px solid #d66061;
}
.nav-tabs > li.active:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #d66061;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: '';
}
.nav-tabs > li.active:before {
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-bottom: 6px solid white;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: '';
  z-index: 10;
}

.nav > li > a {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-right: 0;

  position: relative;
  display: block;
  padding: 0px 15px 2px;
}

.card-columns {
  column-count: 3;
  column-gap: 0.25rem;
}
.card-columns .card {
  display: block;
  border: none;
  margin-bottom: 0.25rem;
}
.card-columns .card img {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  cursor: pointer;
}
.idea-bottom-container {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .idea-bottom-container {
    max-width: 500px;
  }
  .bottom-row {
    max-width: 500px;
    margin: auto;
    flex-wrap: wrap !important;
    display: block !important;
  }
  .bottom-col {
    padding: 0px !important;
    max-width: 100%;
  }
}

.memory-card {
  margin: auto;
  width: 96%;
  max-width: 500px;
  box-shadow: none;
  border-color: #eeeeee;
  padding-bottom: 0px;
}

.ui-front {
  z-index: 1060;
}

.completed-idea {
  font-weight: bold;
  color: #00cc00;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 27px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom-right-radius: 12px;
  padding: 0 5px;
  z-index: 10;
}

.fullscreen-img {
  background: RGBA(0, 0, 0, 0.8) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: zoom-out;
  display: none;
}

.fullscreenable {
  cursor: pointer;
}

.ui-autocomplete {
  z-index: 9999 !important;
}

#followIcon {
  font-size: 30px;
  vertical-align: top;
  display: none;
}

.messageContainer {
  color: #ffffff;
  background-color: #ff0000;
  font-family: serif;
  padding: 0 5px;
}

.list-edit-table td:nth-child(odd) {
  width: 100px;
  text-align: right;
  padding-right: 5px;
}

.list-edit-table td:nth-child(even) {
  width: 100%;
}

.remove-member {
  cursor: pointer;
}

.dropdown-menu li {
  cursor: pointer;
}

#createAlbumTable td {
  padding-top: 5px;
}

.site-spinner {
  margin: auto;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 50%;
  left: 48%;
  bottom: 0;
  right: 0;
}

.idea-list-filter {
  display: inline-block; 
  border: solid thin; 
  border-color: #E0E0E0;
  margin: 1px;
  padding: 2px;
  line-height: 15px;
  height: 70px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 3px;
}
.idea-list-filter td {
  padding: 5px;
  height: 65px;
  vertical-align: middle;
}
.filter-desc {
  width: 70px;
}
.filter-num {
  text-align: center; 
  font-size: 30px; 
  font-weight: bold;
  border-right: solid thin #C0C0C0;
}

.selected-filter {
  background-color: #f59b42;
  color: #FFFFFF;
}

.album-member {
  height: 50px; 
  width: 50px; 
  border-radius: 10px;
  display: inline-block; 
}

#myMap {
  position: relative;
  width: 100%;
  height: 400px;
}

#numNotifications {
  font-family:'Poppins', sans-serif; 
  font-size: 12px;
  font-weight: 600; 
  color: #f59b42; 
  padding: 0 2px;
  display:none;
}