/* ------ ANIMATION ------ */

@keyframes dissolve-in {
  0%   { opacity: 0; visibility: hidden;  transform: translate(0px, -15px); border-radius: 5px; }
  100% { opacity: 1; visibility: visible; transform: translate(0, 0);       border-radius: 0px; }
}

@keyframes dissolve-out {
  0%   { opacity: 0; visibility: hidden; }
  100% { opacity: 1; visibility: visible;}
}

@keyframes dissolve-in-right {
  0%   { opacity: 0; visibility: hidden;  transform: translate(150px, 0px); border-radius: 0px; }
  100% { opacity: 1; visibility: visible; transform: translate(0, 0);       border-radius: 0px; }
}

@keyframes dissolve-overlay {
  0%   { opacity: 0; background: transparent; }
  33% { opacity: .1; background: #ff8136; }
  100% { opacity: .8; background: #00365f; }
}

@keyframes loading-in {
  0%   { opacity: 0; visibility: hidden; }
  100% { opacity: 1; visibility: visible;}
}

@keyframes loading-out {
  0%   { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden;}
}

@keyframes loading-spinner {
  0%   { color: #00365f;  transform: rotate(0deg);   }
  25%  { color: #ff8136;     transform: rotate(90deg);  }
  50%  { color: #00365f;  transform: rotate(180deg); }
  75%  { color: #ff8136;     transform: rotate(270deg); }
  100% { color: #00365f;  transform: rotate(360deg); }
}

/* ------ ANIMATION ------ */


/* ----- MODIFIER ----- */

.primaryColor, .primaryColor a, .primaryColor i{
  /*color:#00365f;*/
  color:#3273dc;
}

.primaryBkg, .primaryBkg a, .primaryBkg i{
  background-color:#00365f;
}


.App {
  text-align: center;
  min-height: 100vh;
  background-color:#FEF7F4;
}


/* prevent zoom on input*/
input, textarea {
    font-size: initial;
}


* {
  box-sizing: border-box;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  /*font-family: 'Nunito', sans-serif;
  /*font-family: 'Sansita', sans-serif;*/
}

button, .profile-info .input-textarea{
   font-family: 'Poppins', sans-serif; 
}

h2{
  font-size: 1.4em;
}

.Container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.header {
  display: flex;
  flex-direction: row;
  padding-top: .2em;
  padding-bottom: .2em;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 500;
  height: 45px;
  box-shadow: 0 0 3px #00000022;
}


.main-nav {
  display: flex;
  flex-direction: row;
  justify-content:flex-end;
  flex-grow:1;
  margin: 5px 15px 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.main-nav a {
  padding: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.main-nav a {
  color: #000;
  font-size: .99em;
}

.main-nav li a{
  display:flex;
  justify-content:center;
  align-items:center;
}

.main-nav .avatar{
  border:1px solid #fff;
  box-shadow:0px 0px 5px #ddd;
  width:25px;
  border-radius:50%;
}


.header h1{
  font-size: 1em;
  font-weight: normal;;
}

.logo a{
  color: #000;
  text-decoration: none;
  padding: 0px 15px;
  display: block;
  line-height: 0;
}

.logo img {
  width:auto;
  height:20px;
}

.header i{
  font-size: 1.5em;
  color: #3273dc;
}

.main-nav .fa-duo {
 text-shadow: 0px 3px 2px rgba(0,0,0,.15);
}

.main-nav .profileWrapper{
}

.main-nav .profile .inner{
  position: fixed;
  right: 0;
  top:0;
  margin-top:4px;
  list-style: none;
  visibility:hidden;
  border-top:1px solid #EEE;
  background-color: #F7F7F7;
  padding: 10px 5%;
  box-shadow: 0px 2px 2px rgba(0,0,0,.15);
  width: 30%;
  min-width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:center;
  z-index: 900;
}

.main-nav .profile .inner ul{
  list-style: none;
}

.main-nav .profile .inner li{
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.main-nav .profile .inner li a{
  display: inline-block;
  display: flex;
  justify-content:center;
  align-items: center;
}

.main-nav .profile .inner li i{
  margin-left: 10px;
  font-size: .8em;
}

.main-nav .profile .inner a.close{
  position: absolute;
  right:10px;
  top:10px;
}


.main-nav .profile .inner .ChangeLanguage{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px; 
  margin-bottom: 10px; 
  flex-wrap: wrap;
}

.main-nav .profile .inner .ChangeLanguage i{
  font-size:.8em;
}

.main-nav .profile .inner .ChangeLanguage .toggle{
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}

.main-nav .profile .inner .ChangeLanguage .lng{
  font-weight: bold;
  text-shadow: 0 2px 2px #aaa;
}
.main-nav .profile .inner .ChangeLanguage .en .f{ color: #00247d; }
.main-nav .profile .inner .ChangeLanguage .en .l{ color: #cf142b; }
.main-nav .profile .inner .ChangeLanguage .es .f{ color: #aa151b; }
.main-nav .profile .inner .ChangeLanguage .es .l{ color: #f1bf00; }
.main-nav .profile .inner .ChangeLanguage .pt .f{ color: #006600; }
.main-nav .profile .inner .ChangeLanguage .pt .l{ color: #ff0000; }

.main-nav .profile.active .inner{
  visibility:visible;
  animation: dissolve-in-right .3s ease-in;
}

.main-nav .profile.active .overlay{
  animation: dissolve-overlay .3s ease-in;
}


.main-nav .profile.active .overlay{
    background:#00365f;
    position:fixed;
    width:100%;
    height:100%;
    border:1px solid;
    left:0;
    top:0;
    opacity:.8; 
    z-index:800!important; 
    display:block;  
    cursor: grab;
}



.footer-menu{
  position:fixed;
  bottom:0;
  border-top: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  z-index: 400;
  box-shadow: 0 0 3px #00000022;
}

.footer-menu ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  margin:0 15px;
}

.footer-menu ul li, .footer-menu ul li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding:5px 10px;
}

.footer-menu ul li{
  padding: 0;
}

.footer-menu ul li.notificationButton i{
  padding:5px 10px;
}

.footer-menu ul li span{
  font-size:.6em;
  text-transform: uppercase;
  position: absolute;
  top:-30px;
  background: #fdfdfd;
  border: 1px solid rgba(125,125,125,1);
  padding: 5px 10px;
  display: none;
}

.footer-menu ul li a, .footer-menu ul li a:active, .footer-menu ul li a:visited{
  text-decoration: none;
  color: #000;
  margin: 0;
}

.footer-menu ul li:hover span{
  display: block;
  animation: dissolve-in .3s ease-in;
}

.footer-menu ul li.searchWrapper{
  flex-grow: 1;
}

.footer-menu ul li form{
  width: 100%;
}

.footer-menu ul li .search{
  border: 1px solid #3273dc66;
  box-shadow: inset 0 -2px 1px #3273dc33;
  border-radius: 50px;
  padding: 5px 10px;
  outline: none;
  width: 100%;
  color: #666;
}

.footer-menu ul li .search::placeholder{
  color:#ccc;
  text-transform:capitalize;
}


.footer-menu .credits{
  font-size: .8em;
}


.login-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form label{
  font-weight: bold;
}

.login-form .form-group{
  max-width: 300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  border:2px solid rgba(0,0,0,.05);
  box-shadow: 0 2px 2px rgba(0,0,0,.2), 0 2px 15px rgba(0,0,0,.5);
  margin: 60px 5% 80px 5%;
  padding: 30px;
}

.login-form .form-group .input-text{
  margin: 10px 0;
  border:none;
  border-bottom:1px solid #000;
  border-radius: 0;
  padding:8px 5px;
  outline: none;
}

.login-form .form-group .other-action{
  margin-top:20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.login-form .form-group .other-action a{
  color: #666;
  text-decoration: none;
  font-size: .8em;
}

.login-form .form-group .other-action p {
    color: #666;
    text-decoration: none;
    font-size: .8em;
    text-align:left;
}

.login-form .form-group .other-action a.utility-link {
    color: #666;
    text-decoration: none;
    font-size: 1em;
    cursor:pointer;
    margin: 0 5px;
    border-bottom:1px dashed #ff8136;
}

.profile-type{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile-type-btn{
  width:48%;
  margin:2% 0;
  font-size: .8em;
  display: block;
  background-color: #DDD; 
}

.profile-type-btn.active{
  width:48%;
  margin:2% 0;
  font-size: .8em;
  display: block;
  background-color: #00365f;
  color:#FFF; 
  font-weight: bold;
}

.termsModal{
  padding:20px;
}

.registrationFlag{
  padding:10px 0;
}

.termsExtended{
  background-color: #FFF;
  padding:20px;
  text-align: left;
}

.logout.button{
  padding:20px;
  height:auto;
  font-size:1.2em;
}






/*------ SEARCH -------*/

.searchResults{
  position:fixed;
  width:100%;
  height: calc(100vh - 40px);
  bottom:40px;
  background-color:#21548fFA;
  padding:20px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  z-index:999;
  overflow:auto;
}

.searchResults .item{
  width:100%;
  padding:10px 0;
}

.searchResults .item:hover{
  background-color:#00000033;
}

.searchResults .item a{
  color:#FFF;
}

.searchResults .item a .first{
  font-size:1.15em;
  font-weight:bold;
}

.searchResults .item a .first i{
  padding-right:10px;
}

.searchResults .item a .second{
  font-size:1em;
  color:#ccc;
}

.searchClose{
  position:absolute;
  top:20px;
  right:20px;
  color:#FFF;
  font-size:1.5em;
}


/*------ BUTTON ------*/

.btn-primary{
  cursor: pointer;
  border:1px solid rgba(255,255,255,.8);
  background-color: #00365f;
  color:#FFF;
  text-shadow: 0 2px 0px rgba(255,255,255,.2), 0 2px 15px rgba(0,0,0,.5);
  font-weight: bold;
  margin-top:15px;
  box-shadow: 0 2px 2px rgba(0,0,0,.2), 0 2px 15px rgba(0,0,0,.5);
  transition: .5s;
  width: 100%;
}

.btn-primary:hover, .btn-primary:focus{
  border:1px solid #ff8136;
  color: #00365f;
  background-color: #ff8136;
  text-shadow: 0 2px 0px rgba(255,255,255,.2), 0 2px 15px rgba(0,0,0,.5);
  box-shadow: 0 2px 2px rgba(0,0,0,.1), 0 2px 15px rgba(0,0,0,.3);
  transition: .5s;
}


/*------ BUTTON ------*/


/*------ Loading ------*/

.Loading{
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(225deg, rgba(255,255,255,.95), rgba(125,125,125,.90));
  top:0;
  left:0;
  opacity: 0;
  animation: loading-out .3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Loading.active{
  visibility: visible;
  opacity: 1;
  animation: loading-in .3s ease-in;
}

.Loading i{
  font-size: 4em;
  animation: loading-spinner linear 3s infinite;
}

/*------ Loading ------*/


/*------ Settings ------*/

.settings-wrapper{
  padding: 10px;
  background-color:#fff;
}

.settings-form{
  margin: auto;
  max-width: 600px;
  padding:20px;
}

.settings-form h2, .settings-form h3{
  margin-bottom: 20px;
}


.settings-form .input-text{
  margin: 10px 0;
  border:none;
  border-bottom:1px solid #000;
  border-radius: 0;
  padding:8px 5px;
  outline: none;
  width: 100%;
}

.settings-form .genderSelectSocialization{
  width:100%;
}

.single-field.one-line{
  padding-top:20px;
  display: flex;
  justify-content:space-between;
}


.settingsMap, .settingsMap .map{
    width:100%;
    height:250px;
}


.settingsMap .map .marker{
    width:1px!important;
    height:1px!important;
    position:relative;
}

.settingsMap .map .marker::before{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3c5";
  color: #00365f;
  font-size: 24px;
  line-height:24px;
  position:absolute;
  height:24px;
  width:24px;  
  left:-12px;
  top:-24px;
  opacity: .9;
}


.settings-form .suggestResults.visible{
    position:relative;
}


.settings-form .suggestResults .results{
    position:absolute;
    top:0;
    z-index:9999;
    background:rgba(255,255,255,.75);
    border:1px solid #ccc;
    width:100%;
    border-radius:5px;
    box-shadow:0px 2px 10px rgba(0,0,0,.5);
}

.settings-form .suggestResults span{
    display:block;
    cursor:pointer;
    font-size:.8em;
    text-align:left;
    padding: 2px 10px;
}

.settings-form .suggestResults span:hover{
    background:rgba(225,225,225,.75);
}

.settings-form-ui .color-field{
  margin-bottom: 20px;
}

.settings-form-ui .color-field .bkg_preview span{
  display:block;
  padding:20px;
  text-align:left;
}

.twitter-picker > div > span > div{
  box-shadow:1px 1px 3px 0px #00000033!important;
}

/*------ Settings ------*/


/*------ Toggle ------*/

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}



.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all .2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
          perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}

/*------ Toggle ------*/




/*------ Profile ------*/

.profile{
  margin: auto;
  display:flex;
  justify-content:space-between;
}

.profile .profile-content{
  max-width: 600px;
  width: 100%;
  margin-top: -15px;
  position: relative;
  background-color:#FFF;
}

.profile .sidebar{
  max-width: 800px;
}

.profile-cover-wrapper{
  position: relative;
}

.profile-cover{
  position: relative;
  max-height:320px;
  overflow:hidden;
  display:flex;
  align-items:center;
}

.profile-cover .upload{
  position: absolute;
  right: 10px;
  top: 10px;
  visibility: hidden;
  cursor: pointer;
  color: #FFF;
  text-shadow: 0 0 5px #ccc;
}

.profile-cover .upload i{
  cursor: pointer;
  font-size: 1.5em;
}

.profile-cover:hover .upload{
  visibility: visible;
}

.profile-cover .coverImg{
  display: block;
}


.profile-menu-wrapper{
  position:relative;
  display:flex;
}

.profile-menu-wrapper .username{
  margin-right:auto;
  font-size:1.5em;
  font-weight:bold;
  color:#3273dc;
  padding:0 10px;
  text-align: left;
  text-shadow: 
      1px 1px 0px #fff, 
      2px 2px 1px rgba(0, 0, 0, 0.15);
}

.profile-menu-wrapper .action{
  flex-grow:1;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:5px 0px;
  font-size: .8em;
  flex-wrap: wrap;
}

.profile-menu-wrapper .action .btn{
  padding:5px 10px;
  color: #3273dc;
  cursor:pointer;
  border-radius:5px;
  transition-duration:.25s;
  font-weight: bold;
}

.profile-menu-wrapper .action .btn:hover{
  background-color: #f7f7f7;
}

.profile-menu-wrapper .action .btn > span{
  padding:0 3px;
}

.profile-avatar > div{
    width:120px;
    height: 120px;
    margin-top:-80px;
    border:5px solid #FFF;
    margin-left: 15px;
    box-shadow:0 0 5px #00000011;
    position: relative;
}

.avatarImage{
  padding-bottom:100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}


.profile-avatar .upload{
  position: absolute;
  right: 10px;
  bottom: 5px;
  visibility: hidden;
  cursor: pointer;
  color: #FFF;
  text-shadow: 0 0 5px #ccc;
}
.profile-avatar .upload i{
  cursor: pointer;
  font-size: 1em;
}

.profile-avatar:hover .upload{
  visibility: visible;
}

.profile-feel{
  display:inline-block;
  font-size:.75em;
  margin-left:5px;
  position:relative;
}

.profile-feel .choice{
  display:none;
}

.profile-feel .choice.active{
  display:block;
  position:absolute;
  background-color:#fff;
  top:0;
  left:0;
}

.profile-feel .choice.active i{
  padding-right:5px;
  display:inline;
}


.profile-feel .notOwn .noEmotion{
  display: none;
}

.profile-feel .own .noEmotion{
  color: #ccc;
}

.profile-feel-icon .love{
  color: #feab00;
}
.profile-feel-icon .angry{
  color: #77aebc;
}
.profile-feel-icon .sad{
  color: #77aebc;
}
.profile-feel-icon .joy{
  color: #feab00;
}
.profile-feel-icon .surprise{
  color: #feab00;
}
.profile-feel-icon .meh{
  color: #77aebc;
}
.profile-feel-icon .lol{
  color: #feab00;
}
.profile-feel-icon .tongue{
  color: #feab00;
}
.profile-feel-icon .grimace{
  color: #77aebc;
}


.profile-info{
  text-align:left;
  color:#4a4a4a;
  font-size:.85em;
  line-height:1.5em;
  padding:10px;
  white-space: pre-line;
}

.profile-info .input-textarea{
  padding:10px;
  font-size:.85em;
  line-height:1.5em;
  width:100%;
  text-align:left;
  color:#4a4a4a;
  border-radius:5px;
  box-shadow: inset 1px 1px 5px 2px #00000011;
  border:1px solid #3273dc;
  background-color:#fff;
}

.profile-info .btn{
  right:0;
  color:#3273dc;
  cursor:pointer;
  transition-duration:.5s;
  padding-left:10px;
  font-size:1.2em;
}

.profile-info .btn:hover{
  color:#9ac94e;
  transform:scale(1.2, 1.2);
}

.userNotFound{
  padding:50px 20px;
  display:block;
  font-weight:bold;
}


/*------ Profile ------*/


/*------ Stream ------*/



.theCollages .audioPlayer{
  background-color:#000;
  min-height:100px;
  display:flex;
  align-items:center;

}
.theCollages .audioPlayer audio{    
  filter: sepia(20%) saturate(70%) grayscale(1) contrast(100%) invert(100%);
}

.theCollages .audioPlayer div{
  height:50px!important;
  padding:0px 0px;
  background-color:#000;
}

.theCollages {
  width: 50%;
  position: relative;
}

.theCollages {
  width: 49.5%;
  position: relative;
  margin-top:.5%;
  margin-bottom:.5%;
}

.theCollages:nth-child(even) {
  width: 49.5%;
  margin-left:.5%;
}

.theCollages:nth-child(odd) {
  width: 49.5%;
  margin-right:.5%;
}


.theCollages video {
  display: block;
}

.stream-collage-remove{
  position:absolute;
  top:0;
  right:0;
  padding:5px 5px;
  color:#FF3A19;
  text-shadow:1px 1px 4px #00000066;
  cursor:pointer;
  font-size:.6em;
}

/*------ Stream ------*/


/* DROP */

.file-drop {
  /* relatively position the container bc the contents are absolute */
}

.file-drop > .file-drop-target {
}

.file-drop > .file-drop-target.file-drop-dragging-over-frame {
  border:2px dashed #ddd;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 50;
  opacity: .4;
}

.file-drop > .file-drop-target.file-drop-dragging-over-target {
  border:2px dashed #00365f;
  box-shadow: 0 0 13px 3px #ccc;
  opacity: .8;

}




/* just for live css test */


/* EDITOR NEW */


.lyEditorWrapper{
  min-height:200px;
  max-height:400px;
  width:100%;
  overflow: auto;
  margin:0px;
  padding:10px 10px 10px 50px;
  box-sizing: border-box;
}

.lyEditor{
    border-radius: 6.666666667px;
    font-size: 24px;
    line-height: 30px;
    /*
    font-size: 16px;
    line-height: 26.666666667px;
    */
    padding: 6.666666667px;
    /*width: 127%;*/

    /* scale down by 14/16 = 87,5% */
    transform: scale(0.875);
    transform-origin: left top;
    width:110%;
    display:block;
    min-height:200px;
    max-height:250px;
    border:none;
    color:#333;

}

.lyEditorMentions{
  position:absolute;
  bottom:0;
  width:100%;
  display:flex;
  overflow-x:auto;
}

.lyEditorMentions .mention{
  width:auto;  
  display:flex;
  align-items:center;
  margin: 3px;
  padding: 3px;
  border-radius:5px;
  background-color:#f7f7f7;
  border:1px solid #eee;
  cursor:pointer
}

.lyEditorMentions .mention img{
  border-radius:50px;    
  height:20px;
}

.lyEditorMentions .mention span{
  font-size:12px;
  padding-left:5px;
}

/* EDITOR */

/*
.theEditorModal{
  width:100%;
  max-width:600px;
  padding: 0;
}
*/

.theEditorModal{
  width:100%;
  max-width:900px;
  padding: 0;
  border:1px solid #F7BA96;
  border-radius:15px;
  overflow:auto;
}

.theEditorParent{
  width:100%;
  max-width:600px;
  margin:auto;
}

.theEditorBaseRoot {
  border-top:1px solid #F7BA96;  
  border-bottom:1px solid #F7BA96;  
  /*border:1px solid #eee;*/
  position:relative;
}

.theEditorBase .theHead{
  font-size:.8em;
  font-weight:bold;
  text-transform:capitalize;
  padding:5px 10px;
  /*background-color:#F7F7F7;*/
  background-color:#FEF7F4;
  position:relative;
}

.theEditorBase .theHead i{
  position:absolute;
  right:10px;
  top:10px;
  cursor:pointer;
}


.theEditorBaseRoot .avatar{
  border:1px solid #fff;
  box-shadow:0px 0px 10px #ddd;
  width:30px;
  margin:10px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
}

.theEditorBase .DraftEditor-root{
  min-height:200px;
  max-height:400px;
  overflow: auto;
  margin:0px;
  padding:10px 10px 10px 40px;
  box-sizing: border-box;
}

.theEditorBase .public-DraftEditor-content, .theEditorBase .public-DraftEditorPlaceholder-root{
    border-radius: 6.666666667px;
    font-size: 24px;
    line-height: 30px;
    /*
    font-size: 16px;
    line-height: 26.666666667px;
    */
    padding: 6.666666667px;
    /*width: 127%;*/

    /* scale down by 14/16 = 87,5% */
    transform: scale(0.875);
    transform-origin: left top;
}


.theEditorPlaceholder{
  border:1px solid #eee;
  min-height:100px;
  max-height:200px;
  overflow: hidden;
  /*box-shadow: inset 0 0 15px #eee;*/
  margin:0px;
  padding:0px;
  box-sizing: border-box;
  cursor:text;
  position: relative;
  background-color: #fff;
}

.theEditorPlaceholder.loading{
  background-image: url("img/mediaLoader.gif");
  background-color: #fff;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  box-shadow: inset 0 0 100px #eee;
  border:1px dashed #eee;
}

.theEditorPlaceholder .avatar{
  border:1px solid #fff;
  box-shadow:0px 0px 10px #ddd;
  width:30px;
  margin:10px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
}

.theEditorPlaceholder .DraftEditor-root{
  padding:10px 10px 10px 40px;
}

.theEditorPlaceholder .public-DraftEditor-content, .theEditorPlaceholder .public-DraftEditorPlaceholder-root{
    border-radius: 6.666666667px;
    font-size: 16px;
    line-height: 26.666666667px;
    padding: 6.666666667px;
    /*width: 127%;*/

    /* scale down by 14/16 = 87,5% */
    transform: scale(0.875);
    transform-origin: left top;
}


.editor {
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: text;
  padding: 16px;
  border-radius: 2px;
  margin-bottom: 2em;
  box-shadow: inset 0px 1px 8px -3px #ABABAB;
  background: #fefefe;
}

.editor :global(.public-DraftEditor-content) {
  min-height: 140px;
}


.mention {
  color: #4a85bb;
  text-decoration: none;
}

.mentionSuggestions {
  border-top: 1px solid #eee;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  margin: -16px;
}

.mentionSuggestionsEntryContainer {
  display: table;
  width: 100%;
}

.mentionSuggestionsEntryContainerLeft,
.mentionSuggestionsEntryContainerRight {
  display: table-cell;
  vertical-align: middle;
}

.mentionSuggestionsEntryContainerRight {
  width: 100%;
  padding-left: 8px;
}

.mentionSuggestionsEntry {
  padding: 7px 10px 3px 10px;
  transition: background-color 0.4s cubic-bezier(.27,1.27,.48,.56);
}

.mentionSuggestionsEntry:active {
  background-color: #cce7ff;
}

.mentionSuggestionsEntryFocused {
  composes: mentionSuggestionsEntry;
  background-color: #e6f3ff;
}

.mentionSuggestionsEntryText,
.mentionSuggestionsEntryTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mentionSuggestionsEntryText {
}

.mentionSuggestionsEntryTitle {
  font-size: 80%;
  color: #a7a7a7;
}

.mentionSuggestionsEntryAvatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}


.theEditorBase .mediaPreview{
	display:flex;
	margin: 10px auto;	
  padding: 10px;	
}

.theEditorBase .mediaPreview .single{
	width:23%;
	padding-bottom:23%;
	margin:1%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}

.theEditorBase .mediaPreview .single .action{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	text-shadow:0px 0px 2px #fff;
	font-size:15px;
  display: flex;
}

.theEditorBase .mediaPreview .single .action i{
  margin-left:10px;
  color:#006aa0;
  text-shadow:1px 1px 1px #fff,0 0 5px #fff;
}

.theEditorBase .mediaPreview .single .action i:hover{
  color:#5cb87c;
}

.theEditorBase .mediaPreview .single .action .collage{
  display:flex;
  position:relative;
}

.theEditorBase .mediaPreview .single .action .collage .statusIcon{
  position:absolute;
  font-size:1.1em;
  right:-5px;
  top:-5px;
  color:#5cb87c;
  text-shadow:1px 1px 4px #000000dd;
}

.theEditorBase .mediaPreview .single .action .collage.inactive .activeIcon{
  display:none;
}

.theEditorBase .mediaPreview .single .action .collage.active .inactiveIcon{
  display:none;
}

.theEditorBase .mediaPreview .single .action .collage.inactive .inactiveIcon{
  display:none;
}

.theEditorBase .mediaPreview .single.image{
	box-shadow:0px 0px 5px #ddd, 0px 0px 15px #ddd;
}


.theEditorBase .mediaPreview .single.video{
	background-image: url("img/videoLoader.png");
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f7f7f7;
	box-shadow:0px 0px 5px #ddd, 0px 0px 15px #ddd;
}

.theEditorBase .mediaPreview .single.audio{
	background-image: url("img/audioLoader.png");
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f7f7f7;
	box-shadow:0px 0px 5px #ddd, 0px 0px 15px #ddd;
}

.theEditorBase .mediaPreview .single .info{
  position:absolute;
  background-color:rgba(255,255,255,.5);
  font-size:.5em;
  bottom:0;
  width:100%;
  padding:2px 5px;
  word-wrap: break-word;
}

@media screen and (max-width: 600px) {
  .theEditorBase .mediaPreview .single .info{
    display: none;
  }
}

.iconAction{
	display:flex;
	align-items:center;
  padding: 10px;
	
}

.iconAction .EmojiSuggestions button{
	border:1px solid;
	border:none;
	color:#006aa0;
	width:30px;
	height:30px;
	font-size:25px;
  	transition-duration: .5s;
}

.iconAction .EmojiSuggestions button:hover{
	background:none;
	text-shadow:0 0 1px #006aa0, 0 0 15px #eee;
}

.iconAction .uploadMedia label{
	height:30px;
	display:flex;
	align-items:center;
	color:#006aa0;
	margin:0;
	padding:0;

}


.iconAction .uploadMedia label i{
	width:30px;
	text-align:center;
	cursor:pointer;
  	transition-duration: .5s;
}


.iconAction .uploadMedia label i:hover{
	font-weight:bold;
	text-shadow:0 0 1px #006aa0, 0 0 15px #eee;

}


.actionChoicePanel{
  position:relative;
  padding: 0 5px;
  color: #006aa0;
  cursor: pointer;
}


.actionChoicePanel .actionChoice {
  position: absolute;
  display:none;
  top:0;
  left:11px;
  border:1px solid #ccc;
  box-shadow:0 0 5px #ccc;
  background-color:#fff;
  border-radius:4px;
  transform: translate(-50%, -50px);
}

.actionChoicePanel .actionChoice.active {
  display:flex;
}


.actionChoicePanel .actionChoice .singleAction {
  background-color:#eee;
  display:flex;
  margin:3px;
  cursor:pointer;
  border-radius:3px;
}

.actionChoicePanel .actionChoice .singleAction i {
  padding:10px 5px;
  transition-duration:.25s;
}

.actionChoicePanel .actionChoice .singleAction:hover {
  background-color:#006aa0;
  color:#fff;
}

.actionChoicePanel .actualAction i {
  padding:0 1px;
}


.actionChoicePanel .actualAction:hover i {
  font-weight:bold;
  text-shadow:0 0 1px #006aa0, 0 0 15px #eee;
}



.DraftEditor-guest-root{
  height:70px;
  text-align:left;
}

.DraftEditor-guest-root div{
  display:block;
  padding:20px;
  color:#F7BA96;
}

.DraftEditor-guest-root div:after {
  display: inline-block;
  animation: dotty steps(1,end) 4s infinite;
  content: '';
  letter-spacing:2px;
}

@keyframes dotty {
    0%   { content: ''; }
    20%  { content: '.'; }
    36%  { content: '..'; }
    52%  { content: '...'; }
    68%  { content: '..'; }
    84% { content: '.'; }
}


/* img tag */

.imgTagging .grid{
  max-height:90vh;
  max-width:90vh;
  position:relative;
}


.imgTagging .grid img{
  max-width:100%;
  display:block;
  max-height:90vh;
}

#imgTagInputWrapper{
  position: absolute;
}

#imgTagInput{
  background:rgba(250,250,250,.2);
  border:none;
  border-bottom:2px solid #f7f7f7;
  width:200px;
  box-shadow:inset 0px 0px 5px #fff;
  padding:5px;
}

input#imgTagInput{
  opacity:0;
}


input#imgTagInput:focus{
  opacity:1;
  outline:1px solid #fff;
}


#imgTagInputResults{
  max-width:200px;
  display:flex;
  flex-wrap:wrap;
}

#imgTagInputResults div{
  width:100%;
  display:flex;
  align-items:center;
  background-color:rgba(250,250,250,.9);
  padding:5px;
  cursor:pointer;
}

#imgTagInputResults div:hover{
  background-color:rgba(150,150,150,.9);
}


#imgTagInputResults img{
  width:30px;
  border-radius:50%;

}

#imgTagInputResults span{
  width:80%;
  padding:5px;
}


/* Progress */

.savePostProgressBar{
    transition-duration: .1s;
    height:15px;
    overflow:hidden;
    position:relative;
  transition-duration: .15s;
}

.savePostProgressBar span{
  position:absolute;
  z-index:2;
  font-size:8px;
  padding:2px 5px;
  color:#006aa0;
  transition-duration: .15s;
}

.savePostProgressBar .bar{
  background-color:#c2dae7;
  border:1px solid #fff;
  transition-duration: .1s;
  position:absolute;
  top:0;
  left:0; 
  z-index:1;
}

.sendFileProgressBar{
    transition-duration: .1s;
    height:15px;
    overflow:hidden;
    position:relative;
}

.sendFileProgressBar span{
  position:absolute;
  z-index:2;
  font-size:8px;
  padding:2px 5px;
  color:#006aa0;
}

.sendFileProgressBar .bar{
  background-color:#e5e7c2;
  border:1px solid #fff;
  transition-duration: .1s;
  position:absolute;
  top:0;
  left:0; 
  z-index:1;
}


/* send post */

/*{
.sendPostButton{
  width: 100%;
  border-radius:2px;
  background-color:#006aa0;
  color:#fff;
  font-weight:bold;
  padding:5px;
  cursor:pointer;
  text-transform:uppercase;
  border: 10px solid #fff;
  transition-duration: .25s;
}
}*/

.sendPostButton{
  width: 90%;
  border-radius:50px;
  background-color:#0A2D4D;
  color:#fff;
  font-weight:bold;
  padding:5px;
  cursor:pointer;
  text-transform:uppercase;
  border: 1px solid #F7BA96;
  transition-duration: .25s;
  margin:10px 5% 20px 5%;
}



.sendPostButton:hover{
  background-color:#c2dae7;
  color:#006aa0;
    transition-duration: .25s;
}


.sendPostButton.news:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f1ea";
    margin-left:5px;
}
.sendPostButton.minimes:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f4a6";
    margin-left:5px;
}


.sendPostButton.photo:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f332";
    margin-left:5px;
}


.sendPostButton.video:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f03d";
    margin-left:5px;
}

.sendPostButton.podcast:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f3c9";
    margin-left:5px;
}


