
/*:::::::::::::::::::::::PROFILE-CSS::::::::::::::::::::::*/

/*profile-header-section*/
.profile-header-section{
  width: 100%;
  /*height: 300px;
  */margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  background:#fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position:relative;
 
}
.profile-header-section .profile-header-section-poster {
  height: 350px;
  width: 100%;
  border-radius: 15px 15px 15px 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  background: linear-gradient(rgb(8 255 221 / 74%),rgb(27 0 255 / 76%));
  -webkit-border-radius: 15px 15px 15px 60px;
  -moz-border-radius: 15px 15px 15px 60px;
  -ms-border-radius: 15px 15px 15px 60px;
  -o-border-radius: 15px 15px 15px 60px;
}
.change-cover-pic{
  display: inline-block;
  height: 40px;

  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;

  text-align: right;
  border-radius: 15px 15px 0px 0px;
  background: rgba(0,0,0,0.2);
}
.change-cover-pic input{
  height: 0px;
  overflow: hidden;
}
.change-cover-pic label{
  display: inline-block;
  height: 20px;
  padding:0px 20px;
  margin:10px 0px;
  line-height: 20px;
  text-align: right;
  cursor: pointer;

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.change-cover-pic label span{
  color:#fff;
  font-size: 15px;
  line-height: 20px;
}
.change-cover-pic label i{
  color:#fff;
  font-size: 15px;
  line-height: 20px;
}

/*profile-pic*/
.profile-header-section .profile-header-section-pic-wrap {
  width: 120px;
  height: 120px;
  /*margin:0px auto;*/ 
  text-align: center;
  position: absolute;
  left: calc(50% - 60px);
  right: 0px;
  /* bottom: -30px; */
  z-index: 100;
}
.profile-header-section .profile-header-section-pic-wrap .profile-header-section-pic {
  /*margin-top: -150px;*/
  height: 120px;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.profile-header-section .profile-header-section-pic-wrap .profile-header-section-pic a{
  height: 120px;
  width: 120px;
  display: inline-block;
}
.profile-header-section .profile-header-section-pic-wrap .profile-header-section-pic a img{
  height: 120px;
  width: 120px;
  border-radius: 20px;
  border: 4px solid #ffffff91;
}

/*change-prof-pic*/
.change-prof-pic{
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 0px 0px 15px 15px;
  background: rgba(0,0,0,0.3);
}
.change-prof-pic input{
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.change-prof-pic label{
  display: inline-block;
  padding:0px 20px;
  margin:0px 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;

  position: absolute;
  left: 0px;
  right: 0px;

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/*profile-header-section-bottom*/
.profile-header-section-bottom{
  /*background:#fff;
  border-radius: 0px 0px 15px 15px;
  width: 1000px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;*/
}

.profile-header-section-bottom .profile-header-section-bottom-desk{
height: 50px;
margin: 0px 10px;
display: flex;
}

.profile-header-section-bottom-desk .profile-header-section-bottom-desk-left{
flex: 1 1 100%;
}

.profile-header-section-bottom-desk .profile-header-section-bottom-desk-right{
flex: 1 1 100%;
padding-left: 250px; /* needs-----------------------------------------------------------------------------------------to be removed */
}

.profile-header-section-bottom .profile-header-section-bottom-mob{
display: none;
}

/*profile-header-section-nav*/
.profile-header-section-nav ul{
padding:0px;
list-style: none;
text-align: center;
margin:0px;

display: flex;
}
.profile-header-section-nav ul li{
display: inline-block;
height: 50px;
margin: 0px 5px;

flex: 1 1 100%;
}
.profile-header-section-nav ul li a{
display: inline-block;
height: 50px;
line-height: 50px;
font-size: 12px;
font-weight: 500;
color: #000;
text-decoration: none;
}
.profile-header-section-nav ul li.active a{
color: #11ebe0;
}
.profile-header-section-nav ul li.active{
border-bottom: 2px solid #11ebe0;
}

/*profile-header-section-action*/
.profile-header-section-action ul{
padding:0px;
list-style: none;
text-align: center;
margin:0px;
display: flex;
}
.profile-header-section-action ul li{
display: inline-block;
height: 30px;
margin: 10px 5px;

flex: 100%;
}
.profile-header-section-action ul li a{
display: inline-block;
height: 30px; 
text-decoration: none;
cursor: pointer;
}
.profile-header-section-action ul li.active a{

}

@media only screen and (max-width: 667px){
  /*profile-section*/
  .profile-header-section{
    width: 98%;
    /*height: 240px;*/
    margin: 0 auto;
    margin-bottom: 10px;
    background:#fff;
    border-radius: 10px 10px 10px 10px;
    position:relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .profile-header-section .profile-header-section-poster {
    height: 200px;
    width: 100%;
    /*margin-bottom: 20px;*//*depend on profile-pic bottom pos*/
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;

    background: rgba(0,255,255,0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,255,255,0.5),rgba(0,0,255,0.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,0.5),rgba(0,0,255,0.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,0.5),rgba(0,0,255,0.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,0.5),rgba(0,0,255,0.5)); /* Standard syntax */
  }
  .change-cover-pic{
      display: inline-block;
      height: 30px;

      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      z-index: 10;

      text-align: right;
      border-radius: 10px 10px 0px 0px;
      background: rgba(0,0,0,0.2);
  }
  .change-cover-pic input{
      height: 0px;
      overflow: hidden;
  }
  .change-cover-pic label{
      display: inline-block;
      height: 20px;
      padding:0px 10px;
      margin:5px 0px;
      line-height: 20px;
      text-align: right;
      cursor: pointer;


      position: absolute;
      right: 0px;
      left: 0px;

      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }
  .change-cover-pic label span{
      color:#fff;
      font-size: 12px;
      line-height: 20px;
  }
  .change-cover-pic label i{
      color:#fff;
      font-size: 12px;
      line-height: 20px;
  }

  /*profile-pic*/
  .profile-header-section .profile-header-section-pic-wrap {
    width: 100px;
    height: 100px;
    margin:0px auto;
    text-align: center;

    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    z-index: 100;
  }
  .profile-header-section .profile-header-section-pic-wrap .profile-header-section-pic {
    /*margin-top: -150px;*/
    height: 100px;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .profile-header-section .profile-header-section-pic-wrap .profile-header-section-pic a{
    height: 100px;
    width: 100px;
    display: inline-block;
    position: relative;
  }
  .profile-header-section .profile-header-section-pic-wrap .profile-header-section-pic a img{
    height: 100px;
    width: 100px;
    border-radius: 15px;
    border: 3px solid #fff;
  }

  /*change-prof-pic*/
  .change-prof-pic{
    display: inline-block;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px 0px 15px 15px;
    background: rgba(0,0,0,0.3);
  }
  .change-prof-pic input{
    height: 0px;
    width: 0px;
    overflow: hidden;
  }
  .change-prof-pic label{
    display: inline-block;
    padding:0px 20px;
    margin:0px 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;

    position: absolute;
    left: 0px;
    right: 0px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }


  /*profile-header-section-bottom*/
  .profile-header-section-bottom{

  }
.profile-header-section-bottom .profile-header-section-bottom-desk{
  height: 50px;
  margin: 0px 10px;
  display: flex;

  display: none;
}
.profile-header-section-bottom-desk .profile-header-section-bottom-desk-left{
  flex: 1 1 100%;
}

.profile-header-section-bottom-desk .profile-header-section-bottom-desk-right{
  flex: 1 1 100%;
}

.profile-header-section-bottom .profile-header-section-bottom-mob{
  display: block;
}

.profile-header-section-bottom-mob .profile-header-section-bottom-mob-about{

}
.profile-header-section-bottom-mob .profile-header-section-bottom-mob-action{
}
.profile-header-section-bottom-mob .profile-header-section-bottom-mob-nav{
   border-top: 1px solid #ddefef;
}


/*profile-header-section-nav*/
.profile-header-section-nav ul{
  padding:0px;
  list-style: none;
  text-align: center;
  margin:0px;

  display: flex;
}
.profile-header-section-nav ul li{
  display: inline-block;
  height: 50px;
  margin: 0px 5px;

  flex: 1 1 100%;
}
.profile-header-section-nav ul li a{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.profile-header-section-nav ul li a .text{
  display: none;
}
.profile-header-section-nav ul li.active a{
  color: #11ebe0;
}
.profile-header-section-nav ul li.active{
  border-bottom: 2px solid #11ebe0;
}

/*profile-header-section-action*/
.profile-header-section-action ul{
  padding:0px;
  list-style: none;
  text-align: center;
  margin:0px;

  display: flex;
}
.profile-header-section-action ul li{
  display: inline-block;
  height: 30px;
  margin: 10px 5px;

  flex: 100%;
}
.profile-header-section-action ul li a{
display: inline-block;
height: 30px; 
text-decoration: none;
cursor: pointer;
}
.profile-header-section-action ul li.active a{

}
}



/*profile-content*/
.profile-content{

}
.profile-content .profile-content-container{
  overflow:auto;
  display: none;
  min-height: 500px;
}
.profile-content .profile-content-container.active{
  display: block;
}

.left-section {
  width: 250px;
  height: auto;
  float: left;
  position: inherit;
  /*testing only*/

  /*position: fixed;
  top: 50px;*/
}
.central-section {
  width: 500px;
  height: 100%;
  min-height: 1px;
  margin: 0 auto;
  padding: 0px 10px;
  float: left;

  /*position: absolute;
  top: 0px;
  left: 250px;*/
}
.central-section .central-section-wrap{
  width: 100%;
}

.right-section {
  width: 250px;
  height: auto;
  float: left;
  position:inherit;
  /*texting only*/

  /*position: fixed;
  top: 50px;
  right: calc(50vw - 500px - 10px);*/
}

/*left-section-content*/
.boxes {
  min-height: 300px;
  width: 250px;
  background-color: #fff;
  float: left;
  margin-bottom: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*center-section-content*/
/*find it on common-sstyle*/

/*right-section-content*/
/*find it in common-style*/

/*user-p-score*/
.user-prof-about{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.user-prof-about .user-prof-about-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
border-bottom: 1px solid #ddefef;
}


/*user-p-score*/
#user-prof-p-score{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#user-prof-p-score .user-prof-p-score-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
border-bottom: 1px solid #ddefef;
}
#user-prof-p-score ul{
margin: 0px;
padding: 0px 30px;
text-align: center;
text-decoration: none;
}
#user-prof-p-score ul li{
display: block;
height: 30px;
margin-bottom:10px;
}
#user-prof-p-score ul li h4{
margin: 0px;
font-size: 30px;
text-transform: uppercase;
}



/*user-prof-friends*/
#user-prof-friends{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#user-prof-friends .user-prof-friends-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
border-bottom: 1px solid #ddefef;
}
.user-prof-friend-item{display: inline-block; padding: 20px;}
.user-prof-friend-item a{display: block;height: 100px;width: 100px;background-size: cover;color: #fff;position:relative;}
.user-prof-friend-item a .user-prof-friend-info{
height: 20px;
line-height: 20px;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
font-size: 12px;
color: #fff;
border-radius: 5px;
background:rgba(0,0,0,0.3);
text-align: center;
}



/*user-prof-followers*/
.user-prof-follower{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.user-prof-follower .user-prof-follower-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
border-bottom: 1px solid #ddefef;
}
.user-prof-follower-item{display: inline-block; padding: 20px;}
/* .user-prof-follower-item a{display: block;height: 120px;width: 120px;background-size: cover;color: #fff;position:relative;}
.user-prof-follower-item a .user-prof-follower-info{
height: 20px;
line-height: 20px;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
font-size: 12px;
color: #fff;
border-radius: 5px;
background:rgba(0,0,0,0.3);
text-align: center;
} */

/*user-prof-following*/
.user-prof-following{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.user-prof-following .user-prof-following-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
FONT-WEIGHT: 600;
FONT-SIZE: 0.67em;
border-bottom: 1px solid #ddefef;
}
.user-prof-following-item{display: inline-block;padding: 20px;}
/* .user-prof-following-item a{display: block;height: 120px;width: 120px;background-size: cover;color: #fff;position:relative;}
.user-prof-following-item a .user-prof-following-info{
height: 20px;
line-height: 20px;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
font-size: 12px;
color: #fff;
border-radius: 5px;
background:rgba(0,0,0,0.3);
text-align: center;
} */

/*user-prof-spots*/
.user-prof-spots{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.user-prof-spots .user-prof-spots-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
border-bottom: 1px solid #ddefef;
}
/* .user-prof-spots-item{display: flex;}
.user-prof-spots-item a{display: block;height: 100px;width: 100px;background-size: cover;color: #fff;position:relative;}
.user-prof-spots-item a .user-prof-spots-info{
height: 20px;
line-height: 20px;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
font-size: 12px;
color: #fff;
background:rgba(0,0,0,0.3);
text-align: center;
} */


/*user-prof-media*/

.user-prof-media{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.user-prof-media .user-prof-media-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
border-bottom: 1px solid #ddefef;
}
.user-prof-media-item{display: inline-block;}
/* .user-prof-media-item a{display: block;height: 100px;width: 100px;background-size: cover;color: #fff;position:relative;} */
.user-prof-media-item a .user-prof-media-info{
height: 20px;
line-height: 20px;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
font-size: 12px;
color: #fff;
background:rgba(0,0,0,0.3);
text-align: center;
}


/*user-prof-videos*/

#user-prof-videos{
  min-height: 500px;
  background:#fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#user-prof-videos .user-prof-videos-header{
text-align: left;
padding: 0px 20px;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
margin-top: 0px;
border-bottom: 1px solid #ddefef;
}
.user-prof-video-item{display: inline-block;}
.user-prof-video-item a{display: block;height: 100px;width: 100px;background-size: cover;color: #fff;position:relative;}
.user-prof-video-item a .user-prof-video-info{
height: 20px;
line-height: 20px;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
font-size: 12px;
color: #fff;
background:rgba(0,0,0,0.3);
text-align: center;
}

/*###Mobile*/
@media only screen and (max-width: 667px) {

  .left-section {
      display: none;
  }
  .central-section {
      width: 100%;
      height: 100%;
      padding: 0px 5px;
      background-color: ;
      margin: 0 auto;

      /*position: absolute;
      top: 0px;
      left: 0px;*/
  }
  .right-section {
      display: none;
  }
  .post-wrap {
      width: 100%;
      min-height: 50px;
      margin-top: 10px;
      margin-right: auto;
      margin-left: auto;
      float: left;
  }
  .post-wrapin {
      width: 95%;
      margin: 0 auto;
      height: auto;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
  }
  .post-input {
      width: 100%;
      min-height: 100px;
      margin-right: auto;
      margin-left: auto;
      background: white;
      /*border: solid #000 1px;*/
      border-radius: 15px 15px 0px 0px;
      float: left;
  }
  .post-options {
      width: 100%;
      height: 50px;
      margin-right: auto;
      margin-left: auto;
      background: white;
      border-radius: 0px 0px 15px 15px;
      /*border: solid #000 1px;*/
      float: left;
  }
  .feeds {
      width: 100%;
      height: auto;
      text-align: center;
      float: left;
  }
  .feed-wrap {
      height: auto;
      width: 100%;
      margin:10px 0px;
      text-align: center;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
  }
  .uparea-feed {
      height: 50px;
      width: 100%;
      background: white;
      padding: 0px 5px;
      border-radius: 15px 15px 0px 0px;
      /*border: solid #000 1px;*/
      float: left;
  }
  .content-feed {
      width: 100%;
      height: auto;
      /*mark*/
      /*contentfeed size sud be auto*/
      /*border: solid #000 1px;*/
      float: left;
      background: white;
  }
  .txt-area {
      width: 95%;
      height: auto;
  }
  .media-area {
      width: 100%;
      min-height: 50px;
      display: block;
  }
  .media-contents {
      width: 100%;
      display: inline-block;
  }
  .bottarea-feed {
      height: auto;
      width: 100%;
      border-radius: 0px 0px 15px 15px;
      /*border: solid #000 1px;*/
      float: left;
      background: white;
  }
}


/*###Desktops, big landscape tablets and laptops(Large, Extra large)####*/

@media screen and (min-width: 1024px) {}


/*###Tablet(medium)###*/
@media screen and (min-width: 768px) and (max-width: 1023px) {}


/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width: 0px) and (max-width: 767px) {}


/*END PROFILE-CSS*/

