#share {
    left: 50%;
    margin-left: -500px;
    position: fixed;
    top: 223px;
    width: 40px;
    z-index: 5;
}

#share a {
    background: #02bf6f;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: .15s;
    width: 40px;
}

#share i {
    font-size: 20px;
    height: 40px;
    line-height: 42px;
    margin-bottom: 10px;
    left: 0;
    position: absolute;
    top: 0;
    transition: .15s;
    width: 40px;
}

#share i.fa-share {
    font-size: 16px;
    top: -40px;
}

#share a:hover .fa {
    margin-top: 40px;
}

#share a.facebook:hover { background: #3b5998; }
#share a.twitter:hover { background: #1da1f2; }
#share a.linkedin:hover { background: #0077b5; }


#content {
    padding-top: 76px;
    letter-spacing: 1px;
}

.blog-header {
    color: #a0abb1;
    font-size: 18px;
    padding: 50px 15px;
    text-align: center;
}

.blog-title {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px;
    padding-top: 40px;
}

.blog-cat-list {
    margin-top: 30px;
}

.blog-cat-list a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 16px;
}

.blog-cat-list a.active,
.blog-cat-list a:hover {
    color: #2c3436;
}

.blog-post {
    border: 1px solid #ebedef;
    border-radius: 2px;
    color: #606b7b;
    display: block;
    font-size: 17px;
    margin-bottom: 30px;
    padding: 40px 50px;
    transition: .2s;
}

#ds-posts .blocks a:hover,
a.blog-post:hover {
    box-shadow: 0 5px 15px 0 #eee;
}

.blog-post:not(.milestone) .right {
    width: 33%;
}

.blog-post:not(.milestone) .left {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 30px;
    width: 67%;
}

.blog-post .blog-post-thb {
    background: center no-repeat;
    background-size: contain;
    height: 230px;
}

.blog-post-title {
    color: #353d41;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    transition: .2s;
}

.blog-post:hover .blog-post-title {
    color: #02bf6f;
}

.blog-post-meta {
    color: #969faa;
    font-size: 14px;
    margin-top: auto;
}

.blog-post-meta div {
    color: #02bf6f;
    display: inline-block;
    margin-right: 15px;
}

.blog-post.milestone .vc-middle > div {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

.blog-post.milestone .m-title {
    color: #353d41;
    font-size: 30px;
    text-align: left;
}

.blog-post.milestone .m-image {
    text-align: right;
}

.blog-post.milestone .m-value {
    color: #606b7b;
    font-size: 22px;
    margin: 25px 0;
    width: 45% !important;
}

.blog-post.milestone .m-value p {
    color: #000;
    font-size: 70px;
    font-weight: 900;
    margin-bottom: -20px;
}

nav.navigation {
    margin: 75px 0;
    text-align: center;
}

#ds-posts nav.navigation {
    margin: 40px 0 55px;
}

nav.navigation .screen-reader-text {
    display: none;
}

nav.navigation .nav-links > * {
    border-radius: 4px;
    color: #16b56b;
    display: inline-block;
    font-size: 15px;
    font-family: tahoma, sans-serif;
    height: 30px;
    line-height: 30px;
    margin: 8px 5px;
    padding: 0 12px;
    transition: .2s;
    vertical-align: middle;
}

nav.navigation .nav-links > *:hover {
    background: rgba(22,181,107,.1);
}

nav.navigation .nav-links .current {
    background: #16b56b;
    color: #fff;
    cursor: default;
}

nav.navigation .nav-links .prev,
nav.navigation .nav-links .next {
    border: 2px solid #16b56b;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    margin-left: 40px;
    padding: 0;
    text-transform: uppercase;
    width: 105px;
}

nav.navigation .nav-links .prev {
    margin-left: 0;
    margin-right: 40px;
}

nav.navigation .nav-links .prev:hover,
nav.navigation .nav-links .next:hover {
    background: #16b56b;
    color: #fff;
}