.sendPostButton.disabled{
  background-color:#c3d1d9; 
  color:#FFF;
  cursor:progress;
}




/* NOTIFICATION */


.notificationWrapper .counter{
  position:absolute;
  top:-5px;
  right:-0px;
  background-color:#ffd400;
  border-radius:50%;
  font-size:6px;
  width:14px;
  height:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
}


.notification{
  position:absolute;
  bottom:30px;
  right:5px;
  height:50vh;
  width:300px;
  border:2px solid #FFF;
  border-radius:0;
  box-shadow:0px 0px 10px #006aa0cc;
  transition-duration:.5s;
  visibility:hidden;
  opacity:0;
  display:flex;
  flex-wrap:wrap;
  padding:0;
  overflow:auto;
  align-content:flex-start;
}

.notification.open{
  opacity:1;
    visibility:visible;
    transition-duration:.5s;
}


.notification .notify{
  width:100%;
}

.notification .notify:nth-child(even){
  background-color:#006aa010;
}
.notification .notify:nth-child(odd){
  background-color:#006aa005;
}

.notification .notify.new{
  font-weight:bold;
}

.notification .notify a{
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  padding:10px;
  font-size:.8em;
  border-bottom:1px solid #fff;;
  transition-duration:.5s;
  text-decoration:none!important;
}

