/*
Template Name: My Profile
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: themehippo.com
*/

/*------------------------------------------------------------------
# [Color codes]

# Body  (text): #3a4750
# Heading Color #444444
# Theme Color (link color) #ff5722
# Mid grey (sub header) #f4f4f4
# -------------------------------------------------------------------*/

/* ---------------------------------

[Table of contents]

1. Body
2. header / .header
3. My Activity / .item-stats
4. Work History / .work-history-wrapper
5. My Specialities / .expertise-wrapper
6. Skills / .skills-wrapper
7. Work Experiance / .section-experience
8. Education / .section-education
9. Marketplace Profile / .section-profile
10. Portfolio / .portfolio-section
11. Recent Reviews / .review-section
12. Contact / .section-contact
13. footer 

------------------------------------*/

#profile-wrapper {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  color: #989898;
  font-weight: 300;
  background: #f8f8f8;
}

/* --------------------
 *  profile-wrapper 
 * -------------------*/

/* #profile-wrapper {
  background-color: #eee;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  color: #989898;
} */

/* --------------------
 *  profile Wrapper
 * -------------------*/
#profile-wrapper {
  overflow: hidden;
  position: relative;
}

#profile-wrapper,
#profile-wrapper *:before,
#profile-wrapper *:after {
  box-sizing: inherit;
}




/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

/* #profile-wrapper h1,
#profile-wrapper h2,
#profile-wrapper h3,
#profile-wrapper h4,
#profile-wrapper h5,
#profile-wrapper h6 {
  margin: 0 0 15px;
  color: #444444;
} */

#profile-wrapper h1 {
  font-size: 36px;
  line-height: 1.8em;
  font-weight: 700;
}

#profile-wrapper h2 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
}

#profile-wrapper h3 {
  font-size: 13px;
  line-height: 1.8em;
  font-weight: 700;
}

#profile-wrapper h4 {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 500;
}

#profile-wrapper h5 {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
}

#profile-wrapper h6 {
  font-size: 15px;
  line-height: 1.5em;
}

#profile-wrapper .media-heading h3 {
  font-size: 16px;
  line-height: 20px;
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
#profile-wrapper a {
  /* color: #ff5722; */
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#profile-wrapper a,
#profile-wrapper a:active,
#profile-wrapper a:focus,
#profile-wrapper a:active {
  text-decoration: none;
  outline: none;
}

#profile-wrapper a:hover,
#profile-wrapper a:focus {
  text-decoration: none;
  /* color: #ff5722; */
}

#profile-wrapper p {
  margin-bottom: 20px;
}

#profile-wrapper strong {
  color: #444444;
}

#profile-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------
 * Button Style
 *------------------*/
#profile-wrapper .btn {
  padding: 14px 30px 11px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  transition: all 0.3s;
}

#profile-wrapper .btn-lg {
  font-weight: 700;
  font-size: 24px;
  padding: 15px 30px;
}

/*btn-primary*/
#profile-wrapper .btn-primary {
  background-color: #ff5722;
}

#profile-wrapper .btn-primary:hover,
#profile-wrapper .btn-primary:focus,
#profile-wrapper .btn-primary:active:focus {
  background: #de4718;
}

/*btn-default*/
#profile-wrapper .btn-default {
  color: #2a54f5;
  background-color: transparent;
  border: 2px solid #2a54f5;
}

#profile-wrapper .btn-default:hover,
#profile-wrapper .btn-default:focus,
#profile-wrapper .btn-default:active:focus {
  background: #2a54f5;
  color: #ffffff;
  border-color: #2a54f5;
}

#profile-wrapper button:focus,
#profile-wrapper .btn:focus,
#profile-wrapper .btn:active:focus {
  outline: none;
}


#profile-wrapper .personal-details-wrap {
  padding: 10px 0;
}

#profile-wrapper .body-info {
  /* margin-top: -200px; */
  z-index: 99;
  position: relative;
}

#profile-wrapper .profile-bio {
  padding-top: 60px;
}

#profile-wrapper .u-float-right {
  float: right;
}

