/*--------------------------------------------------------------*/
/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up,
  .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important; } }
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up,
  .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important; } }
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important; } }
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
    display: none !important; } }
/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
    display: none !important; } }
img {
  height: auto;
  max-width: 100%; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: 'Helvetica Neue';
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 200;
  src: local("Helvetica Neue"), url("fonts/HelveticaNeue-Thin.woff") format("woff"); }
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica Neue"), url("fonts/HelveticaNeueLight.woff") format("woff"); }
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  src: local("Helvetica Neue"), url("fonts/HelveticaNeueMedium.woff") format("woff"); }
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  src: local("Helvetica Neue"), url("fonts/HelveticaNeueBold.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-regular-webfont.eot");
  src: url("fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff"), url("fonts/montserrat-regular-webfont.ttf") format("truetype"); }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat-bold-webfont.eot");
  src: url("fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff"), url("fonts/montserrat-bold-webfont.ttf") format("truetype"); }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Helvetica Neue';
  font-weight: 700;
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #292929;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn-outline-secondary {
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
  text-transform: uppercase; }
  .btn-outline-secondary.btn-lg {
    height: 57px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.form-group {
  margin-bottom: 25px;
  position: relative;
  width: 100%; }
  .form-group label.error {
    color: #ff0000;
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    left: 0px; }
  .form-group .enter-tocken {
    background-color: transparent; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.app-banner {
  margin-top: -20px; }

.profile-banner {
  margin: 0px;
  position: relative;
  width: 100%; }
  .profile-banner img {
    height: auto;
    width: 100%; }
  .profile-banner .btn-update-profile-banner {
    height: 52px;
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: center;
    width: 54px; }
    .profile-banner .btn-update-profile-banner a {
      color: #ffffff;
      font-size: 7px; }
      .profile-banner .btn-update-profile-banner a:hover {
        color: #2699FB; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.app-header {
  padding: 10px 15px;
  position: relative; }
  .app-header > div {
    position: relative; }
  .app-header .brand-logo img {
    max-width: 120px; }
  .app-header .brand-logo.small-brand-logo img {
    max-width: 100px; }
  .app-header .button-back {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    z-index: 99; }
    .app-header .button-back:hover, .app-header .button-back:focus {
      background-color: #2699FB; }
  .app-header .current-page-heading {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    justify-content: center;
    padding: 0px 50px; }
    .app-header .current-page-heading .page-heading-title {
      color: #969696;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
  @media (min-width: 480px) {
    .app-header .brand-logo img {
      max-width: 200px; }
    .app-header .brand-logo.small-brand-logo img {
      max-width: 120px; } }

.app-footer {
  background-color: #000000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  .app-footer .footer-menu {
    padding: 7px 25px;
    width: 100%; }
    .app-footer .footer-menu .menu-item {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      padding: 7px 0px; }
      .app-footer .footer-menu .menu-item:last-child {
        border: none; }
    .app-footer .footer-menu a {
      color: #ffffff;
      position: relative; }
      .app-footer .footer-menu a img {
        margin-bottom: 3px;
        height: 29px;
        width: auto; }
      .app-footer .footer-menu a small {
        display: block;
        font-size: 7px; }
    .app-footer .footer-menu .item-event-count {
      background-color: #2699FB;
      border: 1px solid #000000;
      border-radius: 50%;
      font-size: 8px;
      font-weight: 300;
      line-height: 16px;
      position: absolute;
      top: -7px;
      right: -7px;
      text-align: center;
      height: 18px;
      width: 18px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* make transparent link selection, adjust last value opacity 0 to 1.0 */ }

body {
  background-color: #292929;
  font-size: 16px; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p {
  line-height: 1.33em;
  color: #7E7E7E; }

h1 {
  color: #EEEEEE; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 241px;
  height: 150px;
  margin: -120px 0 0 -120px;
  z-index: 1001; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

.allbar {
  position: relative;
  top: 50px;
  margin: 0 auto;
  width: 241px;
  height: 50px;
  z-index: 999; }

.bar {
  width: 15px;
  height: 1px;
  background: #ffffff;
  float: left;
  margin: 3px 5px 0px; }

.bar1 {
  -webkit-animation-name: bar1;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }

.bar2 {
  -webkit-animation-name: bar2;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite; }

.bar3 {
  -webkit-animation-name: bar3;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite; }

.bar4 {
  -webkit-animation-name: bar4;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite; }

.bar5 {
  -webkit-animation-name: bar5;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite; }

.bar6 {
  -webkit-animation-name: bar6;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }

.bar7 {
  -webkit-animation-name: bar7;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite; }

.bar8 {
  -webkit-animation-name: bar8;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite; }

.bar9 {
  -webkit-animation-name: bar9;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes bar1 {
  0% {
    height: 1px; }
  20% {
    height: 20px; }
  40% {
    height: 15px; }
  60% {
    height: 20px; }
  80% {
    height: 50px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar2 {
  0% {
    height: 1px; }
  20% {
    height: 20px; }
  40% {
    height: 5px; }
  60% {
    height: 50px; }
  80% {
    height: 15px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar3 {
  0% {
    height: 1px; }
  20% {
    height: 50px; }
  40% {
    height: 10px; }
  60% {
    height: 30px; }
  80% {
    height: 20px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar4 {
  0% {
    height: 1px; }
  20% {
    height: 20px; }
  40% {
    height: 18px; }
  60% {
    height: 40px; }
  80% {
    height: 35px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar5 {
  0% {
    height: 1px; }
  20% {
    height: 45px; }
  40% {
    height: 15px; }
  60% {
    height: 35px; }
  80% {
    height: 10px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar6 {
  0% {
    height: 1px; }
  20% {
    height: 10px; }
  40% {
    height: 5px; }
  60% {
    height: 40px; }
  80% {
    height: 10px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar7 {
  0% {
    height: 1px; }
  20% {
    height: 50px; }
  40% {
    height: 10px; }
  60% {
    height: 40px; }
  80% {
    height: 20px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar8 {
  0% {
    height: 1px; }
  20% {
    height: 10px; }
  40% {
    height: 5px; }
  60% {
    height: 10px; }
  80% {
    height: 30px; }
  100% {
    height: 1px; } }
@-webkit-keyframes bar9 {
  0% {
    height: 1px; }
  20% {
    height: 40px; }
  40% {
    height: 35px; }
  60% {
    height: 40px; }
  80% {
    height: 35px; }
  100% {
    height: 1px; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  background-color: #000000; }
  body.without-header {
    height: 100vh; }
    body.without-header #app-content {
      height: 100%;
      padding-left: 0px;
      padding-right: 0px; }
      body.without-header #app-content .app-main-content {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-y: scroll;
        min-height: 800px;
        height: 100%;
        width: 100%; }

/* JavaScript Turned Off */
.loaded .allbar,
.no-js .allbar,
.no-js #loader-wrapper {
  display: none; }

.no-js h1 {
  color: #222222; }

#app-content {
  margin: 0 auto;
  padding-bottom: 0px;
  width: 100%;
  max-width: 778px; }

.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.app-main-content {
  background-color: #292929;
  padding: 0px 25px; }

.footer-content {
  padding-top: 95px;
  padding-bottom: 25px; }
  .footer-content .footer-copyright .col-6 {
    padding-top: 5px;
    padding-bottom: 5px; }
    .footer-content .footer-copyright .col-6.text-right {
      border-right: 2px solid #ffffff; }
  .footer-content .footer-copyright span {
    padding: 0px;
    max-width: 100px; }
    .footer-content .footer-copyright span strong {
      font-weight: 700; }

.inner-page-content {
  padding-bottom: 60px; }
  .inner-page-content .footer-content span {
    font-size: 24px;
    padding: 0px;
    max-width: 130px; }
    .inner-page-content .footer-content span strong {
      font-weight: 700; }
  .inner-page-content.profile-page-content {
    background-color: #000000; }
  .inner-page-content.envent-page-content {
    padding-left: 0px;
    padding-right: 0px; }

.event-page-content .footer-content span {
  padding: 0px;
  max-width: 130px; }
  .event-page-content .footer-content span strong {
    font-weight: 700; }

.app-main-green-bg {
  background-color: #5FBC4E; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.welcome-heading {
  padding: 12px 0px; }
  .welcome-heading h2 {
    margin: 0px; }
  .welcome-heading h3 {
    margin: 0px; }

.label-access-required {
  border-top: 2px solid #252525;
  border-bottom: 2px solid #252525;
  color: #9B9B9B;
  margin-bottom: 15px;
  padding: 10px 0px;
  text-transform: none; }
  .label-access-required p {
    font-size: 18px;
    margin: 0px; }

.form-login .form-group {
  position: relative; }
  .form-login .form-group.user-name {
    border-radius: 12px;
    background-color: #ffffff;
    padding-left: 44px; }
    .form-login .form-group.user-name input {
      border-radius: 12px;
      background: #ffffff;
      box-shadow: none;
      border: none; }
    .form-login .form-group.user-name::before {
      background-image: url("../images/icon-user@2x.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px;
      border-right: 1px solid #78849E;
      content: "";
      height: 43px;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 44px; }
  .form-login .form-group.user-pass {
    border-radius: 12px;
    background-color: #ffffff;
    padding-left: 44px; }
    .form-login .form-group.user-pass input {
      border-radius: 12px;
      background: #ffffff;
      box-shadow: none;
      border: none; }
    .form-login .form-group.user-pass::before {
      background-image: url("../images/icon-lock@2x.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px;
      border-right: 1px solid #78849E;
      content: "";
      height: 43px;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 44px; }
  .form-login .form-group.user-location {
    border-radius: 12px;
    background-color: #ffffff;
    padding-left: 44px; }
    .form-login .form-group.user-location select {
      background: #ffffff;
      box-shadow: none;
      border: none; }
    .form-login .form-group.user-location::before {
      background-image: url("../images/icon-location-pin@2x.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px;
      border-right: 1px solid #78849E;
      content: "";
      height: 43px;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 44px; }
  .form-login .form-group .enter-tocken {
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 36px;
    color: #ffffff;
    text-align: center; }
.form-login input.form-control {
  height: 52px;
  padding: 5px 15px; }
.form-login select.form-control {
  border-radius: 12px;
  background-color: #ffffff;
  height: 52px; }
.form-login button.btn-lg,
.form-login input.btn-lg {
  border-radius: 12px;
  height: 52px; }
.form-login .forgot-password a {
  color: #9B9B9B; }
  .form-login .forgot-password a:hover {
    color: #ffffff; }
.form-login .logout-link a {
  color: #9B9B9B;
  font-size: 12px; }
  .form-login .logout-link a:hover {
    color: #ffffff; }
.form-login .form-login-tocken .form-group {
  padding: 40px 0px; }
.form-login .form-login-tocken button.btn-lg {
  font-size: 15px;
  font-weight: 700; }
.form-login .form-login-tocken label {
  font-size: 24px; }
  .form-login .form-login-tocken label strong {
    font-weight: 700;
    text-transform: uppercase; }

.entry-content {
  border-top: 2px solid #252525;
  font-size: 12px; }

.dash-board-menu {
  border: 1px solid #383838;
  background-color: #212121;
  border-radius: 12px;
  color: #ffffff;
  font-size: 10px;
  padding: 15px 25px; }
  .dash-board-menu .row {
    margin-bottom: 30px; }
    .dash-board-menu .row .menu-item {
      display: flex;
      align-items: center; }
      .dash-board-menu .row .menu-item small {
        display: block; }
  .dash-board-menu a {
    color: #ffffff; }

.model-heading {
  padding: 10px 22px; }
  .model-heading .model-name {
    color: #2699FB;
    font-size: 29px; }
    .model-heading .model-name .first-name {
      font-weight: 700; }
    .model-heading .model-name .last-name {
      font-weight: 200; }
  .model-heading a {
    color: #ffffff; }
    .model-heading a:hover {
      color: #262626;
      background-color: #ffffff; }
  .model-heading p {
    margin: 0px;
    line-height: 1.8rem; }

.personal-heading {
  border-top: 2px solid #B1B1B1;
  border-bottom: 2px solid #B1B1B1;
  background-color: #262626;
  margin-left: -25px;
  margin-right: -25px;
  padding: 12px 22px; }
  .personal-heading h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px; }
  .personal-heading h3 {
    margin: 0px; }
  .personal-heading p {
    margin: 0px; }

.model-info-form {
  padding: 10px 0px; }
  .model-info-form .form-group {
    position: relative; }
    .model-info-form .form-group label {
      font-size: 12px;
      font-weight: 300;
      color: #ffffff; }
    .model-info-form .form-group input {
      background: transparent;
      border-radius: 0px;
      border: 1px solid #F7D895;
      height: 55px;
      color: #ffffff;
      padding-left: 15px;
      padding-right: 15px; }
    .model-info-form .form-group select {
      background: transparent;
      border-radius: 0px;
      border: 1px solid #F7D895;
      height: 55px; }
    .model-info-form .form-group .form-control {
      font-size: 20px;
      font-weight: 700;
      color: #ffffff; }
    .model-info-form .form-group .error {
      color: #ff0000;
      font-size: 12px; }

.app-main-content.event-page-content {
  padding: 0px 0px 60px; }
.app-main-content .event-list-nofication {
  background-color: #1F1F1F;
  display: block;
  padding: 12px;
  width: 100%; }
  .app-main-content .event-list-nofication p {
    margin: 0px; }
.app-main-content .list-events {
  background-image: url("../images/bg-my-schedule@2x.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0px; }
  .app-main-content .list-events.add-me-to-schedule {
    background-image: url("../images/bg-add-me-to-schedule@2x.jpg"); }
  .app-main-content .list-events.list-event-recaps {
    background-image: url("../images/bg-event-recaps@2x.jpg"); }

.list-events .event-item {
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 100%;
  margin-bottom: 30px;
  padding: 15px 13px 0px; }
  .list-events .event-item.event-recap-complated .event-item-wrap::after {
    background-image: url("../images/icon-complated-up@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
  .list-events .event-item .event-item-heading {
    padding: 0px 15px; }
    .list-events .event-item .event-item-heading .event-title {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 10px; }
  .list-events .event-item .event-item-wrap {
    position: relative; }
    .list-events .event-item .event-item-wrap .brand {
      background-image: url("../images/svg/icon-bottle.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 30px;
      min-height: 40px;
      margin-bottom: 10px;
      padding-left: 50px; }
      .list-events .event-item .event-item-wrap .brand .heading {
        color: #FFEB00;
        text-align: right;
        margin-bottom: 10px; }
        .list-events .event-item .event-item-wrap .brand .heading label {
          color: #C1C1C1;
          float: left;
          font-size: 16px; }
      .list-events .event-item .event-item-wrap .brand select {
        border: 1px solid #F7D895;
        background-color: transparent;
        box-shadow: none;
        color: #ffffff;
        max-width: 100%;
        height: 30px;
        width: 100%; }
    .list-events .event-item .event-item-wrap .row {
      margin-bottom: 10px; }
    .list-events .event-item .event-item-wrap .event-date, .list-events .event-item .event-item-wrap .event-time, .list-events .event-item .event-item-wrap .event-address, .list-events .event-item .event-item-wrap .event-booking {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 30px;
      padding-left: 50px; }
    .list-events .event-item .event-item-wrap .event-date {
      background-image: url("../images/svg/icon-calendar-grey.svg"); }
    .list-events .event-item .event-item-wrap .event-time {
      background-image: url("../images/svg/icon-time.svg"); }
    .list-events .event-item .event-item-wrap .event-address {
      background-image: url("../images/svg/icon-map-location.svg"); }
    .list-events .event-item .event-item-wrap .event-booking {
      background-image: url("../images/svg/icon-can-i-book.svg"); }
      .list-events .event-item .event-item-wrap .event-booking .booking-content img {
        height: auto;
        width: 30px; }
    .list-events .event-item .event-item-wrap small {
      font-size: 11px; }
    .list-events .event-item .event-item-wrap .icon-add-me {
      background-image: url("../images/svg/icon-plus.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 100%;
      content: "";
      display: inline-block;
      margin-left: 3px;
      height: 16px;
      width: 16px; }
    .list-events .event-item .event-item-wrap .booking-content img {
      margin-right: 5px;
      max-width: 30px; }
  .list-events .event-item .btn-outline-secondary {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    margin-bottom: 15px; }
    .list-events .event-item .btn-outline-secondary .button-label {
      color: #ffffff;
      padding: 5px 0px; }
    .list-events .event-item .btn-outline-secondary:hover {
      color: #333333; }
      .list-events .event-item .btn-outline-secondary:hover .button-label {
        color: #333333; }
    .list-events .event-item .btn-outline-secondary .chat-message-count {
      background-color: #707070;
      border-radius: 50%;
      display: inline-block;
      line-height: 24px;
      height: 25px;
      text-align: center;
      width: 25px; }
@media (min-width: 640px) {
  .list-events .event-item .event-item-heading .event-title {
    font-size: 24px; } }

.event-list-confirn-heading {
  color: #ffffff;
  margin-bottom: 25px; }
  .event-list-confirn-heading img {
    max-width: 100px; }
  .event-list-confirn-heading h2 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0px; }
  .event-list-confirn-heading p {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase; }
  @media (min-width: 640px) {
    .event-list-confirn-heading h2 {
      font-size: 36px; } }

.confirm-event-content {
  background-color: #ffffff;
  color: #333333;
  margin-bottom: 40px;
  padding: 10px 20px; }
  .confirm-event-content h3 {
    color: #333333;
    font-size: 21px;
    margin: 0px;
    line-height: 1.6; }
  .confirm-event-content p {
    color: #333333;
    font-size: 21px;
    margin: 0px;
    line-height: 1.6; }
  @media (min-width: 640px) {
    .confirm-event-content {
      padding: 15px 30px; } }

.directions-content {
  padding-left: 0px;
  padding-right: 0px; }

.google-map-content {
  height: calc(100vh - 100px); }
  .google-map-content #googlemaps {
    height: 100%;
    width: 100%; }

.view-full-mrf {
  padding: 10px 18.5px; }
  .view-full-mrf .event-date-time {
    color: #F7D895;
    font-size: 12px;
    line-height: 14px; }
    .view-full-mrf .event-date-time label {
      color: #ffffff; }
  .view-full-mrf .text-note {
    color: #AA5555;
    font-size: 11px;
    margin-bottom: 10px; }
    .view-full-mrf .text-note p {
      color: #AA5555;
      margin: 0px; }
  .view-full-mrf .data-group .text-note {
    font-size: 14px; }
  .view-full-mrf .data-group .event_textarea {
    min-height: 90px; }
  .view-full-mrf .mrf-data {
    border: 1px solid #F7D895;
    font-size: 20px;
    padding: 10px 15px;
    min-height: 50px;
    margin-bottom: 10px; }
    .view-full-mrf .mrf-data p {
      color: #ffffff;
      margin: 0px 10px 0px; }

.inner-page-content.single-full-mrf .footer-content {
  padding-top: 50px; }
  .inner-page-content.single-full-mrf .footer-content span {
    font-size: 16px; }

.header-recap-form-completed {
  position: relative;
  padding-bottom: 10px; }
  .header-recap-form-completed .image-recap-form-completed {
    display: block;
    width: 100%; }
  .header-recap-form-completed .text-note {
    color: #AA5555;
    font-size: 11px;
    float: right;
    position: absolute;
    bottom: 7px;
    right: 7px; }
  .header-recap-form-completed img {
    height: auto;
    max-width: 360px; }

.mrf-data.content-dropdown {
  background-image: url(../images/icon-content-dropdown.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 35px; }

.app-main-content.message-and-chat-content {
  background-color: #121212;
  display: block;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 75px;
  width: 100%; }

.message-and-chat-content {
  background-color: #121212;
  padding-left: 0px;
  padding-right: 0px; }
  .message-and-chat-content .message-nofication {
    background: #1F1F1F;
    color: #ffffff;
    padding: 5px 15px;
    width: 100%; }
    .message-and-chat-content .message-nofication p {
      margin: 10px 0px;
      color: #ffffff; }

.list-message .message-item {
  background-color: #313131;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 13px; }
  .list-message .message-item:nth-child(2n) {
    background-color: #414141; }
  .list-message .message-item h3 {
    font-size: 14px;
    margin: 0px 0px 7px 0px; }
    .list-message .message-item h3 a {
      color: #CCCCCC; }
  .list-message .message-item p {
    color: #CCCCCC;
    display: -webkit-box;
    margin-top: 0px;
    margin-bottom: 10px;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-height: 1.4rem; }
  .list-message .message-item .message-time {
    font-size: 12px;
    margin-bottom: 10px; }
  .list-message .message-item .close-message {
    display: block;
    width: 100%; }
    .list-message .message-item .close-message a {
      background-image: url("../images/icon-close.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px;
      content: " ";
      display: inline-block;
      float: right;
      height: 18px;
      width: 18px; }

.full-message .message-content {
  padding: 20px 15px; }

.mesgs {
  padding: 30px 15px 0 25px;
  width: 100%; }
  .mesgs .incoming_msg_img,
  .mesgs .outgoing_msg_img {
    display: inline-block;
    width: 10%; }
  .mesgs .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 15px;
    width: 82%;
    position: relative; }
    .mesgs .received_msg::before {
      content: " ";
      width: 0;
      height: 0;
      border-top: 10px solid #ffffff;
      border-left: 15px solid transparent;
      position: absolute;
      top: 0px;
      left: 10px; }
    .mesgs .received_msg p {
      background: #ffffff none repeat scroll 0 0;
      color: #646464;
      font-size: 14px;
      margin: 0;
      padding: 8px 10px 12px 12px;
      width: 100%; }
  .mesgs .outgoing_msg {
    display: flex;
    overflow: hidden;
    margin: 26px 0 26px; }
    .mesgs .outgoing_msg .outgoing_msg_img {
      order: 2; }
    .mesgs .outgoing_msg .sent_msg {
      order: 1;
      float: right;
      padding-left: 15px;
      padding-right: 25px;
      position: relative;
      width: 82%; }
      .mesgs .outgoing_msg .sent_msg::before {
        content: " ";
        width: 0;
        height: 0;
        border-top: 10px solid #588EE9;
        border-right: 15px solid transparent;
        position: absolute;
        top: 0px;
        right: 10px; }
      .mesgs .outgoing_msg .sent_msg p {
        background: #588EE9 none repeat scroll 0 0;
        font-size: 14px;
        margin: 0;
        color: #fff;
        padding: 8px 10px 12px 12px;
        width: 100%; }
  .mesgs .type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
    width: 100%; }
    .mesgs .type_msg .input_msg_write input {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: medium none;
      color: #fff;
      font-size: 15px;
      min-height: 48px;
      width: 100%; }
    .mesgs .type_msg .msg_send_btn {
      background-image: url("../images/icon-send.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px;
      background-color: #588EE9;
      border: medium none;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      font-size: 17px;
      height: 33px;
      position: absolute;
      right: 0;
      top: 11px;
      width: 33px; }
  .mesgs .messaging {
    padding: 0 0 50px 0; }
  .mesgs .msg_history {
    min-height: 416px;
    padding-bottom: 30px;
    overflow-y: auto; }

/*# sourceMappingURL=style.css.map */