.notification .notify a:hover{
  background-color:#006aa050;
}

.notification .notify .image{
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #fff;
  overflow:hidden;  
  display:flex;
  align-items:center;
  justify-content:center;  
  box-shadow:0px 0px 5px #006aa050;
  flex-grow:0;
}

.notification .notify .text{
  margin-left:10px;
  text-align:left;
  width:calc(100% - 40px);
}

.notification .notify .text .date{
  font-size:.7em;
  color:#999;
}




/* THE POST */

.singlePost, .wall{
  width:600px;
  max-width: 100%;
  margin:auto;
}

.thePost{
  border:1px solid #eee;  
  margin:15px 0;
  box-shadow:0px 0px 5px #eee;
  background-color: #FFF;
}

.thePost header{
  display:flex;
  align-items:flex-start;
  padding:15px;
}

.thePost header .title{
  font-size:15px;
  width:100%;
  text-align:left;
  padding-left: 15px;
  margin-bottom: 0;
}

.thePost header .title h2{
  font-size:1em;
  line-height:1.5em;
  color:#006aa0;
  font-weight: bold;
}

.thePost header .title h2 .feel{
  display:inline;
  padding-left:5px;
  font-size:.75em;
}

.thePost header .title h3, .thePost header .title h3 a{
  font-size:.80em;
  line-height:1.2em;
  color:#aaa;
  text-decoration: none;
}

.thePost header .type i{
  /*padding:15px;*/
  color:#ddd;
  font-size:15px;
  transition-duration:.5s;
  font-size:2em;
}

.thePost header .type i:hover{
  color:#3273dc;
}

.thePost.minimes header .type i{
  color:#001973;
}
.thePost.photo header .type i{
  color:#a1bb0e;  
}
.thePost.video header .type i{
  color:#a91919;  
}
.thePost.audio header .type i{
   color:#055f71; 
}
.thePost.news header .type i{
   color:#daa700;   
}

.thePost header img{
  border:1px solid #fff;
  box-shadow:0px 0px 10px #ddd;
  width:40px;
  border-radius:50%;
}


.thePost section{
  text-align:left;
  font-size:15px;
}

.thePost section .theContent{
  /*padding:0 15px 15px 15px;*/
  padding:15px 15px 0 15px;
  word-wrap: break-word;
  white-space: pre-line;
  font-size:1.1em;
  line-height:1.3em;
}

.thePost.minimes section .theContent{
  font-size:1.6em;
  line-height: 1.4em;
}

.theMedia .slick-prev{
  left:5px!important;
  visibility:hidden;
  z-index:1!important;
}

.theMedia .slick-next{
  right:5px!important;
  visibility:hidden;
  z-index:1!important;
}

.theMedia:hover .slick-prev, .theMedia:hover .slick-next{
  visibility:visible;
}

.slick-prev:before, .slick-next:before{
  color:#006aa0!important;
}

.theMedia .audioPlayer{
  border-top:1px solid #f1f3f4;
  border-bottom:1px solid #f1f3f4;
  background-color:#f1f3f4;
  min-height:150px;
  display:flex;
  align-items:center;
}

.theMedia .audioPlayer div{
  height:50px!important;
  padding:0px 50px;
  background-color:#f1f3f4;
  box-shadow:0px 0px 10px #eee
}

.thePost .theAction{
  margin: 15px 15px 0 15px;
  padding:15px 0;
  border-top:1px solid #ddd;
  display:flex;
  justify-content:flex-start;
  position: relative;
  flex-wrap: wrap;
}

.thePost .theAction .like, .thePost .theAction .love, .thePost .theAction .star{
  font-size:15px;
  margin-right:10px;
  display:flex;
  align-items:center;
  cursor:pointer;
}

.thePost .theAction .like, .postActionModal .rate .like{
  color:#3273dc;
}

.thePost .theAction .love, .postActionModal .rate .love{
  color:#ff0000;
}

.thePost .theAction .star, .postActionModal .rate .star{
  color:#ffdb8c;
  /*position:absolute;
  right:0;*/
}

.thePost .theAction .stats i{
  color:#3273dc;
  margin-left:5px;
}

.thePost .theAction .like span, .thePost .theAction .love span{
  font-size:.65em;
  padding:5px;
  color:#999;
  cursor: default;
}

.thePost .theAction .star .avg{
  font-size:.65em;
  padding:5px;
  color:#999;
  cursor: default;
}

.thePost .theAction .star .total{
  font-size:.65em;
  padding-left:15px;
  color:#999;
  cursor: default;
}

.thePost .theAction i{
  transition: all .2s ease-in-out;
  cursor:pointer;
}
.thePost .theAction i:hover{
  transform: scale(1.4) rotate(-10deg);
}

.thePost .theAction .binary{
  /*width:100%;*/
}

.thePost .theAction .binary .thumbs{
  display:flex;
  align-items:center;
}

.thePost .theAction .binary .sep{
  background-color:#ffdd57;
  height:20px;
  width:1px;
  margin:0 5px;
  transform: rotate(30deg);
}

.thePost .theAction .binary .up, .postActionModal .rate .up{
  color:#9ac94e;
  transform: translateY( -3px);
}

.thePost .theAction .binary .down, .postActionModal .rate .down{
  color:#c9644e;
  transform: translateY( 3px);
}

.thePost .theAction .binary span{
  font-size:.60em;
  padding:5px;
  /*color:#999;*/
}

.thePost .theAction .binary .up i:hover{
  transform: translateY(-5px) rotate(-10deg);
}

.thePost .theAction .binary .down i:hover{
  transform: translateY(5px) rotate(10deg);
}


.thePost .theAction .binary .medium i{
  font-size:1em;
}


.thePost .theAction .binary .small i{
  font-size:.8em;
}

.thePost .theAction .binary .big i{
  font-size:1.2em;
}

.thePost .theAction .binary .very-small i{
  font-size:.7em;
}

.thePost .theAction .binary .very-big i{
  font-size:1.3em;
}


.thePost .theAction .comments {
  margin-left: auto;
  font-size:15px;
  margin-right:10px;
  display:flex;
  align-items:center;
  cursor:pointer;
}

.thePost .theAction .comments i {
  color:#3273dc;
}

.thePost .theAction .comments span{
  font-size:.65em;
  padding:5px;
  color:#999;
  cursor: default;
}

.thePost .theAction .commentsAction{
  flex-basis: 100%;
  padding-top:15px;
  padding-bottom:15px;
}

.thePost .theAction .commentsAction .input-textarea{
  width: 100%;
  border:1px solid #ddd;
  background-color:#f7f7f7;
  border-radius:15px;
  resize: none;
  padding:5px 10px;
  font-size:13px;
  line-height:18px;
  color:#666;
}

.thePost .theAction .commentsAction .input-textarea:focus{
  outline: none;
  border:1px solid #3273dc;
}

.thePost .theAction .moderationAction{
  display:flex;
  width:100%;
  justify-content:flex-end;
  position:absolute;
  bottom:10px;
  right:0px;
  color:#ccc;
}

.thePost .theAction .moderationAction i{
  margin-left:10px;
  font-size:.7em;
}

.thePost .theAction .moderationAction i:hover{
  color:#c9644e;
}




.thePost .theAction .commentsList .singleComment{
  display:flex;
  padding:10px;
  border-radius:15px;
}

.thePost .theAction .commentsList .singleComment .user{
  padding-top:10px;
    flex-basis:10%;
    max-width:25px;
}

.thePost .theAction .commentsList .singleComment .user img{
    box-shadow: 0px 0px 10px #ddd;
    max-width:25px;
    border-radius: 50% 50% 50% 50%;
    border: 1px solid #fff;
}

.thePost .theAction .commentsList .singleComment .content{
    padding-left:10px;
    font-size:.8em;
  background-color:#f7f7f7;
  border-radius:15px;
  padding:10px 15px;
  margin-left:10px; 
}

.thePost .theAction .commentsList .singleComment .content span{
  color:#3273dc;
  font-weight: bold;
  padding-right: 5px;
}


.thePost .theAction .commentsList .singleComment .content .date{
  color:#aaa;
  font-size:.8em;
  margin-top: 5px;
}

.thePost .theAction .commentsList .singleComment .content i{
  margin-right:5px;
  color:#ccc;
  cursor:default;
}

.thePostV2 .theAction .commentsList .singleComment{
  flex-wrap:wrap;
}
.thePostV2 .theAction .commentsList .singleComment.nested{
  padding:0px 0px 10px 0px;
  margin-left:40px;
  width:100%;
}

.thePostV2 .theAction .commentsList .singleComment .content .reply{
  margin-left:10px;
  color:#F07F3C;
  cursor:pointer;
  transition:.5s;
}

.thePostV2 .theAction .commentsList .singleComment .content .reply i {
  color:#F07F3C;
}


.thePostV2 .theAction .commentsAction .replyTo{
  text-align:left;
  font-size:.75em;
  margin-left:15px;
}

.thePostV2 .theAction .commentsAction .replyTo span{
  color:#F07F3C;
  margin-left:-10px;
  border-bottom:1px solid #F7BA96;
  padding:5px 5px 5px 15px;
}

.thePostV2 .theAction .commentsAction .replyTo i{
  color:#F07F3C;
  position:relative;
  z-index:1;
}


.thePostV2 .theAction .commentsList .singleComment .content .reply:hover, .thePostV2 .theAction .commentsList .singleComment .content .reply:hover i{
  color:#3273dc;
  cursor:pointer;
}

.thePost .theAction .moreComments{
  color:#ddd;
  width:100%;
  font-size:1.2em;
  text-align:center;
}

.thePost .theAction .share {
  font-size:15px;
  display:flex;
  align-items:center;
  cursor:pointer;
  margin-right: 15px;
}

.thePost .theAction .share i {
  color:#3273dc;
}

.thePost .theAction .share span{
  font-size:.65em;
  padding:5px;
  color:#999;
  cursor: default;
}


.thePost .theAction .bookmark {
  font-size:15px;
  display:flex;
  align-items:center;
  cursor:pointer;
}

.thePost .theAction .bookmark i {
  color:#3273dc;
}

.thePost .theAction .bookmark span{
  font-size:.65em;
  padding:5px;
  color:#999;
  cursor: default;
}



.theCarousel .dots{
  margin:0;
  position:relative;
  top:-6px;
  padding:0;
  display:flex!important;
  justify-content:space-between;
}

.theCarousel .dots li{
  width:50%;
  padding-bottom:25%;
  display:block;
  margin:0;
}

.theCarousel .dots.grid-4 li{
  width:25%;
  padding-bottom:12.5%;
}

.theCarousel .dots.grid-3 li{
  width:33%;
  padding-bottom:16%;
}

.theCarousel .dots.grid-2 li{
  width:50%;
  padding-bottom:25%;
}


.theCarousel .dots .square{
  display:flex;
  align-items:center;
  justify-content:center;
  background-size:cover;
  background-position:center;
  width:100%;
  padding-bottom:50%;
  border:1px solid #fff;
  opacity:.75;
  background-color:#f7f7f7;
}

.theCarousel .dots .square i{
  display:block;
  font-size:2em;
  transform: translate(0%, -50%);
  top:50%;
  position:absolute;
}

.theCarousel .dots .slick-active .square{
  opacity:1;
  border-bottom:1px solid #3273dc;
}

.wallV2 .sidebar.dx .DxBox .ttags{
  display:flex;
  flex-wrap:wrap;
}