.pre-footer {
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
    background-color: #fcf3d3;
    background-image: -webkit-linear-gradient(0deg,#ffe2e2,#fff1c0);
    background-image: linear-gradient(90deg,#ffe2e2,#fff1c0);
}

.pre-footer .row {
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
}

.foj-body form input {
    background: #fff;
    border: 0;
    border-radius: 6px 0 0 6px;
    float: left;
    font-size: 18px;
    height: 80px;
    padding: 0 25px;
    text-align: left;
    width: 80%;
}

.foj-body form input {
    width: 70%;
}

.foj-body form input[type="submit"] {
    background: #02bf6f;
    border: 2px solid #fff;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: .2s;
    width: 20%;
}

.foj-body form input[type="submit"] {
    width: 30%;
}

.foj-body form input[type="submit"]:hover {
    opacity: .8;
}

.no-post {
    margin-bottom: 50px;
    text-align: center;
}

#follow-our-journey {
    background: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    overflow: auto;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#follow-our-journey .foj-row {
    background: #fff;
    border-radius: 6px;
    margin: auto;
    max-width: 630px;
}

#follow-our-journey .foj-body {
    color: #596372;
    font-size: 16px;
    margin: auto;
    max-width: 460px;
    padding: 45px 15px;
    text-align: center;
}

.foj-body .foj-title {
    color: #353d41;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.foj-body form {
    margin-top: 40px;
}

.foj-body form input {
    border: 1px solid #dde1e8;
    font-size: 16px;
    height: 60px;
    width: 70%;
}

.foj-body form input[type="submit"] {
    background: #16b56b;
    border: 0;
    font-size: 14px;
    padding: 0 5px;
    width: 30%;
}

.foj-body ._form-thank-you {
    margin-top: 20px;
}



.post-area {
    color: #333539;
    font-size: 21px;
    line-height: 1.3;
    margin: 50px auto;
    max-width: 810px !important;
    padding: 0 20px;
}

#breadcrumbs {
    color: #02bf6f;
    font-size: 15px;
    margin: 0 0 50px;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs .separator {
    margin: 0 5px;
}

#breadcrumbs .bread-current {
    color: #616b79;
}

