/*------------------------------------
    Dashboard Pages
  -------------------------------------*/

/*------ Page Header ------------*/


.tp-dashboard-head .profile-header {
  border: none;
  padding: 60px 0px;
}
.tp-dashboard-head .profile-header h1 {
  color: #fff;
}
.tp-dashboard-head .profile-info {
  padding-top: 45px;
}
.tp-dashboard-head .profile-pic {
  text-align: center;
}
.profile-title {
  text-transform: uppercase;
  font-weight: 600;
}
.profile-title small {
  font-size: 12px;
  color: #00aeaf;
  padding-left: 20px;
}
.tp-dashboard-nav {
  background-color: #fff;
  border-bottom: 1px solid #e8e6df;
}
.dashboard-nav {
  display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.dashboard-nav .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #f11fad ;
  /* background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%); */
  background-color: #faf9f5;
}
.dashboard-nav .nav-pills > li > a {
  border-radius: 0px;
  color: #888783;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  /* padding: 24px 0px; */
  padding: 24px 46px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ecebe5;
  margin-left: -1px;
  border-bottom: transparent;
}
.dashboard-nav .nav-pills > li > a:hover {
  color: #f11fad ;
}
.db-icon {
  padding-right: 10px;
  font-size: 14px;
}
.profile-dashboard {
}
.dashboard-form {
}
.dashboard-form .control-label {
  text-align: left;
}
.dashboard-form h2.form-title {
  border-bottom: 1px solid #e8e6df;
  padding-bottom: 19px;
  margin-bottom: 30px;
}
.form-title {
  border-bottom: 1px solid #e8e6df;
  padding-bottom: 19px;
  margin-bottom: 30px;
}
.photo-upload {
  margin-bottom: 30px;
}
.photo-upload img{
 border-radius: 50%;
}
.upload-file {
  padding-top: 60px;
}

/*----------------------------*
     add-listing-dashboard
  ------------------------------*/
.add-listing-dashboard {
}

/*---------------------------
    my-listing-dashboard
  -----------------------------*/
.my-listing-dashboard {
}
.table-head {
  background-color: #ecebe5;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
}
.th-title {
  font-size: 12px;
  text-transform: uppercase;
}
.listing-row {
  border-bottom: 1px solid #edebe4;
  padding: 20px;
  background-color: #fff;
}
.listing-row:hover {
  background-color: #fff;
  -moz-box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
  -webkit-box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
  box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(0) !important;
  border-bottom: 1px solid #edebe4;
}
.listing-thumb {
}
.listing-title {
}
.listing-title h2 {
  font-size: 16px;
}
.listing-address {
  font-size: 14px;
}
.listing-price {
  font-weight: 600;
}
.listing-action {
}
.listing-action .btn-primary {
  background-color: #0fb3b4;
  border: none;
}
.listing-action .btn-primary:hover {
  background-color: #09a2a3;
  border: none;
}
.listing-action .btn-danger {
  background-color: #fb886d;
  border: none;
}
.listing-action .btn-danger:hover {
  background-color: #f67557;
  border: none;
}

/*----------------------------
    Couple Dashboard
  ----------------------------*/
.dashboard-page-head {
}
.dashboard-page-head {
  margin: 0px 0 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ecebe5;
}
.dashboard-page-head .page-title {
  border-bottom: transparent;
}
.action-block {
  text-align: right;
}

/*---------------------------
  Wishlist Dashboard
  ---------------------------*/
.wishlist-board {
}

/*---------------------------
  Coming soon Dashboard
  ---------------------------*/
.coming-soon-content {
}
.vendor-page-header {
}
.vendor-profile-content {
}
.vendor-profile-info {
  position: relative;
  margin-top: -310px;
}
.vendor-profile-block {
}
.block-holder {
  margin-bottom: 30px;
}

/*-----------------------
    Vendor Profile
  -------------------------*/
.vendor-profile-block {
  margin-bottom: 30px;
}
.vendor-profile {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e9e6e0;
}
.vendor-profile-info {
  height: 360px;
}
.vendor-profile-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 600;
}
.vendor-profile-img {
  background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.57)),
    rgba(0, 0, 0, 0.58) url(../images/vendor-profile-img.jpg) no-repeat center;
  background-size: cover;
  height: 460px;
}
.profile-meta {
  color: #fff;
}
.meta-call i,
.meta-address i,
.meta-website i,
.meta-email i {
  padding-right: 10px;
}
.meta-call {
}
.meta-address {
}
.meta-email {
}
.meta-website {
}
.vendor-profile-social {
}
.profile-feature-title {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.vendor-profile-social {
}
.vendor-profile-social ul {
}
.vendor-profile-social ul li {
  float: left;
  padding-right: 20px;
}
.profile-gallery {
  padding-bottom: 10px;
}
#profile-gallery #sync2 .item {
  background-color: transparent;
  padding: 0px;
}

