@import "https://fonts.googleapis.com/css?family=Open+Sans:600|Source+Sans+Pro:600,400|Roboto:400";
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.30;
  opacity: 1.00;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: -0.72px;
  word-spacing: 0.00px;
  text-transform: none; }

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  opacity: 1.00;
  margin-top: 30px;
  margin-bottom: 5px;
  letter-spacing: -0.72px;
  word-spacing: 0.00px;
  text-transform: none; }

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.20;
  opacity: 1.00;
  margin-top: 30px;
  margin-bottom: 5px;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
  text-transform: none; }

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.60;
  margin-top: 0px;
  margin-bottom: 25px;
  text-transform: none; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.red {
  color: red; }

* {
  box-sizing: border-box; }

.logo {
  float: left; }
  .logo img {
    width: 25px; }

body {
  color: #061000;
  background-color: #ecedfc;
  margin: 0;
  padding: 0;
  border: 0; }
  body header {
    background-color: #56b5ba;
    padding: 1%; }
    body header .homelogo {
      width: 100px; }
    body header .back-icon img {
      width: 50px;
      float: left; }
    body header .hometitle {
      text-align: center;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
      display: block; }
    body header .settings-title {
      display: block;
      margin-top: 15px; }
    body header .title {
      text-align: center;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
      display: inline; }
    body header .user {
      float: right;
      height: 30px; }
      body header .user img {
        height: 30px;
        width: 30px; }
      body header .user span {
        height: 30px;
        padding: 6px;
        float: right; }
  body .main-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 1%; }
  body textarea, body input {
    width: 100%; }
  body textarea {
    min-height: 100px; }
  body header {
    text-align: center; }
  body .notify-window {
    position: fixed;
    width: 20%;
    right: 0;
    bottom: 0;
    background-color: #c3e5e6;
    border-radius: 20px 0 0 0;
    padding: 10px 15px; }
    body .notify-window .notify {
      margin-bottom: 4px; }
      body .notify-window .notify .close {
        font-size: 10px;
        float: left;
        display: block;
        text-align: center;
        margin-right: 10px;
        width: 14px;
        height: 14px;
        background-color: #0fafb5;
        box-shadow: 1px 1px 1px 1px #075457;
        cursor: pointer; }
  body .error {
    text-align: center;
    background-color: #ffefc6;
    border-radius: 6px;
    padding: 2px; }

#login_form input {
  width: 79%;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 0; }

