.pm-card-value.pm-difl.pm_linked_in_btn{
    width: 100% !important;
}

.pg-sig {
  position: relative;
  box-sizing: border-box;
    height: 34px;
 width: 100%;
     max-width: 175px;
  background-color: #0B78B7;
  vertical-align: center;
  font: 500 14px/40px Roboto;
  letter-spacing: 0.65px;
  color: white;
  padding-left: 58px;
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24);
  overflow: hidden;
line-height: 34px;
    margin: 0px auto;
}

.pg-sig:hover {
  background-color: #0469A0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .24);
}

.pg-sig:active {
  background-color: #066093;
}

.pg-ico-wrapper {
    position: absolute;
    top: 0px;
    left: -4px;
    width: 42px;
    height: 34px;
    background-color: #0568a2;
    border: 1px solid #085B8C;
    border-radius: 0px;
    box-sizing: border-box;
}

.pg-ico-wrapper i {
    font-size: 25px;
    margin-left: 11px;
    margin-top: 2px;
}


.pm-shortcode-single-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
}


span.pm_resume_attachment a  {
    border: 1px solid #c36 !important;
    padding: 6px 12px;
    border-radius: 3px;
	    transition: all .3s;
}

span.pm_resume_attachment .attachment_icon{
	display: inline-block;
    margin-right: 6px;
	    line-height: 0px;
}


span.pm_resume_attachment .attachment_icon svg {
    width: 32px;
    height: 32px;
}

span.pm_resume_attachment .attachment_icon svg,
span.pm_resume_attachment .attachment_icon svg path {
    fill: #c36 !important;
}

span.pm_resume_attachment a:hover {
    background-color: #c36 !important;
    color: #fff;
}

span.pm_resume_attachment a:hover svg,
span.pm_resume_attachment a:hover svg path{    fill: #fff !important;}

span.pm_resume_attachment a {
    color: #c36;
    display: flex;
    align-items: center;
}