.wallV2 .sidebar.dx .DxBox .ttags a{
  display:block;
  padding:4px 8px;
  margin:8px 8px 0 0;
  border:1px solid #F7BA96;
  border-radius:15px;
  font-size:.75em;
  background-color:#FEF7F4;
  color:#005C9D;
}


.wall .refresh i{
  font-size:1.5em;
  color:#eee;
  margin-top:10px;
  padding:10px;
  cursor: pointer;
  text-shadow:1px 1px 2px #00000066;
}


.ThePostPlaceholder .theContent .text-placeholder{
  background: linear-gradient(110deg, #f7f7f7, #ddd, #f7f7f7);
  background-size: 200% 200%;
  -webkit-animation: placeholderAnimation 3s ease infinite;
  -moz-animation: placeholderAnimation 3s ease infinite;
  animation: placeholderAnimation 3s ease infinite; background-color:#f7f7f7;
  display:inline-block;
  width:100%;
  height:12px;
}

.ThePostPlaceholder .theContent .text-placeholder:nth-last-child(1){
  width:70%;
}


.ThePostPlaceholder h2 .text-placeholder{
  background: linear-gradient(110deg, #f7f7f7, #eee, #f7f7f7);
  background-size: 200% 200%;
  -webkit-animation: placeholderAnimation 3s ease infinite;
  -moz-animation: placeholderAnimation 3s ease infinite;
  animation: placeholderAnimation 3s ease infinite; background-color:#f7f7f7;
  display:inline-block;
  width:20%;
  height:10px;
}

.ThePostPlaceholder h3 .text-placeholder{
  background: linear-gradient(110deg, #f7f7f7, #eee, #f7f7f7);
  background-size: 200% 200%;
  -webkit-animation: placeholderAnimation 3s ease infinite;
  -moz-animation: placeholderAnimation 3s ease infinite;
  animation: placeholderAnimation 3s ease infinite;
  background-color:#f7f7f7;
  display:inline-block;
  width:20%;
  height:10px;
}

.ThePostPlaceholder img{
  opacity:.5;
}

.ThePostPlaceholder i{
  color:#eee;
  margin-right:10px;
}

@keyframes placeholderAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}



.theMedia .playerWrapper, .theMedia .imageWrapper{
  position:relative;
}

/*new*/
.thePost.photo .theMedia .imageWrapper, .thePost.news .theMedia .imageWrapper{
  position:relative;
  display: flex!important;
  justify-content: center;
}

.thePost.photo .theMedia .imageWrapper img, .thePost.news .theMedia .imageWrapper img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;

}

.theMedia .playerWrapper{
  background-color: #000000;
}
.theMedia .playerWrapper, .theMedia .playerWrapper video{
  max-width:100%;
  max-height:600px;
}
/*new*/

.stream-collage-action{
  position:absolute;
  top:0;
  right:0;
  padding:5px 10px;
  color:#ffffff;
  text-shadow:1px 1px 4px #00000066;
  cursor:pointer;
}



.postActionModal .rate {
    padding:10px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}


.postActionModal .rate .user a {
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
}

.postActionModal .rate .user span {
    display:block;
    margin-left:20px;
    font-weight:bold;
}

.postActionModal .rate .user img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px #ddd;
    width: 30px;
    border-radius: 50%;
    display:block;
}






/* wall */



.WallFloatingMenu{
  position:fixed;
  bottom:60px;
  left:-50px;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  transition-duration:.4s;
  opacity: .8;
  z-index:500;
}

.WallFloatingMenu i{
  font-size:14px;
  color:#3273dc;
}

.WallFloatingMenu i.minimes{
  color:#001973;
}
.WallFloatingMenu i.photo{
  color:#a1bb0e;  
}
.WallFloatingMenu i.video{
  color:#a91919;  
}
.WallFloatingMenu i.audio{
   color:#055f71; 
}
.WallFloatingMenu i.news{
   color:#daa700;   
}

.WallFloatingMenu ul{
  background-color:#f7f7f7;
  padding:5px 5px 5px 15px;
  border-radius:3px;
  box-shadow:0 0 5px #bbb;
  border:1px solid #fff;
}

.WallFloatingMenu ul li{
  padding:3px;
}

.WallFloatingMenu .toggle{
  background-color:#f7f7f7;
  padding:5px 5px 5px 15px;
  border-radius:0px 3px 3px 0px;
  box-shadow:0 0 3px #ccc;
  border:1px solid #fff;
  transition-duration:.5s;
  cursor: pointer;  
}

.WallFloatingMenu.open{
  left:-10px;
  opacity: 1;
}


.WallFloatingMenu.open .toggle{
  opacity:0;
}



.postActionModal{
  width:100%;
  max-width:600px;
  padding: 0;
}

.postActionModal .theHead{
  font-size:.8em;
  font-weight:bold;
  text-transform:capitalize;
  padding:5px 10px;
  background-color:#F7F7F7;
  position:relative;
}

.postActionModal .theHead i{
  position:absolute;
  right:10px;
  top:10px;
  cursor:pointer;
}

.postActionModal{
  width:100%;
  max-width:600px;
  padding: 0;
}

.postActionModal .theHead{
  font-size:.8em;
  font-weight:bold;
  text-transform:capitalize;
  padding:5px 10px;
  background-color:#F7F7F7;
  position:relative;
}


.postActionModal .input-textarea{
  width: 96%;
  border:1px solid #ddd;
  background-color:#f7f7f7;
  border-radius:10px;
  resize: none;
  padding:5px 10px;
  margin:15px 2%;
  font-size:13px;
  line-height:18px;
  color:#666;
  min-height:60px;
  transition-duration:.25s;
}

.postActionModal .share .input-textarea:focus{
  opacity:1;
  outline:none;
  border:1px solid #3273dc;
}

.postActionModal .typeChoice{
  display:flex;
  font-size:.5em;
  font-weight:bold;
  text-transform:capitalize;
  padding:5px 10px;
  position:relative;
  justify-content:space-between;
}

.postActionModal .typeChoice>div{
  background-color: #f7f7f7;
  padding:5px 10px;
  border:1px solid #eee;
  cursor:pointer;
  text-align:center;
  position:relative;
  flex-grow:1;
}

.postActionModal .typeChoice>div:hover{
  background-color: #c9644e;
  color:#fff;
  opacity:.7;
}

.postActionModal .typeChoice>div.active, .postActionModal .typeChoice>div.active:hover{
  background-color: #c9644e;
  color:#fff;  
  opacity: 1;
}

.postActionModal .typeChoice>div i{
  display:block;
  font-size:1.5em;
  margin:10px;
  color:#c9644e;
}

.postActionModal .typeChoice>div.active i, .postActionModal .typeChoice>div.active:hover i, .postActionModal .typeChoice>div:hover i{
  color: #fff;
}

.sendPostButton.flag{
  background-color:#c9644e;
}

.sendPostButton.flag:hover{
  color:#fff;
  opacity:.7;
}


/* theShared */

.theSharedPost{
  margin-top:15px;
}

.theSharedPost .notAvailable{
  border:1px solid #eee;  
  box-shadow:0px 0px 5px #eee;
  background-color: #FFF;
  padding:45px 15px 30px 15px;
  margin:0 5px 5px 5px;
}

.theSharedPost .thePost{
  margin:5px;
}

.theSharedPost .header img{
  width:20px;
  height:20px;
  border-radius:50%;
  position:relative;
  display:block;
}

.theSharedPost .header{
  display:flex;
  padding:10px 20px;
  justify-content:space-between;
  margin-bottom:-5px;
  position:relative;
  background-color:#fff;
  box-shadow:0 10px 10px #00000033;
  align-items:center;
  z-index:1;
  border:1px solid #eee;
  flex-wrap:wrap;
  height:auto;
}

.theSharedPost .header .title{
  font-size:.8em;
  text-align:left;
  margin:0 14px;
  flex-grow:1;
  display:flex;
  align-items:center;
}

.theSharedPost .header .title h2{
  display:flex;
  align-items:center;
}


.theSharedPost .header .title h3{
  font-size:.6em;
  margin-left:5px;
}

.theSharedPost .header .title h3 i{
  color:#aaa;
}

.theSharedPost .header .title h3 a{
  color:#aaa;
}

.theSharedPost .header .title h2 i{
  font-size:.6em;
  margin:0 10px 0 5px;
  display:block;
}

.theSharedPost .header .title h3 i{
  font-size:1em;
}

.theSharedPost .moderationAction i{
  font-size:.6em;
  color:#ddd;
  margin-right:10px;
  cursor:pointer;
}

.theSharedPost .moderationAction i:hover{
  color:#c9644e;
}

.theSharedPost .header .sharedNote{
  width:100%;
  text-align:left;
  padding:15px 0 5px 0;
}

/* friends */



.friends .friends-content{
    width: 600px;
    max-width: 100%;
    margin: auto;
}

.friends .section .headline{
  color:#3273dc;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-size:1.2em;
  margin:10px 10px 20px 10px;
}

.friends .section .headline span{
  background-color:#ffdd57;
  border-radius:15px;
  min-width:20px;
  height:20px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  margin-left:5px;
  padding:0 5px;
}

.friends .section{
  background-color:#fff;
  border:2px solid #f7f7f7;
  border-radius:5px;
  padding:10px;
  margin-bottom:15px;
}

.friends .section .content{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

/*
.friends .section .content .single{
  display:flex;
  flex-basis:50%;
  align-items:center;
  flex-wrap: wrap;
}
*/

.friends .section .content .single{
  display:flex;
  flex-basis:48%;
  align-items:center;
  flex-wrap: wrap;
  border-radius:5px;
  margin:1%;
  box-shadow:0 0 10px 0px #00000011;
}

.friends .section .content .single div{
  padding:10px;
}

.friends .section .content img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ddd;
    width: 50px;
    border-radius: 50%;
}

.friends .section .single .action {
  cursor:pointer;
  transition-duration:.25s;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  font-size:.8em;
}

.friends .section .single .action .menu {
  display:flex;
  align-items:flex-start;
  padding:0;
  margin-top:5px;
}

.friends .section .single .action i {
  color:#fff;
  font-size:7px;
  margin-right:5px;
  cursor:pointer;
  background-color:#ddd;
  border-radius:50%;
  width:15px;
  height:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition-duration:.25s;
  opacity:.1;
}

.friends .section .single:hover .action i {
  opacity:.6
}

.friends .section .single .action i.link {
    background-color:#3273dc;
}

.friends .section .single .action i.accept {
    background-color:#9ac94e;
}

.friends .section .single .action i.decline, .friends .section .single .action i.remove {
    background-color:#c9644e;
}

.friends .section .single .action i.block {
    background-color:#911f06;
}

.friends .section .single .action i:hover {
  opacity:1;
}


@media screen and (max-width: 480px) {
  .friends .section .content .single{
    flex-basis:100%;
  }
}


.friends .section .single .relationTherm {
  width:100%;
  opacity:.5;
  margin:0 5% 20px 5%;
}

.friends .section .single:hover .relationTherm {
  opacity:.9;
}

.friends .section .single .relationTherm div {
  padding:0;
}

.friends .section .single .relationTherm .rc-slider-mark {
  transform: translate3d(0, -8px, 0);
}

.friends .section .single:hover .relationTherm .thermLabel:hover {
  animation: thermShake 0.5s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

@keyframes thermShake {
  20%, 60% { transform: translate3d(-1px, 0, 0); }  
  40%, 80% { transform: translate3d(1px, 0, 0); }
}




/* group */

.groupInfo{
  padding:30px 20px 10px 20px;
  margin-top:0px;
  font-size:.8em;
  border:1px solid #0A2D4D;
  border-radius:15px;
  background-color: #FFF;
}

.groupInfo h2{
  font-weight:bold;
  margin-bottom:5px;
  text-align:left;
}

.groupInfo .desc{
  text-align:left;
}

.groupInfo .action{
  text-align:left;
  margin-top:20px;
  display:flex;
  justify-content: flex-end; 
}

.groupInfo .action .subscribeBtn{
  border:1px solid #ddd;
  display:inline-block;
  padding:5px 10px;
  color: #3273dc;
  border-radius:5px;
  background-color:#fff;
  cursor:pointer;
  font-weight: bold;
  transition-duration: .25s;
}

.groupInfo .action .subscribeBtn span{
  margin-left:5px;
}

.groupInfo .action .subscribeBtn:hover{
  background-color:#3273dc;
  color:#fff;
  border:1px solid #fff;
}

.groupInfo .action .subscribeBtn.unsubscribe{
  color:#aaa;
}

.groupInfo .action .subscribeBtn.unsubscribe span{
  display:none;
}

.groupInfo .action .subscribeBtn.unsubscribe:hover span{
  display:inline;
}

.groupInfo .action .subscribeBtn.unsubscribe:hover{
  background-color:#ccc;
  color:#fff;
  border:1px solid #c9644e;
}

.groupInfo .action .subscribeBtn.moderation{
  cursor:wait;
  background-color:#fff;
  color:#ddd;
}

.groupInfo .action .subscribeBtn.moderation:hover{
  background-color:#f7f7f7;
  color:#ccc;
  border:1px solid #fff;  
  box-shadow:0px 0px 5px #eee;
}

.groupInfo .owner a{
  display:flex;
  align-items:center;
  margin-bottom:20px;
}

.groupInfo .owner span{
}


.groupInfo .owner img{
  border:1px solid #fff;
  box-shadow:0px 0px 10px #ddd;
  width:20px;
  border-radius:50%;
  margin-right:5px;
}

.groupInfo .owner .by{
  font-size:.75em;
  color:#999;
  padding:5px 5px 5px 0px;
}


.groupPendingSubscriptions{
  background-color:#f7f7f7;
  padding:10px;
  margin:10px 0;
}

.groupPendingSubscriptions .headline{
  color:#3273dc;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-size:1.2em;
  margin:10px 10px 20px 10px;
}

.groupPendingSubscriptions .headline span{
  background-color:#ffdd57;
  border-radius:15px;
  min-width:20px;
  height:20px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  margin-left:5px;
  padding:0 5px;
}

.groupPendingSubscriptions .col{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between

}

.groupPendingSubscriptions .row{
  width:48%;
  display:flex;
  justify-content:flex-start;
  padding:10px;
  align-items:center;
  color: #3273dc;
    flex-wrap:wrap;
}

.groupPendingSubscriptions .row img{
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ddd;
    width: 50px;
    border-radius: 50%;
    margin-right:10px;
}


.groupPendingSubscriptions .row .action{
    margin-left:10px;
    text-align:left;
}

.groupPendingSubscriptions .row .action i{
    margin-right:5px;
    cursor:pointer;
    color:#ccc;
    transition-duration: .25s;
    opacity:.75;
}

.groupPendingSubscriptions .row .action .accept{
    color:#9ac94e;
}

.groupPendingSubscriptions .row .action .decline{
    color:#c9644e;
}

.groupPendingSubscriptions .row .action .accept:hover{
    transform:rotate(-15deg) scale(1.2);
    opacity:1;
}

.groupPendingSubscriptions .row .action .decline:hover{
    transform:rotate(-15deg) scale(1.2);
    opacity:1;
}


/* All groups */


.allGroups {
    width: 600px;
    max-width: 100%;
    margin: auto;
}

.allGroups .section{
  padding:0;
}

.allGroups .section .headline{
  color:#3273dc;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-size:1.2em;
  margin:10px 10px 20px 10px;
}

.allGroups .section .headline span{
  background-color:#ffdd57;
  border-radius:15px;
  min-width:20px;
  height:20px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  margin-left:5px;
  padding:0 5px;
}

.allGroups .section .content{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between
}

.allGroups .section .content .single{
  display: flex;
  text-align:left;
  flex-wrap: wrap;
  background-color: #fff;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  font-size:.75em;
  position:relative;
  width:100%;
}

.allGroups .section .content .single h2{
  color:#3273dc;
  font-size:1.5em;
}

.allGroups .section .content .single .desc{
  width:100%;
}

.allGroups .section .owner {
  margin-top:25px;
  position:relative;
  width:100%;
}

.allGroups .section .owner .manage{
  position:absolute;
  right:0;
  bottom:0;
  cursor:pointer;
  font-size: 1.2em
}

.allGroups .section .owner span {
    font-size:.5em;
    width:100%;
    margin-right:5px;
    color:#aaa;
    position:absolute;
    top:-10px;
}

.allGroups .section .owner a{
  display:flex;
  align-items:center;
  width: 50%;
}

.allGroups .section .owner img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ddd;
    width: 25px;
    border-radius: 50%;
    margin-right:5px;
    display:inline-block;
}

