@font-face {
    font-family: 'pinterest_sans_proregular';
    src: url('/cdn/shop/files/pinterest-sans-pro-regular-webfont.woff2?v=1672829651') format('woff2'),
         url('/cdn/shop/files/pinterest-sans-pro-regular-webfont.woff?v=1672829651') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pinterest_sans_proitalic';
    src: url('/cdn/shop/files/pinterest-sans-pro-regular-italic-webfont.woff2?v=1672830360') format('woff2'),
         url('/cdn/shop/files/pinterest-sans-pro-regular-italic-webfont.woff?v=1672830360') format('woff');
    font-weight: normal;
    font-style: normal;

}

.container{
  display: -webkit-box;
  justify-content: space-around;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  font-family:  'Haas Grot Disp Pinterest';
}
.container *{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.col-md-6{
  width:40%;
}
.col-md-4{
  width:30%;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.card-container{
  width: 440px;
  height: 700px;
  margin-top:50px;
   margin-left:50px;
      margin: 0 auto;
    padding-top: 50px;
}
img.front-pin {
    position: absolute;
    top: 40%;
    width: 30px;
    left: 30%;
}
.bottom-logo{
  display:none;
      position: absolute;
    bottom: 3%;
    left: 43%;
}
.bottom-logo img {
    width: 50px;
}
p#card-region {
    margin-bottom: 10px;
}
.card.front {
    background: #FFE4C1;
    box-shadow: none;
}
.preview{
  position: relative;
  width: 100%;
    height: 100%;

}

.card{
  position: relative;
  width: 100%;
  border:1px solid #ddd;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
  padding: 50px 50px;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  overflow:hidden;
}

.card.back {
  background: #573594;
  text-align: left;
  padding: 50px 50px;
  box-sizing: border-box;
}

.logo{ 
  position: absolute;
  bottom: 85px;
  width: 70px;
  height: 70px;
  right: 120px;
}

.back .logo{ 
  left: 40%;
    top: 43%;
    right: 0;
}

.logo img{
  max-width: 100%;
}
.back .logo img{
  max-width: 100%;
  width: 100%;
}
img.violet-backpin-2 {
    position: absolute;
    top: 25%;
    left: 14%;
    width: 40px;
}
img.violet-backpin-3 {
    position: absolute;
    top: 45%;
    right: 33%;
    width: 54px;
}
img.violet-backpin-1 {
    width: 30px;
    position: absolute;
    top: 10%;
}
.back .pinterest-text{
  float: right;
  position: relative;
  color: white;
  font-weight: 900;
  font-size: xx-large;
  left: 131px;
  bottom: 42px;
  letter-spacing: 0px;
}
.card.back h2 {
  color:#fff;
  margin:0px;
}

.card.back #card-boards,.card.back #card-boards-21{
    color: #cfe8c7;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: inherit;
    text-align: center;
     font-family: 'pinterest_sans_proitalic';
}
.ideas-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card p{
    color: #00432D;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
     font-family: 'pinterest_sans_proregular';
  margin:0;
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
    text-align: center;
    display: block;
    width: 100%;
  
} 
p#card-title,p#card-region {
    font-style: italic;
   font-family: 'pinterest_sans_proitalic';
}

p#card-lastname, p#card-name {
    color: #00432D;
    font-size: 38px;
   
     font-family: 'pinterest_sans_proitalic';
    line-height: 45px;
    font-weight: 400;
  letter-spacing: -1px;
  margin: 0;
display: block;
    width: 100%;
  font-style: italic;
    text-align: center;
}
.bottom-content {
    width: 100%;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
}

p#card-email {
  padding-bottom: 0px;
}


.font-bold{
  font-weight: bold;
}
.social-link img{
  display: inline-block;

}
p.web-name{
  width:100%;
  display: block;
  padding-top:20px;
}
.social-link-block{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  color:#6D6E6D;
  width:100%;
}
p.address{
  padding-top:15px;
}
.social-link{
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-basis: 33%;
  margin-top: 25px;
}
.social-link  img{
  max-width:25px;
  margin-left:10px;
}
.first-letter{
  color:rgb(214, 31, 38);
  font-weight: bold;
  text-transform: uppercase;
  width:20px;
  display: inline-block;
  vertical-align: middle;
}
.form-style-1 {
  margin:10px auto;
  padding: 15px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.form-style-1  p{
  padding: 0;
  display: block;
  margin: 10px 0 0 0;
}
p.pin-id {
    display:none ;
}
.form-style-1 label{
  margin:0 0 6px 0;
  padding:0px;
  display:block;
  font-weight: bold;
  font-size: 13px;
}
.form-control, .form-control-select{
  border: 1px solid #BEBEBE;
  padding: 7px;
  margin: 0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  min-height: 30px;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-size: 14px;
}
.form-control-select{
  height:30px;
}
.form-control:focus{
  -moz-box-shadow: 0 0 8px #88D5E9;
  -webkit-box-shadow: 0 0 8px #88D5E9;
  box-shadow: 0 0 8px #88D5E9;
  border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.form-style-1 .field-long{
  width: 100%;
}
.form-style-1 .field-select{
  width: 100%;
}
.form-style-1 .field-textarea{
  height: 100px;
}
.form-style-1 .btn-submit{
  background: rgb(214, 0, 28);
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  width: 100%;
  height: 30px;
  border-radius:5px;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  border:1px solid transparent;
  cursor: pointer;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus{
  background:transparent;
  color: rgb(214, 0, 28);
  border-color:rgb(214, 0, 28);
}
.form-style-1 .required::after{
  content: '*';
}
.mt-20{
  margin-top:20px;
}
.btn-link{
  color:rgb(214, 0, 28);
  text-decoration: none;
  display: inline-block;
  padding: 8px 15px;
  border-radius:4px;
  border:1px solid rgb(214, 0, 28);
  cursor: pointer;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link.active, .btn-success{
  background:rgb(214, 0, 28);
  color: #fff;
}
#card-boards-21 {
    font-size: 28px !important;
    line-height: 32px !important;
}
@media screen and (max-width:750px){
  .container{
    display: flex;
    flex-direction: column;
  }
  .col-md-6, .col-md-4{
    width:100%;
  }
  .card{
    padding:50px;
  }
}

.red {
  color: red;
}
.info{
  color: #777777;
  font-size: 85%;
}
.info.contact {
  text-align: center;
}

.heading-top{
  letter-spacing: 1px;
  font-size: 22px;
  text-align: center;
}

.business-content-block{
  max-height: calc(100% - 40px);
  overflow-y: auto;
}
.pin-email{
  display:block !important;
}
#card-email {
    display: none;
}