.toggle_buttons .toggle_button {
  cursor: pointer;
  float: left;
  width: 100%;
  width: 100%;
  padding: 3px; }
  .toggle_buttons .toggle_button .icon.inactive {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
    fill: #aaa;
    background-color: gray; }
    .toggle_buttons .toggle_button .icon.inactive img {
      opacity: 0.3; }
  .toggle_buttons .toggle_button .icon.active {
    box-shadow: 0 2px 2px 0 white, 0 6px 2px 0 white;
    fill: white; }
  .toggle_buttons .toggle_button .heart.active {
    background-color: #C75C5C; }
  .toggle_buttons .toggle_button .reply.active {
    background-color: #77B3D4; }
  .toggle_buttons .toggle_button .location.active {
    background-color: #76c2af; }
  .toggle_buttons .toggle_button .label {
    font-size: 8pt;
    overflow: hidden;
    text-align: center;
    width: 100%; }
  .toggle_buttons .toggle_button .icon {
    border-radius: 30px;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto; }

.post_inputs input, .post_inputs textarea {
  padding: 10px;
  border-radius: 5px; }

.grid-container {
  width: 100%;
  max-width: 1200px; }
  .grid-container .row:before,
  .grid-container .row:after {
    content: "";
    display: table;
    clear: both; }
  .grid-container .row [class*='col-'] {
    float: left;
    min-height: 1px;
    /*-- gutter --*/
    padding: 12px; }
  .grid-container .col-1 {
    width: 8.33%; }
  .grid-container .col-2 {
    width: 16.67%; }
  .grid-container .col-3 {
    width: 25.00%; }
  .grid-container .col-4 {
    width: 33.33%; }
  .grid-container .col-5 {
    width: 41.67%; }
  .grid-container .col-6 {
    width: 50.00%; }
  .grid-container .col-7 {
    width: 58.33%; }
  .grid-container .col-8 {
    width: 66.67%; }
  .grid-container .col-9 {
    width: 75.00%; }
  .grid-container .col-10 {
    width: 83.33%; }
  .grid-container .col-11 {
    width: 91.67%; }
  .grid-container .col-12 {
    width: 100%; }

.list_values {
  list-style-type: none; }
  .list_values .list_value {
    float: left;
    background-color: white;
    border-radius: 20px;
    padding: 4px 6px;
    border: 1px solid gray;
    margin-right: 5px; }
    .list_values .list_value .list_item_remove {
      background-color: gray;
      border-radius: 20px;
      height: 10px;
      width: 10px;
      overflow: hidden;
      cursor: pointer; }

.main-menu .card {
  background-color: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
  margin-top: 14px; }
  .main-menu .card img {
    padding: 15px; }
  .main-menu .card .saved-card-data {
    height: 100px; }
  .main-menu .card .saved-menu-label {
    font-size: 20pt; }
  .main-menu .card .menu-label {
    font-size: 20pt;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    text-align: center;
    margin-top: 30px; }
.main-menu .saved-card {
  overflow: hidden; }
  .main-menu .saved-card img {
    width: 45px;
    padding: 1px;
    margin-left: 15px; }

.setting_box {
  background-color: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
  margin: 2%;
  margin-left: auto;
  margin-right: auto; }

button {
  border-width: 1px;
  border-style: solid;
  background-color: #56b5ba;
  border-color: #40989d;
  border-radius: 4px;
  margin: 2px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

button[disabled] {
  background-color: #9ed5d8;
  border-color: #c3e5e6;
  cursor: default; }

@media all and (max-width: 900px) {
  .grid-container .col-1 {
    width: 16.67%; }
  .grid-container .col-2 {
    width: 33.33%; }
  .grid-container .col-3 {
    width: 50%; }
  .grid-container .col-4 {
    width: 66.67%; }
  .grid-container .col-5 {
    width: 83.33%; }
  .grid-container .col-6 {
    width: 100%; }
  .grid-container .col-7 {
    width: 100%; }
  .grid-container .col-8 {
    width: 100%; }
  .grid-container .col-9 {
    width: 100%; }
  .grid-container .col-10 {
    width: 100%; }
  .grid-container .col-11 {
    width: 100%; }
  .grid-container .col-12 {
    width: 100%; }
  .grid-container .sm-col-1 {
    width: 16.67%; }
  .grid-container .sm-col-2 {
    width: 33.33%; }
  .grid-container .sm-col-3 {
    width: 50%; }
  .grid-container .sm-col-4 {
    width: 66.67%; }
  .grid-container .sm-col-5 {
    width: 83.33%; }
  .grid-container .sm-col-6 {
    width: 100%; }
  .grid-container .sm-col-7 {
    width: 100%; }
  .grid-container .sm-col-8 {
    width: 100%; }
  .grid-container .sm-col-9 {
    width: 100%; }
  .grid-container .sm-col-10 {
    width: 100%; }
  .grid-container .sm-col-11 {
    width: 100%; }
  .grid-container .sm-col-12 {
    width: 100%; }

  body header .hometitle {
    font-size: 25pt; } }
@media all and (max-width: 600px) {
  .grid-container .col-1 {
    width: 25%; }
  .grid-container .col-2 {
    width: 50%; }
  .grid-container .col-3 {
    width: 75%; }
  .grid-container .col-4 {
    width: 100%; }
  .grid-container .col-5 {
    width: 100%; }
  .grid-container .col-6 {
    width: 100%; }
  .grid-container .col-7 {
    width: 100%; }
  .grid-container .col-8 {
    width: 100%; }
  .grid-container .col-9 {
    width: 100%; }
  .grid-container .col-10 {
    width: 100%; }
  .grid-container .col-11 {
    width: 100%; }
  .grid-container .col-12 {
    width: 100%; }
  .grid-container .x-sm-col-1 {
    width: 25%; }
  .grid-container .x-sm-col-2 {
    width: 50%; }
  .grid-container .x-sm-col-3 {
    width: 75%; }
  .grid-container .x-sm-col-4 {
    width: 100%; }
  .grid-container .x-sm-col-5 {
    width: 100%; }
  .grid-container .x-sm-col-6 {
    width: 100%; }
  .grid-container .x-sm-col-7 {
    width: 100%; }
  .grid-container .x-sm-col-8 {
    width: 100%; }
  .grid-container .x-sm-col-9 {
    width: 100%; }
  .grid-container .x-sm-col-10 {
    width: 100%; }
  .grid-container .x-sm-col-11 {
    width: 100%; }
  .grid-container .x-sm-col-12 {
    width: 100%; }

  .right {
    text-align: center; }

  .left {
    text-align: center; }

  body header .hometitle {
    font-size: 20pt; } }