#profile-wrapper .u-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#profile-wrapper .u-clearfix:before,
#profile-wrapper .u-clearfix:after {
  content: " ";
  display: table;
}

#profile-wrapper .u-clearfix:after {
  clear: both;
}

#profile-wrapper .u-clearfix {
  *zoom: 1;
}

#profile-wrapper .header-container {
  position: absolute;
  height: 300px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: #888;
}

#profile-wrapper .header-container:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+30,000000+40,000000+100&0.7+0,0+30,0+40,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

#profile-wrapper .header-image {
  z-index: 0;
  left: 0;
  position: absolute;
  top: -450px;
  -webkit-animation: zoomEffect 35s infinite;
  animation: zoomEffect 35s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
  width: 120%;
  max-width: initial;
  height: auto;
}

@-webkit-keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }

  100% {
    -webkit-transform: scale(1.2) translateX(-360px) translateY(-80px);
    transform: scale(1.2) translateX(-360px) translateY(-80px);
  }
}

@keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }

  100% {
    -webkit-transform: scale(1.2) translateX(-360px) translateY(-80px);
    transform: scale(1.2) translateX(-360px) translateY(-80px);
  }
}

#profile-wrapper .header {
  padding-bottom: 100px;
}

#profile-wrapper .header>svg {
  cursor: pointer;
}

#profile-wrapper .main-heading {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 12px;
}

#profile-wrapper .tag {
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  font-size: 11px;
  margin-right: 8px;
  padding: 4px 10px;
  text-transform: uppercase;
}

#profile-wrapper .stats {
  margin-top: 35px;
}

#profile-wrapper .stat-module {
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
  text-transform: uppercase;
}

#profile-wrapper .stat-number {
  display: inline-block;
  font-weight: 600;
  margin-left: 4px;
}

#profile-wrapper .container {
  overflow: initial;
}

#profile-wrapper .overlay-header {
  background-color: #eee;
  height: 100px;
  margin: -50px 0 0 -25%;
  transform: rotate(-2deg);
  width: 150%;
  position: absolute;
  z-index: 9;
  bottom: -50px;
}

#profile-wrapper .body {
  background-color: #eee;
  color: #555;
  /* margin-top: -50px; */
  position: relative;
}

#profile-wrapper .profile-img,
#profile-wrapper .body-image {
  /* border-radius: 100%; */
  box-shadow: 5px 10px 75px rgba(0, 0, 0, 0.4);
  /* float: left;
    margin: -90px 0 20px; */
  position: relative;
  z-index: 2;
}

#profile-wrapper .body-action-button {
  background-color: #383838;
  border-radius: 50%;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 200px;
  width: 40px;
  z-index: 100;
}

#profile-wrapper .personal-details-wrap .personal-details * {
  display: block;
  color: #fff;
  line-height: 18px;
}

strong {
  font-weight: bold;
}

/* .personal-details-wrap  {
    margin: -30px 100px;
} */
#profile-wrapper .research {
  background: #e0e0e0;
  padding: 20px 30px;
}



/*-------------------
 * Section Wrapper
 *-------------------*/
#profile-wrapper .section-wrapper {
  padding: 50px 0;
}

@media (max-width: 768px) {
  #profile-wrapper .section-wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 600px) {
  #profile-wrapper .section-wrapper {
    padding: 20px;
  }
}

/*---------------------------
 * Section Title
 *---------------------------*/
#profile-wrapper .section-title {
  margin-right: 30px;
  text-align: right;
}

#profile-wrapper .section-title h2 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #bbbbbb;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #profile-wrapper .section-title {
    text-align: left;
  }

  #profile-wrapper .section-title h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-----------------------------*/
.profile-img img {
  width: 100%;
  height: auto;
}

#profile-wrapper .profile-header {
  /* padding: 50px 0; */
  margin: 0;
  position: relative;
  /* border-top : 5px solid #ff5722; */
}

#profile-wrapper .profile-header .profile-img {
  color: #fff;
}

#profile-wrapper .profile-header .name-wrapper {
  margin-bottom: 30px;
  min-height: 70px;
}