.allGroups .section .content .type{
  position:absolute;
  right:10px;
  top:10px;
  color:#3273dc;
  font-size:1em;
}

.allGroups .section .content .type i{
  display:block;
}




/* CREATE GROUPS */

.createGroups{
  display: flex;
  text-align:left;
  flex-wrap: wrap;
  background-color: #fff;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  position:relative;
  opacity:0;
  transition-duration:.5s;
  max-height:0;
}

.createGroups.active{
  opacity:1; 
  max-height:9000px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.createGroups .title::placeholder, .createGroups .description::placeholder {
  opacity:.5;
}

.createGroups .title{
  width:100%;
  border-radius:5px;
  border:1px solid #ccc;
  background-color:#f7f7f7;
  font-size:1em;
  padding:10px;
  color:#666;
}

.createGroups .description{
  width:100%;
  border-radius:5px;
  border:1px solid #ccc;
  background-color:#f7f7f7;
  font-size:.8em;
  padding:10px;
  color:#666;
}

.createGroups .groupType{
  display:flex;
}

.createGroups .groupType{
  display:flex;
  justify-content:space-between;
}

.createGroups .groupType .type{
  background-color:#f7f7f7;
  width:30%;
  padding:10px;
  border-radius:5px;
  text-align:center;
  cursor:pointer;
  border:1px solid #eee;
  transition-duration:.5s;
  opacity:.9;
  margin-top:20px;
  margin-bottom:20px;
}

.createGroups .groupType .type:hover{
  border:1px solid #ddd;
  opacity:1;
}

.createGroups .groupType .type i{
  font-size:1.2em;
}

.createGroups .groupType .type .btnTitle{
  font-size:.9em;
  display:block;
  font-weight:bold;
}

.createGroups .groupType .type .btnDesc{
  font-size:.6em;
  display:block;
  opacity:.8;
}

.createGroups .groupType .type.active{
  background-color:#3273dc;
  color:#fff;
}

.createGroups .sendPostButton{
  background-color:#3273dc;
  color:#fff;
  border:none;
}

.createGroups .sendPostButton:hover{
  opacity:.8;
}

.toggleCreateGroups{
  width: 100%;
  border-radius:2px;
  background-color:#ddd;
  color:#fff;
  font-weight:bold;
  padding:5px;
  cursor:pointer;
  text-transform:uppercase;
  transition-duration: .25s;
}

.toggleCreateGroups:hover{
  background-color:#c2dae7;
  color:#fff;
  transition-duration: .25s;
}

.toggleCreateGroups:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f056";
    margin-left:5px;
}

.toggleCreateGroups.active{
    background-color:#3273dc;
}

.toggleCreateGroups.active:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f055";
    margin-left:5px;
}



/* Admin Flag */


.flagsTable{
  padding:15px;
  font-size:.8em;
  line-height:1.8em;
}

.flagsTable table{
  width:100%;
  margin:20px 0;
}

.flagsTable .header-row:first-child{
  display:flex;
  justify-content:space-between;
}

.flagsTable .header-row:first-child>div{
  width:33%;
}

.flagsTable .filter-input{
  width:100%!important;
  border-radius:15px;
  border:1px solid #ccc;
  line-height:1.8em;
  font-size:.8em;
  padding:5px;
}

.flagsTable .pagination{
  margin:0;
  background-color:#f7f7f7;
  padding:5px 15px;
  font-size:1em;
}

.flagActionBtn{
  cursor: pointer;
}

.postActionModal .flag .input-textarea:focus{
  opacity:1;
  outline:none;
  border:1px solid #c9644e;
}


/* Admin navigation */

.admin .navigationList{
}

.admin .navigationList li{
  display:flex;
  flex-direction:column;
  font-size:.9em;
  padding:5px;
}


.admin .navigationList li:nth-child(1) {
  background: #eee;
}

.admin .navigationList li:nth-child(2) {
  background: #f7f7f7;
}