.post-title {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.post-meta {
    color: #868e9a;
    font-size: 14px;
    line-height: 1.8;
}

.post-meta > div {
    margin-left: 42px;
}

.post-meta span {
    color: #02bf6f;
}

.p-author,
.ds-count {
    cursor: pointer;
}

.post-meta .avatar {
    border-radius: 16px;
    float: left;
    height: 32px;
    width: 32px;
}

.post-author {
    color: #333539;
    font-size: 21px;
    line-height: 1.6;
    margin: 50px auto;
    max-width: 830px;
    padding: 0 30px;
}

.post-author .pa-title {
    position: relative;
    text-align: center;
}

.post-author .pa-title span {
    background: #fff;
    display: inline-block;
    font-size: 21px;
    font-weight: 800;
    padding: 0 35px 25px;
    position: relative;
    z-index: 2;
}

.post-author .pa-title:after {
    background: #e9eef4;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 15px;
    width: 100%;
}

.post-author .post-meta .avatar {
    border-radius: 35px;
    height: 70px;
    width: 70px;
}

.post-author .post-meta > div {
    margin-left: 100px;
}

.post-thb {
    margin-top: 30px;
    text-align: center;
}

.post-thb img {
    min-width: 200px;
}

.post-body {
    line-height: 1.6;
    margin: 50px 0;
}

.post-body > * {
    font-size: inherit;
    margin: 30px 0;
}

.post-body blockquote {
    border: 0;
    font-size: 136%;
    padding: 0 40px;
}

.post-body blockquote > * {
    background: #02bf6f;
    color: #fff;
    cursor: default;
    font-style: normal;
    line-height: 1.5;
    margin: 8px 0;
    padding: 0 8px;
    transition: .2s;
}

.post-body blockquote:hover > * {
    background: #bef5dc;
    color: #2c3436;
}

.post-body .post-foj {
    background: #fff;
    background: linear-gradient(to top, #f7f7f7, #fff);
    border: 1px solid #e7e7e7;
    padding: 35px;
}

.post-body .post-foj .fojl {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    width: 50%;
}

.post-body .post-foj .fojr {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 48%;
}

.post-body .post-foj button {
    background: transparent;
    border: 2px solid #17946f;
    border-radius: 30px;
    color: #17946f;
    font-size: 15px;
    height: 60px;
    line-height: 58px;
    padding: 0 50px;
    text-transform: uppercase;
}

.post-body .post-foj button:hover {
    background: #02bf6f;
    color: #fff;
}

.post-prev-next:not(:empty) {
    border-bottom: 1px solid #ebebeb;
    color: #656565;
    font-size: 14px;
    padding: 75px 0;
}

.post-prev-next > .row {
    max-width: 1000px;
}

.post-prev-next .prev + .next {
    border-top: 1px solid #ebebeb;
    margin-top: 40px;
    padding-top: 40px;
}

.post-prev-next .text {
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: middle;
    width: 60%;
}

.post-prev-next .prev .text {
    padding: 0 0 0 20px;
    text-align: right;
}

.post-prev-next .img {
    background: left no-repeat;
    background-size: contain;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    width: 39%;
}

.post-prev-next .next .img {
    background-position: right;
}

.post-prev-next .pn-title a {
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    transition: .2s;
}

.post-prev-next .pn-title .fa {
    margin-left: 5px;
}

.post-prev-next .pn-title:hover a {
    color: #02bf6f;
}

.post-prev-next .blog-post-meta div {
    margin: 0;
}

.post-prev-next .img {
    min-width: 150px;
}

.post-area img:not(.no-zoom) {
    cursor: zoom-in;
}

.post-area a > img:not(.no-zoom) {
    cursor: pointer;
}

.image-popup {
    align-items: center;
    background: #fff;
    cursor: zoom-out;
    height: 100%;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9;
}

.image-popup img {
    transition: .4s;
    max-height: 50%;
    max-width: 770px;
}

.image-popup img[src$=".svg"] {
    height: 100%;
    width: 100%;
}

.image-popup.show {
    display: flex;
}

.image-popup img.show {
    max-height: 100%;
    max-width: 100%;
}

.webinar {
    border: 1px solid #ebedef;
    margin-bottom: 30px;
}

.webinar .left {
    color: #606b7b;
    float: left;
    font-size: 17px;
    line-height: 1.5;
    padding: 40px 50px;
    width: 40%;
}

.webinar .right {
    float: left;
    width: 60%;
}

.dss-head iframe,
.dss-head object,
.webinar iframe,
.webinar object {
    display: block;
    width: 100%;
}

.webinar .w-title {
    color: #353d41;
    font-size: 141%;
    margin-bottom: 15px;
}

.ds-labels {
    margin-top: 20px;
    text-align: center;
}

.ds-labels div {
    display: inline-block;
}

.ds-labels button {
    background: #fff;
    border: 2px solid #353d41;
    color: #353d41;
    float: left;
    font-size: 17px;
    font-weight: 500;
    height: 60px;
    margin: 0 -1px;
    padding: 0 30px;
}

.ds-labels button.show,
.ds-labels button:hover {
    background: #353d41;
    color: #fff;
}

.ds-labels button:nth-child(1) {
    border-radius: 10px 0 0 10px;
}

.ds-labels button:nth-last-child(1) {
    border-radius: 0 10px 10px 0;
}

#ds-head {
    margin-bottom: 75px;
}

.dss-content,
.discover-block > div:nth-child(2n-1),
#ds-head .head-iw:nth-child(2n-1) {
    box-shadow: inset 0 0 95px 15px #f1f3f5;
}