#profile-wrapper .profile-header .name-wrapper h1 {
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 5px;
  color: #fff;
}

#profile-wrapper .profile-header .name-wrapper span {
  font-size: 24px;
  color: #ff5722;
}

#profile-wrapper .profile-header .personal-details {
  margin: 10px 0;
}

#profile-wrapper .profile-header .personal-details strong {
  font-size: 13px;
  color: #fff;
  display: block;
  line-height: 1;
}

#profile-wrapper .profile-header .personal-details small {
  font-size: 12px;
}

.profile-header .personal-details span {
  color: #989898;
}

@media (max-width: 768px) {
  #profile-wrapper .profile-header {
    padding: 20px 0;
  }

  #profile-wrapper .profile-header .profile-img {
    margin: 0 0 30px;
  }
}

@media (max-width: 600px) {
  #profile-wrapper .profile-header {
    padding: 20px;
  }
}

/*-------------------
     * Social Icon
     *-------------------*/

#profile-wrapper .social-icon {
  margin: 20px 0;
  padding: 0;
  display: block;
}

#profile-wrapper .social-icon li {
  display: inline-block;
  margin: 0 2px;
}

#profile-wrapper .social-icon li a {
  display: block;
  font-size: 12px;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #eeeeee;
}

#profile-wrapper .social-icon li a:hover {
  border-color: #cccccc;
  background-color: rgba(255, 255, 255, 0.2);
}

#profile-wrapper .body-action-button i {
  color: #fff;
}

/*-------------------
 * Expertise
 *-------------------*/
#profile-wrapper .item-stats .item-stats-value {
  font-size: 18px;
  color: #444;
  font-weight: 500;
}

#profile-wrapper .item-stats .item-stats-name {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 768px) {
  #profile-wrapper .item-stats {
    margin-bottom: 30px;
  }
}

/*-------------------
 * Expertise
 *-------------------*/
.expertise-item {
  margin-bottom: 20px;
}

#profile-wrapper .expertise-item h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}

/*-------------------
 * Skills Progressbar
 *-------------------*/

#profile-wrapper .progress-item {
  position: relative;
  padding: 10px 0;
}

#profile-wrapper .progress-item .progress-title {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}

#profile-wrapper .progress-item .progress {
  height: 2px;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

#profile-wrapper .progress-item .progress-bar {
  background-color: #ff5722;
  box-shadow: none;
  text-align: right;
}

#profile-wrapper .progress-item .progress-percent {
  font-size: 10px;
  background-color: #313131;
  position: absolute;
  top: 5px;
  padding: 0 8px;
  border-radius: 3px;
}

#profile-wrapper .progress-item .progress-percent::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  border-top: 6px solid #313131;
  border-right: 8px solid transparent;
}

@media (max-width: 768px) {
  #profile-wrapper .progress-wrapper {
    margin-bottom: 50px;
  }
}

/*-------------------
 * Portfolio
 *-------------------*/

#profile-wrapper .portfolio-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#profile-wrapper .portfolio-item .portfolio-thumb img {
  height: auto;
  display: block;
  max-width: 100%;
}

#profile-wrapper .portfolio-item .portfolio-info {
  position: absolute;
  padding: 15px 15px 5px;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(top,
      transparent 0%,
      rgba(0, 0, 0, 0.5) 100%);
}

#profile-wrapper .portfolio-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  transition: all 0.2s linear;
}

#profile-wrapper .portfolio-item:hover::after {
  top: 0;
}

#profile-wrapper .portfolio-item .portfolio-info h3 {
  margin: 0;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

#profile-wrapper .portfolio-item .portfolio-info small {
  color: rgba(255, 255, 255, 0.5);
}

/*-----------------
 * Review
 *-----------------*/

#profile-wrapper #review .owl-wrapper .owl-item {
  padding-right: 20px;
}

#profile-wrapper #review .media-left {
  padding-right: 15px;
}

#profile-wrapper #review .media-left img {
  width: 50px;
  border-radius: 3px;
}

#profile-wrapper #review .user-name {
  color: #444;
  font-weight: 500;
}