.admin .navigationList li span{
  font-size:.8em;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.admin .navigationList li input{
  font-size:.8em;
  width:80px;
  border:1px solid #3273dc;
  margin:5px;
  padding:5px;
}


/* Admin single post */


.adminSinglePost{
  border-top:2px solid #c9644e;
  border-bottom:2px solid #c9644e;
  background-color:#f7f7f7;
  padding:15px;
  cursor:pointer;
  transition-duration:.25s;
  font-size:.8em;
}

.adminSinglePost b{
  color:#c9644e;
}


.adminSinglePost:hover{
  background-color:#eee;
}

.adminSinglePost:hover i{
  color:#3273dc;
}


.terms{
  padding:10px;
}


.terms p{
  text-align:left;
  margin-bottom:10px;
}






/* PROFILE v2 */

.profileV2{
  margin: auto;
  display:flex;
  justify-content:space-between;
}


.profileV2 .profile-content{
  max-width: 600px;
  width: 100%;
  margin-top: -15px;
  position: relative;
  background-color:#FFF;
}


.profileV2 .profile-avatar-wrapper{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border-top-left-radius:40px;
  border-top-right-radius:40px;
  margin-top:-40px;
  position:relative;
  background-color:#FFF;
}


.profileV2 .profile-avatar > div{
    width:120px;
    height: 120px;
    border:none;
    margin:-60px  auto auto auto;
    box-shadow:none;
    background-color:none;
}

.profileV2 .avatarImage{
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius:30px;
}


.profileV2 .username{
  font-weight:bold;
  padding:20px 20px 0px 20px;
  position:relative;
}

.profileV2 .username span{
  font-size:1.5em;
}

.profileV2 .profile-feel{
  position:absolute;
  right:5px;
  top:15px;
}

.profileV2 .name-type{
  display:flex;
}

.profileV2 .name-type .name .editable{
  border:none;
  border-bottom:1px solid #666;
  background-color:#EEE;
  padding:2px 5px;
}

.profileV2 .editIcon{
  color:#ccc;
  margin-left:5px;
  cursor:pointer;
}

.profileV2 .editIconSave{
  color:#3273dc;
  margin-left:5px;
  cursor:pointer;
}

.profileV2 .name-type .sep{
  padding:0 5px;
  font-weight:bold;
  color: #f07f3c;
}

.profileV2 .name-type .type{
  font-weight:bold;
  color:#666;
}

.profileV2 .profile-relation{
  padding:20px;
}

.profileV2 .profile-info-wrapper .profile-info{
  text-align:center;
}


.profileV2 .profile-section-title{
  display:flex;
  font-weight:bold;
  margin:-20px 0 10px 10px;
  position:relative;
}

.profileV2 .profile-section-title .feedAll{
  display:block;
  position:absolute;
  right:10px;
  font-weight:normal;
  font-size:.9em;
  color:#333;
}

.profileV2 .profile-stream{
  border-top-left-radius:40px;
  border-top-right-radius:40px;
  padding:40px 20px;
  background-color:#fdece2;
  padding-bottom: 60px;
  margin-top: 20px;
}


.profileV2 .profile-collage{
  border-top-left-radius:40px;
  border-top-right-radius:40px;
  padding:40px 20px;
  background-color:#FFFFFF;
  margin-top: -40px;
}



.profileV2 .profile-stream .profile-stream-content{
  display:flex;
  flex-wrap:nowrap;
  align-items: center;
  overflow-x:auto;
}



.profileV2 .profile-stream .profile-stream-content .scroller{
  display:flex;
  flex-wrap:nowrap;
  align-items: center;
  border-radius:20px;
}

.profileV2 .profile-stream .profile-stream-content .single{
  width:250px;
  max-width:90%;
  height:350px;
  overflow-y:hidden;
  background-color:#FFF;
  margin-right:20px;
  border-radius:20px;
  padding:0px;
}


.profileV2 .profile-stream .profile-stream-content .single .preview-photo-full{
  height:250px;
  background-size:cover;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-photo-half{
  height:125px;
  background-size:cover;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-video-full{
  height:250px;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-audio-full{
  background-image: url("img/audioLoader.png");
  background-repeat:no-repeat;
  background-position:center;
  height:125px; 
}


.profileV2 .profile-stream .profile-stream-content .single .preview-text-half{
  height:125px;
  overflow: hidden;
  line-height:25px;
  padding:0 10px;
}


.profileV2 .profile-stream .profile-stream-content .single .preview-text-full{
  height:240px;
  overflow: hidden;
  line-height:30px;
  padding:0 10px;
  font-size:1.25em;
  word-wrap: break-word;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-text-minimes{
  height:240px;
  overflow: hidden;
  line-height:30px;
  padding:0 10px;
  font-size:1.25em;
  word-wrap: break-word;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-text-minimes span, .profileV2 .profile-stream .profile-stream-content .single .preview-text-full span{
  word-wrap: break-word;
  display:block;
  width:100%;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-head{
 display:flex;
 justify-content:space-between;
 align-items:flex-start;
 padding:10px 20px;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-head .left{
 display:flex;
 flex-direction:column;
 align-items:flex-start;
 justify-content:flex-start;
 width:80%;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-head .left .name{
 font-size:.90em;
 font-weight:bold;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 width:100%;
 text-align:left;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-head .left .date{
  font-size:.75em;
  line-height:.75em;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-rate{
  display:flex;
  padding:15px 20px;
  font-size:.9em;
}

.profileV2 .profile-stream .profile-stream-content .single .preview-rate span{
  margin-right:15px;
  margin-left:5px;
  font-size:.75em;
}



.profileV2 .profile-info .aboutMe{
  background-color:#ccc;
  height:1px;
  margin:30px 0;
}

.profileV2 .profile-info .aboutMe span{
  display:inline-block;
  font-size:.75em;
  border:1px solid;
  padding:5px 15px;
  border-radius:30px;
  border:1px solid #ccc;
  background-color:#FFF;
  transform:translateY(-50%);
}

.profileV2 .profile-info .bio{
  font-size:1.1em;
  padding:10px 20px;
}


.profileV2 .profileCounter{
  display:flex;
  justify-content:space-around;
  margin:20px 20%;
}

.profileV2 .profileCounter .counter .num{
  display:block;
  font-size:2em;
}

.profileV2 .profileCounter .counter .val{
  display:block;
  font-size:.8em;
  font-weight:bold;
  color:#f07f3c;
}


.profileV2 .profile-more-info{
  display:flex;
  justify-content:space-around;
  padding:20px;
  margin-top:20px;
}

.profileV2 .profile-more-info .gender i, .profileV2 .profile-more-info .birth i{
  padding-right:10px;
}

.profileV2 .profile-more-info .editIcon{
  padding-right:10px;
  color:#ccc;
}


.profileV2 .genderSelection{
  display:flex;
  flex-wrap:wrap;
  width:70%;
}

.profileV2 .genderSelection button{
  width:32%;
  background-color:#3273dc;
  color:#fff;
  font-weight:bold;
  font-size:.75em;
  line-height:1.3em;
  border-radius:15px;
  padding:5px;
  margin:0.5%;
  cursor:pointer;
}

.profileV2 .genderSelection input{
  width:99%;
  margin-top:10px;
  padding:10px;
  border-radius:15px;
  border:1px solid #ccc;
  background-color:#FaFaFa;
}

.profileV2 .genderSelection .editIconSave{
  padding:10px;
  width:99%;
}


.profileV2 .profile-relation .btn{
  border:1px solid;
  margin:0 25%;
  padding:5px;
  border-radius:5px;
  border:1px solid #fdece2;
  color:#FFF;
  cursor:pointer;
  background-color:#3273dc;
  font-weight:bold;
  transition-duration:.5s;
}

.profileV2 .profile-relation .btn:hover{
  border:1px solid #3273dc;
  color:#3273dc;
  cursor:pointer;
  background-color:#fdece2;
  font-weight:bold;
}


.profileV2 .profile-relation .btn i{
  margin-right:20px;
}


/* Confirmation Modal */
.confirmation{
  display:flex;
  justify-content:center;
  padding:30px;
  border:2px solid #3273dc;
}

.confirmation button{
  margin:5px;
  font-weight:bold;
  padding:10px 20px;
  border-radius:5px;
  border:none;
  outline:none;
  cursor:pointer;
}

.confirmation .yes{
  background-color:#3273dc;
  color:#FFF;
}

.confirmation .no{
  background-color:#c9644e;
  color:#FFF;
}


















.loginFormV2{
  display:flex;
  margin-top:-20px;
  margin-bottom:-30px;
  height:calc(100vh - 70px);
  min-height:400px;
}

.loginFormV2 .loginContent{
  width:50%;
  background-color:#FEF7F4;
  background-image: url("img/bigLogo.png");
  background-size:cover;
  background-color:#0a2d4d;
  display:flex;
  flex-direction:column;
  justify-content:center;
  flex-wrap:wrap;
}

.loginFormV2 .loginContent>div{
  color:#FFF;
  width:60%;
  margin-left:20%;
  padding:15px;
  font-size:20px;
  font-weight:bold;
  text-align:left;
}

.loginFormV2 .loginAction{
  width:50%;
  background-color:#FFF;
  display:flex;
  justify-content:center;
  align-items:center;
}

.loginFormV2 .login{
  display:flex;
  justify-content:center;
  align-items:center;
}

.loginFormV2 .login input{
  border-radius:50px;
  border:1px solid #ec672a;
  padding:10px;
  margin:10px;
  background-color:#FEF7F4;
  color:#ec672a;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
}

.loginFormV2 .login input::placeholder{
  color:#f07f366A;
}

.loginFormV2 .login button{
  border-radius:50px;
  border:1px solid #ec672a;
  background-color:#005c9d;
  color:#FFF;
  padding:10px 20px;
  margin:10px;
  width:auto;
  cursor:pointer;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
  transition:.3s;
}

.loginFormV2 .login button:hover{
  border:1px solid #0a2d4d;
  background-color:#FEF7F4;
  color:#0a2d4d;
}

.loginFormV2 .login.featured input{
   animation: featuredLogin linear 2s infinite;
}

.loginFormV2 .login.featured button{
   animation: featuredLogin linear 2s infinite;
}

@keyframes featuredLogin {
  0%   { opacity: 1; border-color: #ec672a}
  50% { opacity: .85; border-color: #005c9d }
  100% { opacity: 1;border-color: #ec672a}
}

.loginFormV2 .form-group{
  background-color:transparent!important;
  text-align:left;
}

.loginFormV2 .form-group h2{
  padding:40px 10px 0px 15px;
  font-size:15px;
  color:#0a2d4d;
  font-weight:bold;
}

.loginFormV2 .other-action{
  font-size:11px;
}

.loginFormV2 .other-action a{
  padding-left:15px;
  color:#005c9d;
  font-weight:bold;
}


.loginFormV2 .signUp{
  border-radius:50px;
  border:1px solid #ec672a;
  background-color:#005c9d;
  color:#FFF;
  padding:10px 20px;
  margin:10px;
  width:70%;
  margin:50px auto 20px auto;
  display:block;
  cursor:pointer;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
  transition:.3s;
}

.loginFormV2 .logIn{
  border-radius:50px;
  border:1px solid #0a2d4d;
  background-color:#f07f366A;
  color:#0a2d4d;
  padding:10px 20px;
  margin:10px;
  width:70%;
  margin:20px auto 50px auto;
  display:block;
  cursor:pointer;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
  transition:.3s;
}

.loginFormV2 .signUp:hover, .loginFormV2 .logIn:hover{
  border:1px solid #fff;
  background-color:#0a2d4d;
  color:#FFF;
}

@media screen and (max-width: 1200px) {
  .loginFormV2 .login{
    padding-left:10%;
  }

  .loginFormV2 .login input{
   width:80%;
  }

  .loginFormV2 .login button{
   width:80%;
  }

}

@media screen and (max-width: 768px) {
  .loginFormV2{
    flex-direction:column-reverse;
    justify-content:flex-end;
  }

  .loginFormV2 .loginAction, .loginFormV2 .loginContent{
      width:100%;
  }  

  .loginFormV2 .loginAction{
    padding-top:50px;
    padding-bottom:50px;
    min-height:500px;
  }
  
  .loginFormV2 .loginContent{
    padding-top:50px;
    padding-bottom:50px;
    min-height:500px;
  }

}






.registerFormV2{
  background-color:#FFF;
  padding:50px 20px;
}

.registerFormV2 .register-form h2{
  padding:20px 10px 0px 15px;
  font-size:15px;
  color:#0a2d4d;
  font-weight:bold;
}

.registerFormV2 .register-form h3{
  padding:20px 10px 0px 15px;
  font-size:15px;
  color:#0a2d4d;
  font-weight:normal;
}

.registerFormV2 .register-form .form-group{
  display:flex;
  flex-direction:column;
  width:80%;
  margin:auto;
  max-width:400px;
}

.registerFormV2 .register-form input{
  border-radius:50px;
  border:1px solid #ec672a;
  padding:10px;
  margin:10px;
  background-color:#FEF7F4;
  color:#ec672a;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
  width:100%;
  margin:10px auto;
}

.registerFormV2 .register-form input::placeholder{
  color:#f07f366A;
}

.registerFormV2 .profile-type-btn{
  border:1px solid #005c9d;
  border-radius:50px;
  background-color:#f07f366A;
  font-weight:bold;
  height:auto;
  line-height:30px;
  font-size:14px;
}

.registerFormV2 .profile-type-btn.active{
  border:1px solid #ec672a;
  background-color:#005c9d;
}

.registerFormV2 .btn-primary, .termsModalV2 .btn-primary{
  border-radius:50px;
  border:1px solid #ffffff;
  background-color:#005c9d;
  color:#FFF;
  padding:10px 20px;
  margin:10px;
  width:70%;
  margin:20px auto 20px auto;
  display:block;
  cursor:pointer;
  font-weight:bold;
  font-size:15px;
  line-height:20px;
  transition:.3s;
  height:auto;
  width:100%;
}

.registerFormV2 .btn-primary:hover, .termsModalV2 .btn-primary:hover{
  border:1px solid #005c9d;
  background-color:#ec672a;
  color:#fff;
}


.registerFormV2 .other-action a{
  color:#005c9d;
  font-weight:bold;
  border-bottom:1px dashed;
  margin:30px;
}

.registerFormV2 .help{
  position: relative;
}

.registerFormV2 .hint{
  color:#ec672a;
  position:absolute;
  right:10px;
  top:-25px;
  transition-duration:.25s;
  font-size:1.3em;
  cursor:pointer;
}

.registerFormV2 .hint.ambassadorHint{
  top:-42px;
}

.registerFormV2 .hint:hover{
  transform:scale(1.1);
  color:#005c9d;
}

.registerFormV2 .hintContent{
  background-color:#f6f6f6;
  padding:10px;
  border-radius:10px;
}

.registerFormV2 .hintContent span{
  color:#ec672a;
  font-size:.9em;
  text-align:left;
  display:block;
  margin-bottom:10px;
}

.termsModalV2{
  font-size:13px;
  background-color:#FEF7F4;
  border:2px solid #005c9d;
  border-radius:25px;
  padding:30px;
}


.termsModalV2 i{
  font-size:13px;
  color:#ec672a; 
  font-size:18px;
}


.termsModalV2 .registrationFlag{
  cursor:pointer;
}






.activateFormV2, .ResetPasswordFormV2{
  background-color:#FFF;
  padding:50px 20px;
}

.activateFormV2 .utility-form h2, .ResetPasswordFormV2  .utility-form h2{
  padding:20px 10px 0px 15px;
  font-size:15px;
  color:#0a2d4d;
  font-weight:bold;
}


.activateFormV2 .utility-form .form-group, .ResetPasswordFormV2  .utility-form .form-group{
  display:flex;
  flex-direction:column;
  width:80%;
  margin:auto;
  max-width:400px;
}

.activateFormV2 .utility-form input, .ResetPasswordFormV2 .utility-form input{
  border-radius:50px;
  border:1px solid #ec672a;
  padding:10px;
  margin:10px;
  background-color:#FEF7F4;
  color:#ec672a;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
  width:100%;
  margin:10px auto;
}

.activateFormV2 .utility-form .btn-primary, .ResetPasswordFormV2 .utility-form .btn-primary{
  border-radius:50px;
  border:1px solid #ffffff;
  background-color:#005c9d;
  color:#FFF;
  padding:10px 20px;
  margin:10px;
  width:70%;
  margin:20px auto 20px auto;
  display:block;
  cursor:pointer;
  font-weight:bold;
  font-size:15px;
  line-height:20px;
  transition:.3s;
  height:auto;
  width:100%;
}

.activateFormV2 .utility-form .btn-primary:hover, .ResetPasswordFormV2 .utility-form .btn-primary:hover{
  border:1px solid #005c9d;
  background-color:#ec672a;
  color:#fff;
}

.activateFormV2 .other-action p{
  display:block;
  background-color:#FEF7F4;
  margin-bottom:20px;
  padding:20px;
  border-radius:20px;
  border:1px solid #ec672a;
  font-size:13px;
}

.ResetPasswordFormV2 .other-action p{
  display:block;
  background-color:#FEF7F4;
  margin-bottom:20px;
  padding:20px;
  border-radius:20px;
  font-size:13px;
}

.activateFormV2 .other-action p>a{
  display:inline-block;
  color:#005c9d;
  font-weight:bold;
  border-bottom:1px dashed;
  margin-top:10px;
}

.activateFormV2 .other-action>a, .ResetPasswordFormV2 .other-action>a{
  color:#005c9d;
  font-weight:bold;
  border-bottom:1px dashed;
  margin:30px;
}


.logoutButtonV2 .btn-primary{
  border-radius:50px;
  border:1px solid #ffffff;
  background-color:#c9644e;
  color:#FFF;
  padding:10px 20px;
  margin:10px;
  margin:50px auto 50px auto;
  display:block;
  cursor:pointer;
  font-weight:bold;
  font-size:15px;
  line-height:20px;
  transition:.3s;
  height:auto;
  width:50%;
}

.logoutButtonV2 .btn-primary:hover{
  border:1px solid #fff;
  background-color:#FF3A19;
  color:#fff;
}












.headerV2 .logged, .headerV2 .notLogged {
  display: flex;
  top:0;
  flex-direction: row;
  background-color: #fff;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 500;
  height: 80px;
}

.headerV2 .logged .headLogo, .headerV2 .notLogged .headLogo{
  padding-left:20px;
  padding-right:20px;
}


.headerV2 .logged .headLogo img, .headerV2 .notLogged .headLogo img {
  height:50px;
  min-width:50px;
  display:block;
}


.headerV2 .logged .headSearch, .headerV2 .notLogged .headSearch {
  flex-grow:1;
  margin-left:40px;
  margin-right:40px;
  position: relative;
}

.headerV2 .logged .headSearch .iconSearch {
  position: absolute;
  height:100%;
  top:0;
  right:0;
  display:flex;
  align-items:center;
  padding-right:15px;
}

.headerV2 .logged .headSearch .iconSearch.hide {
  display: none;
}


.headerV2 .logged .headSearch .iconSearch img {
  width:15px;
}  

.headerV2 .logged .headSearch input {
  height:40px;
  width:auto;
  display:block;
  border:1px solid #F7BA96;
  background-color:#FEF7F4;
  border-radius:20px;
  padding-left:25px;
  color:#F07F3C;
  font-size:.7em;
  flex-grow:1;
  width: 100%;
  min-width: 50px;
}

.headerV2 .logged .headSearch input::placeholder {
  color:#F7BA96;
}

.headerV2 .logged .headSearch input:focus {
  outline:none;
  border:1px solid #005C9D;
  box-shadow: inset 0 0 2px #005C9D;
}

.headerV2 .logged .headHomeLinks, .headerV2 .notLogged .headHomeLinks{
  display:flex;
  margin-left:auto;
  align-items:center;
  padding-right:10px;
}

.headerV2 .logged .headHomeLinks .headUser a{
  display:flex;
  margin-left:20px;
  margin-right:20px;

}


.headerV2 .logged .headHomeLinks .headUser a img {
  height:50px;
  width:50px;
  border-radius:25px;
}

.headerV2 .logged .headHomeLinks .headUser a .usernameAndType {
  display:flex;
  flex-direction:column;
  padding-left:10px;
  justify-content:center;
  align-items:flex-start;
}


.headerV2 .logged .headHomeLinks .headUser a .usernameAndType .username {
  color:#3D3D3D;
  font-weight:bold;
  font-size:.9em;
  line-height:1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:150px;
}


.headerV2 .logged .headHomeLinks .headUser a .usernameAndType .type {
  color:#F07F3C;
  font-weight:bold;
  font-size:.7em;
  line-height:1.1em;
}


.headerV2 .logged .headHomeLinks .headHomeLink a, .headerV2 .notLogged .headHomeLinks .headHomeLink a{
  display:flex;
  align-items:center;
  margin-left:10px;
  margin-right:10px;
}

.headerV2 .logged .headHomeLinks .headHomeLink a img, .headerV2 .notLogged .headHomeLinks .headHomeLink a img{
  height:25px;
  min-width:25px;
}  

.headerV2 .logged .headHomeLinks .headHomeLink a span, .headerV2 .notLogged .headHomeLinks .headHomeLink a span{
  color:#F07F3C;
  font-weight:bold;
  font-size:.8em;
  padding-left:10px
}


.headerV2 .logged .headHomeLinks .sep, .headerV2 .notLogged .headHomeLinks .sep{
  width:1px;
  height:40px;
  background-color:#FEF7F4;
  margin-left:10px;
  margin-right:10px;
}

.headerV2 .logged .headHomeLinks .headIcon{
  margin-left:10px;
  margin-right:10px;
  cursor: pointer;
}

.headerV2 .logged .headHomeLinks .headIcon img{
  height:34px;
  min-width:34px;
  display:block;
}




@media screen and (max-width: 1000px) {
  .headerV2 .logged, .headerV2 .notLogged{
    height: 50px;
  }

  .headerV2 .logged .headLogo, .headerV2 .notLogged .headLogo {
    padding-left:10px;
    padding-right:10px;
  }

  .headerV2 .logged .headLogo img, .headerV2 .notLogged .headLogo img {
    height:30px;
    min-width:30px;
  }

  .headerV2 .logged .headSearch, .headerV2 .notLogged .headSearch {
    margin-left:10px;
    margin-right:10px;
  }

  .headerV2 .logged .headSearch input {
    height:30px;
    padding-left:15px;
  }


  .headerV2 .logged .headHomeLinks{
  }

  .headerV2 .logged .headHomeLinks .headUser a{
    margin-left:10px;
    margin-right:10px;
  }


  .headerV2 .logged .headHomeLinks .headUser a img {
    height:30px;
    width:30px;
  }

  .headerV2 .logged .headHomeLinks .headUser a .usernameAndType {
    padding-left:5px;
  }


  .headerV2 .logged .headHomeLinks .headUser a .usernameAndType .username {
    font-size:.8em;
    line-height:1.1em;
    max-width:75px;
  }


  .headerV2 .logged .headHomeLinks .headUser a .usernameAndType .type {
    font-size:.65em;
    line-height:1em;
  }


  .headerV2 .logged .headHomeLinks .headHomeLink a{
    margin-left:5px;
    margin-right:5px;
  }

  .headerV2 .logged .headHomeLinks .headHomeLink a img{
    height:20px;
    min-width:20px;
  }  

  .headerV2 .logged .headHomeLinks .headHomeLink a span{
    font-size:.7em;
    padding-left:5px;
    display:none;
  }

  .headerV2 .logged .headHomeLinks .sep{
    height:30px;
    margin-left:5px;
    margin-right:5px;
  }

  .headerV2 .logged .headHomeLinks .headIcon{
    margin-left:5px;
    margin-right:5px;
  }

  .headerV2 .logged .headHomeLinks .headIcon img{
    height:30px;
    min-width:30px;
  }


}

@media screen and (max-width: 600px) {
 
  .headerV2 .logged .headLogo img {
    height:25px;
    min-width:30px;
  }

  .headerV2 .logged .headHomeLinks .headUser a img {
    height:25px;
    width:25px;
  }

  .headerV2 .logged .headHomeLinks .headHomeLink{
    display:none;
  }

  .headerV2 .logged .headHomeLinks .headIcon.noMobile{
    display:none;
  }  


  .headerV2 .logged .headSearch {
    margin-left:5px;
    margin-right:5px;
  }

  .headerV2 .logged .headSearch input {
    padding-left:10px;
  }

  .headerV2 .logged .headHomeLinks .sep{
    display: none;
  }

  .headerV2 .logged .headHomeLinks .sep{
    display: none;
  }

  .headerV2 .logged .headHomeLinks .headUser a .usernameAndType {
    font-size:.8em;
    min-width:100px;
  }


  .headerV2 .logged .headSearch .iconSearch{ 
    display:none;
  }

  .headerV2 .logged .headSearch input::placeholder{ 
    font-size:.8em;
  }


}



/*------ SEARCH -------*/

.searchResultsV2{
  position:fixed;
  width:100%;
  height: calc(100vh - 80px);
  top:80px;
  background-color:#21548fFA;
  padding:20px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  z-index:999;
  overflow:auto;
}

.searchResultsV2 .item{
  width:100%;
  padding:10px 0;
}

.searchResultsV2 .item:hover{
  background-color:#00000033;
}

.searchResultsV2 .item a{
  color:#FFF;
}

.searchResultsV2 .item a .first{
  font-size:1.15em;
  font-weight:bold;
}

.searchResultsV2 .item a .first i{
  padding-right:10px;
}

.searchResultsV2 .item a .second{
  font-size:1em;
  color:#ccc;
}

.searchResultsV2 .searchClose{
  position:absolute;
  top:20px;
  right:20px;
  color:#FFF;
  font-size:1.5em;
}

@media screen and (max-width: 1000px) {

  .searchResultsV2{
    position:fixed;
    width:100%;
    height: calc(100vh - 50px);
    top:50px;
    background-color:#21548fFA;
    padding:20px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    z-index:999;
    overflow:auto;
  }

}




.notificationPanelV2{
  position:relative;
}

.notificationPanelV2 .counter{
  background-color:#F7BA96;
  font-size:.45em;
  font-weight:bold;
  position:absolute;
  top:-6px;
  right:-6px;
  width:18px;
  height:18px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  color:#fff;
}

.notificationV2{
  display:none;
}

.notificationV2.open{
  display:block;
}

.notificationV2{
  position:absolute;
  box-shadow: 1px 2px 2px  0px #F07F3C66;
  width:350px;
  right:0px;
  top:35px;
  height:250px;
  overflow:auto;
  border-radius:15px;
  border:1px solid #F7BA96;
}

.notificationV2 .notify:nth-child(even){
  background-color:#FDECE2;
}

.notificationV2 .notify:nth-child(odd){
  background-color:#FEF7F4;
}

.notificationV2 .notify a{
  display:flex;
  align-items:center;
  padding:10px 10px;
}

.notificationV2 .notify a .text{
  display:flex;
  align-items:center;
  padding: 0 20px 0 10px;
  font-size:.7em;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  font-weight:bold;
  width:100%;
}

.notificationV2 .notify a .image{
  color:#0A2D4D;
}


.notificationV2 .notify a .text>div{
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#0A2D4D;
  font-weight:normal;
}

.notificationV2 .notify.new a .text>div{
  font-weight:bold;
}

.notificationV2 .notify a .text .date{
  font-size:.8em;
  color:#F07F3C;
}


@media screen and (max-width: 600px) {
  .notificationV2{
    width:200px;
  }
}


.wallV2{
  background-color:#FEF7F4;
  margin-top:-30px;

}

.wallV2 .container{
  display:flex;
  background-color:#FEF7F4;
  width:100%;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
}

.wallV2 .sidebar.sx{
  width:15%;
  background-color: #FEF7F4;
  /*box-shadow:inset -20px 0 20px #F07F3C22;*/
}

.wallV2 .sidebar.dx{
  width:28%;
  margin-right: 2%;
}

.wallV2 .wallContent{
  width:55%;
  padding:30px;  
}



.wallV2 .sidebar.sx .wallMenu{
  margin-top:20px;
}

.wallV2 .sidebar.sx .wallMenu li a{
  display:flex;
  padding:10px 30px;
  align-items:center;
}

.wallV2 .sidebar.sx .wallMenu li.active{
  position:relative;
}

.wallV2 .sidebar.sx .wallMenu li.active:after{
  content:"";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#F07F3C;
  position:absolute;
  left:5px;
}

.wallV2 .sidebar.sx .wallMenu li a img{
  display:block;
  width:20px;
}

.wallV2 .sidebar.sx .wallMenu li a div{
  padding-left:10px;
  font-size:.75em;
  color:#F07F3C;
  text-align: left;
  transition:.5s;
}

.wallV2 .sidebar.sx .wallMenu li a:hover div{
  color:#005c9d;
}

.wallV2 .sidebar.sx .wallMenu li a img{
  transition:.5s;

}

.wallV2 .sidebar.sx .wallMenu li a:hover img{
  box-shadow: 0 0 1px 5px #005c9d22;
  background-color:#005c9d22;
  border-radius:5px;
}

.wallV2 .sidebar.sx .wallMenu li.sep{
  background-color:#FFF;
  margin:15px 15%;
  height:1px;
}

.wallV2 .sidebar.sx .toggler{
  display: none;
}


.wallV2 .sidebar.sx .wallMenu .groups{
  list-style:circle;
  padding-left:50px;
  color:#F7BA96;
}

.wallV2 .sidebar.sx .wallMenu .groups li{
  padding:0;
}


.wallV2 .sidebar.sx .wallMenu .groups li a{
  display:block;
  text-align:left;
  padding:0 20px 0 0;
  margin:0;
  font-size:.70em;
  color:#F07F3C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wallV2 .sidebar.sx .wallMenu .groupsMore{
  color:#F7BA96;
  font-size:1.5em;
  line-height:.8em;
  letter-spacing:2px;
  display:block;
  width:100%;
  text-align:left;
  padding-left:50px;
  padding-bottom:20px;
}



@media screen and (max-width: 1000px) {
  .wallV2{
    position:relative; 
    margin-top: -60px;
  }

  .wallV2 .sidebar.sx{
    position:fixed; 
    width:0;
    min-width:0;
    left:0;
    z-index:400;
    height:100%;
  }

  .wallV2 .sidebar.sx.active{
    width:25%;
    min-width:240px;
    left:0;
    top:0;
    padding-top:50px;
    z-index:400;
    height:100vh;
  }

  .wallV2 .sidebar.sx.active .wallMenu{
   overflow:auto; 
   height:100%;
   margin-top:0px;
   padding-top:20px;
   padding-bottom:50px;
   border-right:1px solid #F07F3C;
  }

  .wallV2 .sidebar.sx.unactive .wallMenu{
   display:none; 
  }

 .wallV2 .sidebar.sx .toggler{
    display: block;
    position:absolute;
    width:25px;
    height:25px;
    background-color:#FEF7F4;
    border:1px solid;
    border-left:0;
    border-color:#F07F3C;
    border-radius:0  5px  5px 0;
    right:-24px;
    top:60px;
    cursor:pointer;
    box-shadow:inset 2px 0 2px 0 #F07F3C66;

 }

.wallV2 .sidebar.dx{
    width:33%;
  }

  .wallV2 .wallContent{
    width:65%;
}

}

@media screen and (min-width: 1000px){
  
  .wallV2 .wallSide.sx, .wallSide.dx{
    position:relative;
  }

  .wallV2 .wallMenu{
    position:fixed;
    overflow:scroll;
    height:100%;
    padding-bottom:150px;
  }

  .wallV2 .wallMenu::-webkit-scrollbar {
    display: none;
  }

  .wallV2 .wallSideBox{
    position:fixed;
    overflow:scroll;
    height:100%;
    width:inherit;
    padding-bottom:150px;
  }

  .wallV2 .wallSideBox::-webkit-scrollbar {
    display: none;
  }


}

@media screen and (max-width: 768px) {

  .wallV2 .sidebar.dx{
    display: none;
  }

  .wallV2 .wallContent{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding:20px;
  }
}


.wallV2 .sidebar.dx .DxBox{
   background-color:#FFF;
   margin-top:30px;
   border-radius:15px;
   padding:20px;
}

.wallV2 .sidebar.dx .DxBox .head{
   display:flex;
   justify-content:space-between;
   padding-bottom:20px;
   align-items:center;
}

.wallV2 .sidebar.dx .DxBox .head span{
  font-weight:bold;
  color:#3D3D3D;
}

  .wallV2 .sidebar.dx .DxBox .head a{
   color:#3D3D3D;
   font-size:.7em;
}

.wallV2 .sidebar.dx .DxBox .head a{
   color:#3D3D3D;
   font-size:.6em;
}

.wallV2 .sidebar.dx .DxBox .head a i{
   padding-left:5px;
}


.wallV2 .sidebar.dx .DxBox .relations{
   display:flex;
   justify-content:space-between;
}

.wallV2 .sidebar.dx .DxBox .relations a{
   display:block;
   width:22%;
   border-radius:15px;
}

.wallV2 .sidebar.dx .DxBox .relations a img{
   display:block;
   width:100%;
   border-radius:20px;
}

.wallV2 .refresh i{
  margin-top:20px;
  color:#F7BA96;
  transition:.5s;
  cursor:pointer;
}






.theEditorPlaceholderV2{
  border:1px solid #F7BA96;
  border-radius:15px;
  min-height:120px;
  max-height:200px;
  overflow: hidden;
  /*box-shadow: inset 0 0 15px #eee;*/
  margin:0px;
  padding:0px;
  box-sizing: border-box;
  cursor:text;
  position: relative;
  background-color: #fff;
}

.theEditorPlaceholderV2.loading{
  background-image: url("img/mediaLoader.gif");
  background-color: #fff;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  box-shadow: inset 0 0 100px #eee;
  border:1px dashed #eee;
}

.theEditorPlaceholderV2 .avatar{
  /*border:1px solid #fff;
  box-shadow:0px 0px 10px #ddd;*/
  width:50px;
  margin:20px 30px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
}

.theEditorPlaceholderV2 .DraftEditor-root{
  padding:30px 10px 10px 90px;
}

.theEditorPlaceholderV2 .public-DraftEditor-content, .theEditorPlaceholderV2 .public-DraftEditorPlaceholder-root{
    border-radius: 6.666666667px;
    font-size: 16px;
    line-height: 26.666666667px;
    padding: 6.666666667px;
    /*width: 127%;*/

    /* scale down by 14/16 = 87,5% */
    transform: scale(0.875);
    transform-origin: left top;
    color:#D2D2D2;
}



@media screen and (max-width: 768px) {

  .theEditorPlaceholderV2 .DraftEditor-root{
    padding:20px 10px 30px 90px;
  }

  .theEditorPlaceholderV2 .public-DraftEditor-content, .theEditorPlaceholderV2 .public-DraftEditorPlaceholder-root{
      font-size: 14px;
      line-height: 19px;
  }

}



.iconActionV2{
  border-bottom:1px solid #F7BA96;
  border-left:1px solid #F7BA96;
  border-right:1px solid #F7BA96;
  border-radius:0px 0px 15px 15px;
  padding:10px;
  display:flex;
  align-items:center;
  flex-grow:1;
}

.theEditorPlaceholderV2 .iconActionV2{
  border:none;
  border-top:1px solid #F7BA96;
}


.iconActionV2>div, .iconActionV2>div label{
  display:flex;
  flex-grow:1;
  align-items:center;
}

.iconActionV2>div span{
  font-size:.65em;
  display:block;
  color:#ACACAC;
  padding:0 10px;
  cursor:pointer;
}

.iconActionV2 img{
  width:20px;
  margin-left:5px;
  cursor:pointer;
  display:block;
}

.iconActionV2 .actionChoicePanel{
  justify-content:flex-end;
  position:relative;
}


.iconActionV2 .actionChoicePanel img{
  transform:rotate(90deg);
  width:30px;
}

.iconActionV2 .actionChoicePanel .actionChoice{
  right:0px;
  left:auto;
  top:-50px;
  transform: translate(0%, 0px);
}

.iconActionV2 .actionChoicePanel .singleAction.selected{
  background-color:#F7BA96;
}


@media screen and (max-width: 768px) {

  .iconActionV2>div span{
    display:none;
  }

}


@media screen and (max-width: 360px) {

  .iconActionV2 .textAction {
    display:none;
  }

}






.thePostV2{
  border:1px solid #F7BA96;
  border-radius:15px;
  background-color:#FFF;
  margin-top: 10px;
  margin-bottom: 30px;
}

.thePostV2.ThePostPlaceholder{
  padding-bottom: 20px;
}

.thePostV2 header{
  display:flex;
  padding:30px 30px 10px 30px;
}

.thePostV2 header img{
  width:50px;
  border-radius:50%;
}

.thePostV2 header .type img{
  width:20px;
  border-radius:0;
  display:block;
  margin-top:10px;
}

.thePostV2 header .title{
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  margin-left:20px;
  flex-grow:1;
}

.thePostV2 header .title h2{
  font-size:.45em;
  padding-bottom:5px;
}

.thePostV2 header .title h2 a{
  color:#3D3D3D;
  font-weight:bold;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:300px;
}


.thePostV2 header .title h3{
  font-size:.35em;
}

.thePostV2 header .title h3 a{
  flex-grow:1;
  display:flex;
  align-items:center;
}

.thePostV2 header .title h3 .sep{
  width:1px;
  height:10px;
  background-color:#F07F3C;
  margin:0 5px;
}

.thePostV2 header .title h3 span{
  color:#005C9D;
  display:block;
}

.thePostV2 header .title h3 time{
  color:#ACACAC;
}

.thePostV2 header .title h3 i{
  color:#D2D2D2;
  font-size:.7em;
  padding-left:5px;
}



.thePostV2 .theContent{
  text-align:left;
  padding: 10px 30px 20px 30px;
  color:#3D3D3D;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.thePostV2 .theContent a{
  color:#005C9D
}



.thePostV2 .theAction{
  margin: 15px 30px 0 30px;
  display:flex;
  justify-content:flex-start;
  position: relative;
  flex-wrap: wrap;
}

.thePostV2 .theAction .like, .thePostV2 .theAction .love, .thePostV2 .theAction .star, .thePostV2 .theAction .bonary{
  font-size:15px;
  margin-right:10px;
  display:flex;
  align-items:center;
  cursor:pointer;
}

.thePostV2 .theAction .like, .postActionModal .rate .like{
  color:#F07F3C;
}

.thePostV2 .theAction .love, .postActionModal .rate .love{
  color:#ff0000;
}

.thePostV2 .theAction .star, .postActionModal .rate .star{
  color:#ffdb8c;
  /*position:absolute;
  right:0;*/
}

.thePostV2 .theAction .stats i{
  color:#0A2D4D;
  margin-left:5px;
}

.thePostV2 .theAction .like span, .thePostV2 .theAction .love span{
  font-size:.65em;
  padding:5px;
  color:#ACACAC;
}

.thePostV2 .theAction .star .avg{
  font-size:.65em;
  padding:5px;
  color:#ACACAC;
}

.thePostV2 .theAction .star .total{
  font-size:.65em;
  padding-left:15px;
  color:#ACACAC;
}

.thePostV2 .theAction .binary .total{
  font-size:.65em;
  padding-left:15px;
  color:#ACACAC;
}

.thePostV2 .theAction i{
  transition: all .3s ease-in-out;
  cursor:pointer;
}
.thePostV2 .theAction i:hover{
  transform: scale(1.2) rotate(-10deg);
}

.thePostV2 .theAction .binary .thumbs{
  display:flex;
  align-items:center;
}

.thePostV2 .theAction .binary .sep{
  background-color:#ffdd57;
  height:20px;
  width:1px;
  margin:0 5px;
  transform: rotate(30deg);
}

.thePostV2 .theAction .binary .up, .postActionModal .rate .up{
  color:#9ac94e;
  transform: translateY( -3px);
}

.thePostV2 .theAction .binary .down, .postActionModal .rate .down{
  color:#c9644e;
  transform: translateY( 3px);
}

.thePostV2 .theAction .binary span{
  font-size:.60em;
  padding:5px;
  /*color:#999;*/
}

.thePostV2 .theAction .binary .up i:hover{
  transform: translateY(-5px) rotate(-10deg);
}

.thePostV2 .theAction .binary .down i:hover{
  transform: translateY(5px) rotate(10deg);
}


.thePostV2 .theAction .binary .medium i{
  font-size:1em;
}


.thePostV2 .theAction .binary .small i{
  font-size:.8em;
}

.thePostV2 .theAction .binary .big i{
  font-size:1.2em;
}

.thePostV2 .theAction .binary .very-small i{
  font-size:.7em;
}

.thePostV2 .theAction .binary .very-big i{
  font-size:1.3em;
}

.thePostV2 .theAction .share {
  margin-left: auto;
  font-size:15px;
  display:flex;
  align-items:center;
  cursor:pointer;
  margin-right: 15px;
}

.thePostV2 .theAction .share i {
  color:#005C9D;
}

.thePostV2 .theAction .share span{
  font-size:.65em;
  padding:5px;
  color:#ACACAC;
  cursor: default;
}


.thePostV2 .theAction .bookmark {
  font-size:15px;
  display:flex;
  align-items:center;
  cursor:pointer;
}

.thePostV2 .theAction .bookmark i {
  color:#005C9D;
}

.thePostV2 .theAction .bookmark span{
  font-size:.65em;
  padding:5px;
  color:#ACACAC;
  cursor: default;
}



.thePostV2 .theAction .comments {
  margin-left: auto;
  font-size:15px;
  margin-right:40px;
  display:flex;
  align-items:center;
  cursor:pointer;
}

.thePostV2 .theAction .comments i {
  color:#005C9D;
}

.thePostV2 .theAction .comments span{
  font-size:.65em;
  padding:5px;
  color:#ACACAC;
}

.thePostV2 .theAction .commentsAction{
  flex-basis: 100%;
  padding-top:30px;
  padding-bottom:30px;
}

.thePostV2 .theAction .commentsAction .input-textarea{
  width: 100%;
  border:1px solid #F7BA96;
  background-color:#FDECE2;
  border-radius:15px;
  resize: none;
  padding:5px 10px;
  font-size:13px;
  line-height:18px;
  color:#0A2D4D;
  min-height:30px;
}

.thePostV2 .theAction .commentsAction .input-textarea:focus{
  outline: none;
  border:1px solid #005C9D;
}

.thePostV2 .theAction .moderationAction{
  display:flex;
  width:100%;
  justify-content:flex-end;
  position:absolute;
  bottom:15px;
  right:0px;
  color:#ACACAC;
}

.thePostV2 .theAction .moderationAction i{
  margin-left:10px;
  font-size:.7em;
}

.thePostV2 .theAction .moderationAction i:hover{
  color:#c9644e;
}


.thePostV2 .theAction .commentsList .singleComment{
  display:flex;
  padding:15px 0px;
  text-align:left;
}

.thePostV2 .theAction .commentsList .singleComment .user{
  padding-top:10px;
    flex-basis:10%;
    max-width:30px;
}

.thePostV2 .theAction .commentsList .singleComment .user img{
    max-width:30px;
    border-radius: 50%;
}

.thePostV2 .theAction .commentsList .singleComment .content{
    padding-left:10px;
    font-size:.8em;
    background-color:#FEF7F4;
    border-radius:15px;
    padding:10px 15px;
    margin-left:10px; 
    white-space: pre-wrap;
}

.thePostV2 .theAction .commentsList .singleComment .content span{
  color:#005C9D;
  font-weight: bold;
  padding-right: 5px;
}

.thePostV2 .theAction .commentsList .singleComment .content .commentLinkified{
  font-weight: normal;
  display: block;
}


.thePostV2 .theAction .commentsList .singleComment .content .date{
  color:#ACACAC;
  font-size:.7em;
  padding-top:5px;
}

.thePostV2 .theAction .commentsList .singleComment .content i{
  margin-right:5px;
  color:#ACACAC;
}


.thePostV2 .theAction .moreComments{
  color:#F7BA96;
  width:100%;
  font-size:1.2em;
  text-align:center;
}



@media screen and (max-width: 768px) {

  .thePostV2 header{
    display:flex;
    padding:20px 20px 10px 20px;
  }

  .thePostV2 header img{
    width:30px;
  }


  .thePostV2 header .title{
    margin-left:10px;
  }

  .thePostV2 header .title h2{
    font-size:.35em;
    padding-bottom:4px;
  }

  .thePostV2 header .title h2 a{
    max-width:150px;
  }


  .thePostV2 header .title h3{
    font-size:.3em;
  }

  .thePostV2 header .title h3 .sep{
    height:8px;
    margin:0 3px;
  }

  .thePostV2 header .title h3 i{
    font-size:.6em;
    padding-left:3px;
  }


  .thePostV2 .theContent{
    padding: 10px 20px 20px 20px;
    font-size:.7em;
  }


  .thePostV2 .theAction{
    margin: 15px 20px 0 20px;
  }

  .thePostV2 .theAction .like, .thePostV2 .theAction .love, .thePostV2 .theAction .star{
    font-size:14px;
    margin-right:8px;
  }

  .thePostV2 .theAction .stats i{
    margin-left:4px;
  }

  .thePostV2 .theAction .like span, .thePostV2 .theAction .love span{
    padding:4px;
    font-size:.55em;
  }

  .thePostV2 .theAction .star .avg{
    padding:4px;
  }

  .thePostV2 .theAction .star .total{
    font-size:.65em;
    padding-left:10px;
  }

  .thePostV2 .theAction .binary .sep{
    height:10px;
    margin:0 3px;
  }


  .thePostV2 .theAction .binary span{
    font-size:.55em;
    padding:4px;
  }


  .thePostV2 .theAction .share {
    font-size:14px;
    margin-right: 10px;
  }

  .thePostV2 .theAction .share span{
    padding:4px;
    font-size:.55em;
  }


  .thePostV2 .theAction .bookmark {
    font-size:14px;
  }

  .thePostV2 .theAction .bookmark span{
    font-size:.55em;
    padding:4px;
  }

  .thePostV2 .theAction .comments {
    font-size:14px;
    margin-right:8px;
  }

  .thePostV2 .theAction .comments span{
    font-size:.55em;
    padding:4px;
  }

  .thePostV2 .theAction .commentsAction{
    padding-top:20px;
  }


  .thePostV2 .theAction .moderationAction i{
    margin-left:10px;
    font-size:.6em;
  }

  .thePostV2 .theAction .commentsList .singleComment{
    padding:15px 0px;
  }

  .thePostV2 .theAction .commentsList .singleComment .user{
      max-width:25px;
  }

  .thePostV2 .theAction .commentsList .singleComment .user img{
      max-width:25px;
      border-radius: 50%;
  }

  .thePostV2 .theAction .commentsList .singleComment .content{
      font-size:.7em;
      padding:10px 10px;
  }


  .thePostV2 .theAction .moreComments{
    font-size:1em;
  }

}



.theSharedPostV2{
  margin-top:10px;
}

.theSharedPostV2 .notAvailable{

}

.theSharedPostV2 .thePostV2{
}

.theSharedPostV2 .header img{
  width:25px;
  border-radius:50%;
  position:relative;
  display:block;
}

.theSharedPostV2 .header{
  display:flex;
  padding:30px 30px 10px 30px;
  justify-content:space-between;
  margin-bottom:-25px;
  position:relative;
  background-color:#fff;
  align-items:center;
  z-index:1;
  border-radius:15px 15px 0 0;
  flex-wrap:wrap;
  height:auto;
  border:1px solid #F7BA96;  
  box-shadow: 0px 4px 5px 0px #F7BA96;
}

.theSharedPostV2 .header i{
  font-size:1em;
  color:#005C9D;
}


.theSharedPostV2 .header .title{
  text-align:left;
  margin:0 10px;
  flex-grow:1;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
}

.theSharedPostV2 .header .title h2 a{
  display:flex;
  align-items:center;
  color:#3D3D3D;
  font-weight:bold;
  font-size:.3em;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:300px;
  padding-bottom:5px;
}


.theSharedPostV2 .header .title h3 i{
  color:#ACACAC;
  font-size:.3em;
}

.theSharedPostV2 .header .title h3 a{
  color:#ACACAC;
  font-size:.3em;
  display:flex;
  flex-direction:row-reverse;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:300px;
}


.theSharedPostV2 .moderationAction i{
  font-size:.5em;
  color:#ACACAC;
  margin-right:10px;
  cursor:pointer;
}

.theSharedPostV2 .moderationAction i:hover{
  color:#c9644e;
}

.theSharedPostV2 .header .sharedNote{
  width:100%;
  text-align:left;
  padding:15px 0 5px 0;
}









/* emoji panel */



.lyEditorEmoji{
  position:absolute;
  right:5px;
  bottom:40px;
  width:100%;
  max-width:400px;
  z-index:1;
}


.lyEditorEmoji aside.emoji-picker-react img{
  height:25px;
  width:25px;
  margin:5px;
}

.lyEditorEmoji aside.emoji-picker-react{
  height:200px;
  width:100%;
}

.lyEditorEmoji .emoji-picker-react .emoji-group:before {
    font-size: 10px;
    line-height: 20px;
}

.lyEditorEmoji .emoji-picker-react input.emoji-search {
}

.lyEditorEmoji .emoji-picker-react .emoji-categories{
    height:15px;;
}

.lyEditorEmoji .emoji-picker-react .emoji-categories button{
    display:none;
}


.lyEditorEmoji .emojiToggle{
  position:absolute;
  right:5px;
  bottom:-30px;
  width:20px;
}

.lyEditorEmoji i.emojiToggle{
  font-size:17px;
  color:#0A2D4D;
  opacity:.5;
}



@media screen and (max-width: 480px) {
  .lyEditorEmoji{
    display: none;
  }
}



.commentsAction{
  position:relative;
}

.commentEmoji{
  position:absolute;
  right:1px;
  top:62px;
  max-width:400px;
}


.commentEmoji aside.emoji-picker-react img{
  height:25px;
  width:25px;
  margin:5px;
}

.commentEmoji aside.emoji-picker-react{
  height:200px;
  width:100%;
}

.commentEmoji .emoji-picker-react .emoji-group:before {
    font-size: 10px;
    line-height: 20px;
}


.commentEmoji .emoji-picker-react .emoji-categories{
    height:15px;
}

.commentEmoji .emoji-picker-react .emoji-categories button{
    display:none;
}


.commentEmoji .emojiToggle{
  position:absolute;
  right:5px;
  top:-25px;
  width:20px;
}

.commentEmoji i.emojiToggle{
  font-size:17px;
  color:#0A2D4D;
  opacity:.5;
}



@media screen and (max-width: 480px) {
  .commentEmoji{
    display: none;
  }
}



/* GUEST */

#guestModalOverlay{
  background-color:#F7BA96dd;
}
.guestModal {
  text-align:center;
  border-radius: 15px;
  background-color: #FFF;
  border:1px solid #F7BA96;
  width:90%;
  max-width:900px;
  padding: 0;
  border-radius:15px;
  overflow:auto;
}

.guestModal .container {
  padding:40px 20px;
  width:100%;
  overflow:auto;
}

.guestModal .title{
  font-family: 'Poppins', sans-serif;
  font-weight:normal;
  letter-spacing:-1px;
  margin-bottom:20px;
}

.guestModal .title .b{
  color:#193A5F;
}
.guestModal .title .r{
  color:#f07f3c;
}

.guestModal .subtitle{
  color:#193A5F;
  font-size:1em;
  width:100%;
  margin-top:20px;
  margin-bottom:20px;

}

.guestModal .choice{
  display:flex;  
}

.guestModal .choice{
  display:flex;  
  justify-content:center;
}

.guestModal .choice .action{
  border:1px solid;
  padding:10px 20px;
  margin:10px;
  font-weight:bold; 
  font-size:.8em;
  transition-duration:.3s;
  border-radius:5px;
}

.guestModal .choice .action:hover{
  padding:10px 40px;
}


.guestModal .choice .action i{
  margin-left:0px;
  font-size:1em;
  transition-duration:.3s;
}

.guestModal .choice .action:hover i{
  margin-left:10px;
  font-size:1.2em;
}


.guestModal .choice .action.up{
  color:#FFF;
  background-color:#193A5F;
}
.guestModal .choice .action.in{
  color:#193A5F;
  background-color:#FFF;
}
.guestModal .choice .action.up:hover{
  color:#193A5F;
  background-color:#F7BA96;

}
.guestModal .choice .action.in:hover{
  color:#193A5F;
  background-color:#F7BA96;
}

.guestModal .animation{
  width:30%;
  max-width:100px;
  margin:auto;
}

.guestModal .animation.wall-editor{
  width:60%;
  max-width:250px;
  margin:auto;
}


.cookieConsentContent{
  text-align:left;
  font-size:.8em;
 }

.CookieConsent a{
  color:#FFF;
  text-decoration:underline;
}



/* admin profile info */

.adminProfile .info{
  border-top:2px solid #c9644e;
  border-bottom:2px solid #c9644e;
  background-color:#f7f7f7;
  padding:15px;
  margin-bottom:50px;
  transition-duration:.25s;
  font-size:.8em;
}

.adminProfile .info .buttonBar{
  display:flex;
  justify-content:center!important;
}

.adminProfile .info .sendPostButton{
  max-width:100px;
  display:block;
  margin:20px 10px;
  font-size:.8em;
  cursor:pointer;
  color:#FFF;
}

.adminProfile .info .sendPostButton.deleteUser{
  background-color:#7c2f1e;
}

.adminProfile .info .sendPostButton.deleteUser:hover{
  background-color:#48190e;
}

.adminProfile .info .sendPostButton.block{
  background-color:#c9644e;
}

.adminProfile .info .sendPostButton.unblock{
  background-color:#9ac94e;
}

.adminProfile .info .sendPostButton.block:hover{
  color:#FFF;
  background-color:#7f392c;
}

.adminProfile .info .sendPostButton.unblock:hover{
  color:#FFF;
  background-color:#64892a;
}



/* 2021 */

.profileV2 .urls a{
  display: block;
  font-size:1em;
  line-height: 2em;
  font-weight:bold;
  color:#f07f3c;
}


.profileV2 .urls input{
  width:99%;
  margin-top:10px;
  padding:10px;
  border-radius:15px;
  border:1px solid #ccc;
  background-color:#FaFaFa;
}

.profileV2 .urls i{
  margin-top: 15px;
}

.postReadMore{
  display: block;
  font-weight: bold;
  font-size: .8em;
  padding: 10px 0;
}