.discover-block > div,
#ds-head .head-iw {
    border-bottom: 1px solid #e5e8ed;
    border-top: 1px solid #e5e8ed;
    margin-top: -1px;
    padding: 50px 0;
    text-align: center;
}

#ds-head .vc-middle {
    width: 49%;
}

#ds-head .hi-text {
    padding-right: 25px;
}

#ds-head .text {
    text-align: left;
}

#ds-head .hi-next {
    background: #fff0cb;
    border-radius: 20px;
    color: #e77c14;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px 7px;
    text-transform: uppercase;
}

#ds-head .hi-title {
    color: #353d41;
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 10px;
}

#ds-head .hi-desc {
    color: #5f6369;
    font-size: 17px;
    margin-bottom: 15px;
}

#ds-head button {
    background: #16b56b;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    margin-right: 30px;
    padding: 0 35px;
    transition: .2s;
}

#ds-head button:hover {
    opacity: .8;
}

#ds-head .hi-date {
    color: #3c4246;
    font-size: 16px;
    font-weight: 600;
}

#ds-head .hi-text {
    text-align: left;
}

.head-webinar .hw-icon {
    background: center no-repeat;
    background-size: cover;
    float: left;
    height: 170px;
    width: 170px;
}

.head-interview .hi-icon {
    background: center no-repeat;
    background-size: contain;
    height: 300px;
}

.head-webinar .hw-author {
    color: #5f6369;
    font-size: 15px;
    margin-left: 195px;
    text-align: left;
}

.head-webinar .hw-name {
    color: #02bf6f;
    font-size: 16px;
}

.head-webinar .hw-pos {
    color: #717a84;
    font-size: 14px;
    margin-bottom: 15px;
}

#ds-posts .b-head {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 75px 0;
    text-align: center;
}

#ds-posts .itunes {
    border-top: 1px solid #ebedef;
    padding: 60px 0;
    text-align: center;
}

#ds-posts .blocks {
    margin: -15px -15px 15px;
    text-align: center;
}

#ds-posts .w50 {
    float: left;
    padding: 15px;
    width: 50%;
}

#ds-posts .w50:nth-child(2n+1) {
    clear: both;
}

#ds-posts .w50 a {
    border: 1px solid #ebedef;
    border-radius: 4px;
    display: block;
    padding: 30px;
    text-align: left;
}

#ds-posts .blocks .b-left {
    float: left;
    width: 100px;
}

#ds-posts .blocks .b-right {
    color: #606b7b;
    font-size: 15px;
    margin-left: 150px;
}

#ds-posts .blocks .b-title {
    color: #353d41;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

#ds-posts .blocks .b-date {
    color: #969faa;
    font-size: 14px;
    margin-bottom: 5px;
}

#ds-posts .blocks .b-img {
    background: center no-repeat;
    background-size: contain;
    height: 150px;
}

#ds-posts .body-webinar .blocks .b-img {
    height: 100px;
}

#ds-posts .blocks .b-auth {
    color: #02bf6f;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}

#ds-posts .blocks p {
    margin: 0;
}

#ds-posts .body-interview .b-left {
    float: right;
    width: 150px;
}

#ds-posts .body-interview .b-right {
    margin: 0 200px 0 0;
}

#ds-posts .body-interview .b-date {
    margin: 5px 0 0;
}

.ds-nav a {
    cursor: pointer;
}

.dss-head .dss-links {
    float: right;
    margin-right: -160px;
    width: 230px;
}

.dss-head .dss-video {
    margin-right: 100px;
}

.dss-head .dss-links img {
    margin-bottom: 30px;
}

.dss-content .post-area {
    font-size: 18px;
    line-height: 1.6;
    padding: 50px 15px;
}

.dss-notes {
    border-bottom: 1px solid #ebedef;
}

.dss-notes.dss-res,
.dss-notes > .post-area {
    margin-bottom: 0;
}

.dss-notes .dssn-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 50px 0 30px;
}

