body {
    font-family: "roboto", sans-serif;
}
.articledtpage {
    max-width: 900px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0 auto;
}
.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: left;
}
.breadcrumb ul li a{
    color: #55585d;
    text-decoration: none;font-weight: normal;
}
.breadcrumb ul li.active a{
    color: #000;
    text-decoration: none;font-weight: normal;
}
.breadcrumb ul li {
    margin-left: 5px;
}
.breadcrumb ul li:after {
    content: ">";
    margin-left: 5px;
    color: #55585d;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.shortdesc h1 {
    font-size: 35px;
    margin: 30px 0 10px;
    color: #55585d;
    line-height: 1.4;
}

.storyshare{border: 1px solid #00000060;
    border-radius: 20px;
    padding: 5px 12px !important;position: relative;    cursor: pointer;}

.storyshare:hover .sharelist{visibility: visible;
    opacity: 1;}

.storyshare ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    justify-items: flex-start;
    flex-wrap: wrap;
}
.sharenew ul li .btnbox svg {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 100%;
    padding: 4px;
    margin-right: 16px;
    width: 25px;
    height: 25px;
}
.sharenew ul li .btnbox {
    display: inline-flex;
    background: transparent;
    border: none;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.sharenew ul li {
    border-bottom: 1px solid rgb(226, 226, 226);
    text-align: left;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    max-width: 100% !important;
    width: 100% !important;
}

.sharenew .sharelist {
    padding: 14px;
    width: 150px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    z-index: 199;
    top: 46px;
    visibility: hidden;
    opacity: 0;
    left: -9px;
}

.breadcrumb ul li:first-child {
    margin-left: 0;
}
.articlewrapper {
    padding: 30px 0px 10px;
    max-width: 75%;
    margin: 0 auto;
}
.articlewrapper .shortdesc p, .fullcontent .contentinnr p {
    font-size: 17px;
    line-height: 26px;
    color: #606669;
    margin-bottom: 16px !important;
}
.actionbtn {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-top: 20px;
    border-bottom: 1px solid #00000060;
    flex-wrap: wrap;    border-top: 1px solid #00000060;justify-content: space-between;
}
 .actionbtn label.head{width: 100%;color: #55585d;
    padding: 0 0 15px;
    font-weight: bold;
    font-size: 18px;}
.actionbtn .rightc{ width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;flex-wrap: wrap;}
  .actionbtn .leftc  {    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    flex-wrap: wrap;}
a.sharestory {
    border: 1px solid #00000060;
    display: flex;
    align-items: center;
    height:28px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #333;
    text-decoration: none;
    text-align: center;min-width: 47px;justify-content: center;
}
.actionbtn .savepost {
    border: 1px solid #dfdfdf;
    width: auto !important;
    display:flex;
    height: 28px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 10px;
    justify-content: space-between;
    justify-items: center;
    border: 1px solid #00000060;
    font-size: 12px;
    position: relative;
    align-items: center;
    font-weight: 400;
}
.actionbtn .savepost label{cursor: pointer;}
.actionbtn .savepost input, .actionbtn .likepost input {
    margin-top: 0px;
    visibility: hidden;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
}
.actionbtn .savepost input:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f097";
    position: absolute;
    visibility: visible;
    margin-top: 0px;
    font-size: 18px !important;
    color: #5f6368;
    width: auto !important;
    left: 15px !important;
    top: -1px;
    line-height: 36px !important;
}
.actionbtn .likepost {
    border: 1px solid #dfdfdf;
    height: 28px !important;
    padding: 0 10px !important;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 10px;
    justify-content: space-between;
    justify-items: center;
    border: 1px solid #00000060;
    font-size: 12px;
    position: relative;
    align-items: center;
    font-weight: 400;display:flex;background: #e8f7e7;
}

.authorrow {
    display: flex;    align-items: center;
}
.authorrow .authorimg {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    overflow: hidden;
}
.authorrow .authorimg img {
    width: 100%;
    background: #000;
}
.authorimg img{width:100%; height: auto;}
.authorinfo h6, .authorinfo p {
    margin: 0;
}
.authorinfo h6 {
    color: #478afa;
    line-height: 31px;
    font-weight: 600;
    font-size: 18px;
}
.authorinfo {
    padding-left: 12px;
}
.authorinfo p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
.featuredimage img {
    width: 100%;margin-top: 10px;
}
.fullcontent .contentinnr {
    padding: 30px 0px 0px;
    margin: 0 auto;
    max-width: 75%;
}

.featuredimage {
    height: 450px;
}

.featuredimage img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.fullcontent .contentinnr ul li {
    font-size: 17px;
    line-height: 29px !important;
    font-family: "roboto", sans-serif;
    color: #646464;
}
.featuredimage ~ small {
    font-size: 12px;
    display: block;
    margin: 10px auto 20px;
    padding: 8px 16px 8px;
    color: #646464;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 1;
    position: relative;
}
p.mobileOpening {
    padding-bottom: 0px !important;
}
.profileUpload input[type="file"] {
    padding-left: 14px;
}
button.button.mobSubmit.formsum-btn.savedraft.sumbitBtn {
    background: #ccc !important;
    color: #000;
    padding: 0;
    border-color: #ccc !important;
    width: 130px;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    border-color: #ccc;
    margin-right: 10px;
    text-transform: uppercase;
}