/*------------------------------------
    Couple Planning Tools
  --------------------------------------*/
.hero-title {
  color: #fff;
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 600;
}
.hero-text {
  color: #a0f0f0;
}
.pln-hero-section {
  background-color: #00aeaf;
  min-height: 600px;
  padding-top: 140px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0cc7c8+0,00aeaf+62,00aeaf+99 */
  background: rgb(12, 199, 200); /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(12, 199, 200, 1) 0%,
    rgba(0, 174, 175, 1) 62%,
    rgba(0, 174, 175, 1) 99%
  ); /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(12, 199, 200, 1) 0%,
    rgba(0, 174, 175, 1) 62%,
    rgba(0, 174, 175, 1) 99%
  ); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    rgba(12, 199, 200, 1) 0%,
    rgba(0, 174, 175, 1) 62%,
    rgba(0, 174, 175, 1) 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cc7c8', endColorstr='#00aeaf', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.couple-hero-section-img {
  background: url(../images/couple-hero.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 250px;
  padding-bottom: 120px;
  min-height: 620px;
}
.intro-block {
  margin-top: -280px;
}
.template-box {
  background-color: #fff;
  border-radius: 10px 10px 3px 3px;
  -moz-box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
  -webkit-box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
  box-shadow: 0 5px 40px 0px rgba(49, 48, 53, 0.2);
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(0) !important;
}
.template-img {
  min-height: 300px;
  background-color: #faf9f5;
}
.cta-block {
}
.tools-descriptions {
  padding: 100px;
}
.app-mobile {
  margin-top: -180px;
}

/*-----------------------------------
   Couple Todo Create page
   -----------------------------------*/
.todo-form {
  display: none;
  position: relative;
}
.close-sign {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ecebe6;
  padding: 4px 10px;
  border-radius: 4px;
}
.todo-list-group {
  border-top: 1px solid #f0efea;
}
.todo-list-item {
  border-bottom: 1px solid #f0efea;
  padding: 20px;
}
.todo-list-item:last-child {
  border-bottom: transparent;
}
.todo-list {
}
.todo-notes {
  background-color: #faf9f5;
  margin-top: 30px;
}
.todo-checkmark {
  text-align: center;
}
.todo-task {
}
.todo-title {
  margin-bottom: 0px;
  font-size: 15px;
  color: #3c3837;
}
.todo-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #b1b0ab;
}
.todo-action {
  text-align: right;
}
.btn-circle {
  background-color: #faf9f5;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  padding-top: 6px;
  border: 1px solid #e8e7e3;
  color: #898381;
  margin-right: 10px;
}
.widget-todo {
  text-align: center;
}
.todo-percentage {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.todo-value {
  font-weight: 600;
}
.todo-done {
  color: #88c82d;
  padding-right: 20px;
}
.todo-pending {
  color: #e03232;
}

/*-----------------------------------
   Couple Budget Page
   -----------------------------------*/
.budget-board {
}
.budget-board .list-group-item {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background-color: #fbfbf9;
  padding: 14px;
}
.item-title {
  margin-top: 20px;
}
.budget-board .list-group-item.active {
  background-color: #00aeaf;
  border: 1px solid #00aeaf;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.table tr th {
  font-weight: normal;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
}
.table > thead > tr > th {
  color: #000;
}
.table > thead > tr > th,
.table > tbody > tr > th {
  padding: 10px 20px;
}
.table > tbody > tr > td {
  padding: 10px 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.btn-edit {
  color: #13b1b1;
}
.btn-edit:hover {
  color: #07c1c2;
}
.btn-delete {
  color: #e35120;
}
.btn-delete:hover {
  color: #d53c09;
}
.btn-delete,
.btn-edit {
  font-size: 16px;
  padding-left: 20px;
}

/*-----------------------------------
  Couple Dashboard
  -----------------------------------*/
.widget-wd-days {
}
.img-file-flex{
  display: flex;
}

.wd-days-count {
}
.title-number {
  color: #13b1b1;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -2px;
}
.guest-status {
  font-size: 14px;
}
.invite-accepted {
  color: #80c30c;
}
.invite-descline {
  color: #dd4242;
}
.invite-noresponse {
  color: grey;
}


@media(max-width:768px){
  .dashboard-nav {
    display: flex;
    flex-direction: column;

  }
  .dashboard-nav .nav-pills > li > a {
    border-radius: 0px;
    color: #888783;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    /* padding: 24px 0px; */
    padding: 18px 25px;
    line-height: 46px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #ecebe5;
    margin-left: -1px;
    border-bottom: transparent;
  }
  .img-file-flex{
    display: flex;
    flex-direction: column;
  }
  .upload-file {
    padding-top: 30px;
}

}