.dss-notes .n-body > div {
    border-top: 1px dashed #cacfd6;
    clear: both;
    color: #333539;
    font-size: 18px;
    padding: 20px 0;
}

.dss-notes.dss-res .n-body > div {
    font-size: 20px;
}

.dss-notes .n-body > div:nth-child(1) {
    border: 0;
}

.dss-notes .n-time {
    color: #616b79;
    float: left;
    width: 80px;
}

.dss-notes .n-text {
    margin-left: 100px;
}

.dss-notes .n-links {
    color: #02bf6f;
    font-size: 18px;
}

.dss-notes.dss-res {
    padding-bottom: 30px;
}

.single-area ol,
.single-area ul {
    padding-left: 25px;
}

.single-area > * {
    max-width: 100%;
}




.page-template-tp-discover #content .row {
    max-width: 1100px;
    padding: 0 30px;
}

.discover-bc {
    color: #616b79;
    font-size: 15px;
    padding: 50px 0;
    text-align: center;
}

.discover-bc span {
    color: #02bf6f;
}

.discover-content {
    margin: auto;
    max-width: 600px;
    text-align: center;
}

.discover-content.reg {
    margin-bottom: 70px;
    max-width: 800px;
}

.discover-content.reg h1 {
    margin-bottom: 20px;
}

.discover-content.reg iframe {
    display: block;
    height: 450px;
    width: 100%;
}

.discover-content p {
    color: #808b90;
    font-size: 20px;
}

.discover-content strong {
    color: #3c4246;
}

.discover-video > div {
    float: left;
    margin: 60px 0;
    width: 40%;
}

.discover-video .dv-v {
    color: #353d41;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 60%;
}

.discover-video iframe {
    height: 348px;
    margin-bottom: 10px;
    width: 100%;
}

.discover-video .dv-f {
    color: #353d41;
    font-size: 17px;
    padding-left: 60px;
}

.discover-video form input {
    background: transparent;
    border-radius: 6px;
    display: block;
    font-size: 16px;
    height: 60px;
    margin: 20px 0;
    padding: 0 25px;
    width: 100%;
}

.discover-video form button {
    background: #05a65b;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: .4s;
    width: 100%;
}

.discover-video form button p {
    font-size: 13px;
    margin-bottom: 0;
}

.discover-video form button:hover {
    background: #00934f;
}

.discover-block > div {
    padding: 75px 0;
}

.discover-block .row {
    max-width: 1000px;
    text-align: center;
}

.discover-block .vc-middle {
    color: #5f6369;
    font-size: 17px;
    display: inline-block;
    line-height: 1.7;
    text-align: left;
    width: 49%;
}

.discover-block .db-img {
    text-align: center;
}

.discover-block > div:nth-child(1) .db-img img {
    border: 10px solid #f5f6f8;
    border-radius: 150px;
    height: 300px;
    width: 300px;
}

/*
.discover-block .db-img div {
    background: center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

.discover-block .db-img span {
    display: block;
    border: 10px solid #f5f6f8;
    border-radius: 150px;
    height: 260px;
    margin: auto;
    overflow: hidden;
    padding: 30px;
    width: 260px;
}
*/

.discover-block h3 {
    color: #353d41;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.discover-block.reg .vc-middle {
    padding-left: 30px;
    vertical-align: top;
}

.discover-block.reg .vc-middle:nth-child(1) {
    padding-left: 0;
    padding-right: 30px;
}

.discover-footer h5 {
    color: #8fdab7;
    font-size: 24px;
    font-weight: 400;
    margin-top: -1em;
}

.discover-view-all {
    color: #02bf6f;
    font-size: 24px;
    font-weight: 500;
    padding: 70px 0;
    text-align: center;
}