#profile-wrapper #review .review-text {
  margin: 10px 0;
}

/* rating */

#profile-wrapper #review .rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#profile-wrapper #review .rating::after {
  content: attr(data-star_rating);
  padding: 3px 5px 0;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  border-radius: 2px;
  margin-left: 5px;
}

#profile-wrapper #review .rating-total {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80px;
  height: 16px;
  margin-top: -2px;
}

#profile-wrapper #review .rating-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#profile-wrapper #review .rating-progress::after,
#review .rating-progress::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 80px 16px;
  background-repeat: no-repeat;
  content: "";
}

#profile-wrapper #review .rating-progress::before {
  background-image: url("../img/rating-background.svg");
}

#profile-wrapper #review .rating-progress::after {
  background-image: url("../img/rating-foreground.svg");
}

#profile-wrapper #review .rating-progress.rate-0::after {
  width: 0;
}

/* Rating Percent */

#profile-wrapper #review .rating-progress.rate-1::after {
  width: 20%;
}

#profile-wrapper #review .rating-progress.rate-2::after {
  width: 40%;
}

#profile-wrapper #review .rating-progress.rate-3::after {
  width: 60%;
}

#profile-wrapper #review .rating-progress.rate-4::after {
  width: 80%;
}

#profile-wrapper #review .rating-progress.rate-5::after {
  width: 100%;
}


#profile-wrapper .owl-controls .owl-page span {
  width: 4px;
  height: 4px;
  background: #000;
  margin-right: 10px;
  display: block;
  border-radius: 100%;
  opacity: 0.3;
}

#profile-wrapper .owl-controls .owl-page.active span {
  opacity: 1;
  box-shadow: 0 0 0 1px #000;
}

/*-------------------
 * Market Place Profile
 *-------------------*/
#profile-wrapper .profile-item {
  margin-bottom: 30px;
}

#profile-wrapper .profile-item .media-object {
  width: 120px;
}

#profile-wrapper .profile-item a {
  color: #444;
}

#profile-wrapper .profile-item a:hover {
  color: #ff5722;
}

/*-------------------
 * Content Item
 *-------------------*/

#profile-wrapper .content-item {
  margin-bottom: 40px;
}

#profile-wrapper .content-item h3 {
  margin: 0 0 10px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

#profile-wrapper .content-item h4 {
  margin: 0;
  line-height: 1;
}

#profile-wrapper .content-item small {
  color: #888888;
}

/*-------------------
 * Contact
 *-------------------*/

#profile-wrapper .section-contact address strong {
  font-size: 13px;
  text-transform: uppercase;
}

/*-------------------
 * Form Style
 *-------------------*/

#profile-wrapper .quote-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 10px 10px 10px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#profile-wrapper .colour {
  background: #fd5723;
  color: #fff;
}

#profile-wrapper .colour h2,
#profile-wrapper colour h3 {
  color: #fff;
}

#profile-wrapper .dark {
  background: #e0e0e0;
}

#profile-wrapper .white {
  background: #fff;
}

#profile-wrapper .form-group label {
  font-weight: normal;
  font-size: 13px;
}

#profile-wrapper .form-control {
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  color: #969595;
  border-color: #f8f8f8;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  background: #fff;
}

#profile-wrapper .form-control:focus,
#profile-wrapper .form-control:active {
  box-shadow: none;
  background: #ffffff;
  border-color: #000000;
}

/* #profile-wrapper .status,
#profile-wrapper .status-mes {
  background-image: url(../img/puff.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
} */

/* #profile-wrapper .status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
} */



/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

/* Dropdown Button */
#profile-wrapper .dropbtn {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

#profile-wrapper .dropbtn.menu {
  background-color: #f96939;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: transparent;
  }

  50% {
    background-color: #f96939;
  }

  100% {
    background-color: transparent;
  }
}

/* The container <div> - needed to position the dropdown content */
#profile-wrapper .dropdown {
  position: relative;
  display: inline-block;
  z-index: 9;
}