.discover-block .share a {
    background: #3e599a;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin: 10px 5px 0 0;
    padding: 0 10px;
    transition: .2s;
}
.discover-block .share a.twitter {background: #2aa8e2;}
.discover-block .share a.google {background: #c13a24;}

.discover-block .share a:hover {
    opacity: .8;
}

.discover-block .bottom {
    color: #5f6369;
    font-size: 20px;
    text-align: left;
}

.discover-block .bottom h2 {
    color: #353d41;
    font-size: 200%;
}

.discover-block .bottom h4 {
    color: #808b90;
    font-size: 120%;
    font-weight: 400;
    margin-bottom: 30px;
}

.discover-block .bottom strong {
    color: #353d41;
}

.discover-secure {
    background: #02bf6f;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 80px;
    line-height: 1.6;
    margin: 0 auto 75px;
    max-width: 770px;
    padding: 26px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.discover-secure:hover {
    background: #00934f;
}

.discover-block.reg > .row {
    border-bottom: 0;
    padding: 75px 25px;
}

.discover-block.reg .fbc > *:not(.fb-comments) {
    display: none;
}

.dss-links {
    clear: both;
    text-align: center;
}

.dss-links__item {
    display: inline-block;
}

.dss-head__audio audio {
    width: 100%;
}

.pre-footer__title {
    color: #2c3336;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
    word-spacing: 0;
}

.pre-footer__links {
    padding-top: 25px;
}

.pre-footer__links--btn {
    display: inline-block;
    margin-right: 0;
    border-radius: 8px;
    padding: 18px 27px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    background-color: #2c3336;
    transition: .3s all ease-in-out;
}

.pre-footer__links--btn:hover {
    color: #fff;
    box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, .31);
}

.pre-footer__links--link {
    position: relative;
    top: 1px;
    margin-left: 24px;
    vertical-align: text-bottom;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: 0;
    color: #fff;
    transition: .3s all ease-in-out;
}

.pre-footer__links--link:hover {
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}

.pre-footer__note {
    margin-top: 7px;
    margin-bottom: 0;
    opacity: 0.75;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

@media (max-width: 1200px) {
    .blog-area {
        padding: 0 30px;
    }
    .row {
        max-width: 900px;
    }
    #share {
        bottom: 0;
        display: block !important;
        left: 0;
        margin: 0;
        position: fixed !important;
        top: auto !important;
        width: 100%;
    }
    #share a {
        float: left;
        margin: 0;
        width: 33.33333%;
    }
    #share i {
        width: 100%;
    }
    #share a.facebook { background: #3b5998; }
    #share a.twitter { background: #1da1f2; }
    #share a.linkedin { background: #0077b5; }
    .blog-post {
        padding: 30px;
    }
    .blog-post.milestone .m-title {
        font-size: 24px;
    }
    .blog-post.milestone .m-value p {
        font-size: 40px;
        margin-bottom: -10px;
    }
    .webinar .left {
        font-size: 15px;
        padding: 20px 25px
    }
    #ds-posts .w50 {
        float: none;
        padding: 15px 15px 0;
        width: auto;
    }
    .dss-head .dss-links {
        float: none;
        text-align: center;
        width: 100%;
    }
    .dss-links > div {
        display: inline-block;
        margin: -5px 5px;
    }
    .dss-head .dss-video {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .blog-title {
        font-size: 30px;
    }
    .blog-post {
        padding: 15px;
    }
    #ds-head .v-middle,
    #ds-head .vc-middle,
    .ds-labels div,
    .blog-post.milestone .vc-middle > div {
        display: block;
        text-align: center;
        width: 100% !important;
    }
    .blog-post:not(.milestone) > div {
        display: block;
        float: none;
        font-size: 14px;
        padding: 0 !important;
        width: 100% !important;
    }
    .blog-post-title {
        font-size: 18px;
        margin-top: 20px;
    }
    .post-title {
        font-size: 28px;
    }
    .foj-body form input {
        border-radius: 6px 6px 0 0 !important;
        float: none;
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
        width: 100% !important;
    }
    .foj-body form input[type="submit"] {
        border-radius: 0 0 6px 6px !important;
    }
    .post-area {
        font-size: 16px;
    }
    .post-body > * {
        margin: 20px 0;
    }
    .post-body blockquote {
        padding: 0 20px;
    }
    #ds-head .hi-text,
    .post-body .post-foj {
        padding: 0;
    }
    .post-body .post-foj > div {
        display: block !important;
        margin: 20px;
        text-align: center !important;
        width: auto !important;
    }
    .post-prev-next .row > div {
        display: block;
        padding: 0 !important;
        width: auto;
    }
    .post-prev-next > div {
        display: table;
        width: 100%;
    }
    .post-prev-next .img {
        background-position: center;
        display: table-footer-group;
        text-align: center !important;
    }
    .post-prev-next .prev .text {
        display: table-header-group;
    }
    .webinar > div {
        font-size: 14px;
        float: none !important;
        width: 100% !important;
    }
    .dss-head iframe, .dss-head object,
    .webinar iframe, .webinar object,
    .discover-content.reg iframe {
        height: 250px;
    }
    .ds-labels button {
        display: block;
        float: none;
        font-size: 14px;
        margin: 0;
        padding: 0 10px;
        width: 100%;
    }
    .ds-labels button:nth-child(1) {
        border-radius: 6px 6px 0 0;
    }

    .ds-labels button:nth-last-child(1) {
        border-radius: 0 0 6px 6px;
    }
    #ds-head .head-iw {
        padding: 50px 0;
    }
    #ds-head .hi-right {
        margin-top: 25px;
    }
    .head-webinar .hw-icon {
        float: none;
        margin: auto;
    }
    .head-webinar .hw-author {
        margin: 10px 0 0;
        text-align: center;
    }
    #ds-posts .w50 {
        padding: 10px;
    }
    #ds-posts a > div {
        float: none !important;
        margin: 0 !important;
        text-align: center;
        width: 100% !important;
    }
    #ds-posts .b-left {
        margin-bottom: 15px !important;
    }
    .discover-content p {
        font-size: 16px;
    }
    .discover-content h1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .discover-video > div {
        float: none;
        font-size: 15px;
        margin: 30px 0;
        padding: 0 !important;
        width: 100% !important;
    }
    .discover-block .vc-middle {
        float: none;
        width: 100%;
    }
    .discover-video form button {
        font-size: 12px;
        padding: 20px 10px;
    }
    .discover-video form button {
        font-size: 16px;
        font-weight: 600;
    }
    .discover-block h3 {
        font-size: 24px;
        line-height: 1.3;
    }
    #ds-head button {
        display: block;
        margin: 25px auto;
    }
    .discover-block.reg .vc-middle {
        padding: 10px !important;
    }
    .discover-block.reg .bottom {
        font-size: 14px;
    }
    .discover-block > div:nth-child(1) .db-img img {
        height: 260px;
        width: 260px;
    }

    .dss-links__item {
        width: 25%;
        margin: 0 !important;
    }

    .dss-links__item a {
        display: block;
    }

    .dss-links__item a img {
        display: block;
        width: 100%;
    }

    .pre-footer__title {
        font-size: 32px !important;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .dss-links__item {
        width: 32%;
        height: 59px;
        vertical-align: middle;
    }

    .dss-links__item a {
        display: initial;
    }

    .dss-head img {
        display: block;
        float: none;
        margin: 0 auto 30px auto;
    }

    .dss-links__item a img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .pre-footer__title {
        font-size: 34px !important;
    }

    .pre-footer__links--btn {
        margin-right: 0;
    }

    .pre-footer__links--link {
        margin-left: 0;
    }

    .dss-links__item {
        height: 44px;
    }

    .pre-footer__title {
        font-size: 28px !important;
    }
}

@media (max-width: 375px) {
    .dss-links__item {
        width: 65%;
        margin-bottom: 10px !important;
    }

    .dss-links__item {
        height: auto;
    }

    .dss-links__item a img {
        width: 100%;
    }
}