/* Dropdown Content (Hidden by Default) */
#profile-wrapper .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
#profile-wrapper .dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
#profile-wrapper .dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
#profile-wrapper .dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
#profile-wrapper .dropdown:hover .dropbtn {
  background-color: #f96939;
}


#profile-wrapper .page-content {
  padding: 80px 0;
}

#profile-wrapper .content-wrapper {
  border: 1px solid #ccc !important;
  background: #fff;
  padding: 40px;
}





/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
  box-sizing: border-box;
} */

/* body {
        background: #f6f5f7;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-family: 'Montserrat', sans-serif;
        height: 100vh;
        margin: -20px 0 50px;
    } */

/* .wrapper {
  padding: 80px 0;
} */







#profile-login-wrapper h1 {
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 30px;
  line-height: normal;
}
#profile-login-wrapper .overlay * {
  color: #fff;
}
#profile-login-wrapper h2 {
  text-align: center;
}

#profile-login-wrapper p {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
}

#profile-login-wrapper span {
  font-size: 12px;
}

#profile-login-wrapper a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

#profile-login-wrapper hr {
  display: none;
}

#profile-login-wrapper input[type=checkbox] {
  display: block;
}

#profile-login-wrapper input[type="submit"] {
  width: 100%;
}

#profile-login-wrapper input[type="submit"],
#profile-login-wrapper button {
  border-radius: 6px;
  border: 1px solid #FF4B2B;
  background-color: #FF4B2B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

#profile-login-wrapper input[type="submit"]:active,
#profile-login-wrapper button:active {
  transform: scale(0.95);
}

#profile-login-wrapper input[type="submit"]:focus,
#profile-login-wrapper button:focus {
  outline: none;
}

#profile-login-wrapper input[type="submit"].ghost,
#profile-login-wrapper button.ghost {
  background-color: transparent;
  border-color: #FFFFFF;
}

#profile-login-wrapper .sign-in-wrap {
  background-color: #FFFFFF;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  /* text-align: center; */
}

#profile-login-wrapper input[type="text"],
#profile-login-wrapper input[type="password"],
#profile-login-wrapper select {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  color: rgb(0 0 0 / 60%);
}

#profile-login-wrapper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
  margin: 80px auto;
}
#profile-login-wrapper .um-field-label,
#profile-login-wrapper p {
  margin: 0;
}

#profile-login-wrapper .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

#profile-login-wrapper .sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

#profile-login-wrapper.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

#profile-login-wrapper .sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

#profile-login-wrapper.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {

  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

#profile-login-wrapper .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

#profile-login-wrapper.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

#profile-login-wrapper .overlay {
  background: #FF416C;
  background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
  background: linear-gradient(to right, #FF4B2B, #FF416C);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

#profile-login-wrapper.right-panel-active .overlay {
  transform: translateX(50%);
}

#profile-login-wrapper .overlay-panel {
  position: absolute;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  padding: 0 40px;
  /* text-align: center; */
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

#profile-login-wrapper .overlay-left {
  transform: translateX(-20%);
}

#profile-login-wrapper.right-panel-active .overlay-left {
  transform: translateX(0);
}

#profile-login-wrapper .overlay-right {
  right: 0;
  transform: translateX(0);

  font-size: 12px;
  text-align: left;
}
#profile-login-wrapper div.um-col-alt > div.um-right.um-half {
  display: none;
}
#profile-login-wrapper .um-col-alt,
#profile-login-wrapper .um-col-alt-b {
  margin: 0;
  padding: 0;
}
/* #profile-login-wrapper .overlay-right p {
  margin: 20px 0 5px;
} */

#profile-login-wrapper .overlay-right ul {
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

#profile-login-wrapper .overlay-right ul li {
  line-height: 18px;
  list-style: none;
  font-size: 14px;
}

#profile-login-wrapper .overlay-right ul li i {
  padding-right: 5px;
}

#profile-login-wrapper.right-panel-active .overlay-right {
  transform: translateX(20%);
}

/* .pmpro_login_wrap h2 {
  display: none;
}

.pmpro_login_wrap p {
  margin: 0;
} */\wp-admin\post-new.php