.author .ast-container{
	max-width:1450px;
}
.teambox{
	position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox .row {
    display: flex;
    justify-content: center;
    text-align: center;
}
.teambox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 45%;
}
.fa-check:before {
    content: "\f00c";
}

.single-post .post-content .content-inner .jumpcontainer h3 {
    font-size: 25px;
    cursor: pointer;
}
.single-post .jumpcontainer h3 svg {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 12px;
    width: 20px;
}
.single-post .jumpcontainer h3.active svg {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}
.jumpcontainer #jumpbox {
    display: none;
    margin-top: 14px;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    padding: 0px 0px 20px 0px;
    -o-transition: 0.70s;
    margin: 0;
}
.jumpcontainer #jumpbox ul {
    list-style: arabic-indic;
    margin: 0;
    list-style: decimal;
    padding: 0;
}
.jumpcontainer #jumpbox ul li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 5px;
    font-size: 18px;
    padding: 10px;
}
.single-post .post-content .content-inner ul li {
    padding-bottom: 1.5em;
    line-height: 33px;
}
.jumpcontainer #jumpbox ul li a {
    text-decoration: none;
    color:#3b3b3b;
    font-size: 17px;
}
.single-post .learnbox {
    margin-bottom: 40px;
    position: relative;
}
.single-post .learnbox h3 {
    font-size: 25px;
	margin-bottom:18px;
}




#secondary{
	padding-left:0px !important;
}
.single-post #content-bottom {
    display: flex;
    float: none;
    margin: 135px 1px 20px 1px;
}
.single-post .thumbnail_img{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0px, 50px, 0px);
    will-change: transform;
    background-attachment: scroll;
    margin-top: -58px;
    padding: 300px 280px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    text-align: center;
}

.single-post .lwptoc {
	display:none !important;
}

.blog_sidebar .sp-about-author__text a{
	color:#ffb015 !important;
}
.single-post #secondary{
	width:100%;
	margin-top: -15px;
	padding:0px;
}
.single-post #sidebar .widget {
    margin-bottom: 40px;
}
.single-post #recent-posts-1{
	padding:0px !important;
	margin:0px;
}
.single-post #categories-1{
	padding:0px !important;
	margin:0px;
}
.single-post #sidebar h2 {
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    line-height: 35px !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
	font-weight:700;
}
#sidebar ul {
    padding-left: 0px !important;
}
#sidebar li {
    margin-bottom: 10px;
}
#sidebar li::marker {
    display: none !important;
    content: "";
}
.single-post #sidebar ul li a {
    color: #232c2f !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 5px;
    text-decoration: none !important;
}
.single-post .blog_sidebar .box_cont {
    border-top: 1px solid #ccc;
    padding-top: 11px;
   /* padding-left: 40px;
    display: flex;*/
    text-align: center;
    margin-top: 11px;
    width: 100%;
}
.single-post .ctaboxbtm a:hover{
	color:#fff !important;
}
.single-post .blog_sidebar .box_cont a {
    color: #ffb015 !important;
    text-decoration: none !important;
}
.single-post .blog_sidebar .tooltip {
    cursor: pointer;
    margin-left: 6px;
    position: relative;
}
.single-post .blog_sidebar .box_cont img {
    width: 14px !important;
    margin-top: 8px !important;
    height: 14px !important;
}
.single-post .blog_sidebar .tooltip .box {
    background-color: #fff !important;
    border: 1px solid #e4ebed !important;
    border-radius: 20px !important;
    color: #353535 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 175% !important;
    list-style-type: none;
    margin: 0 !important;
    max-width: 271px !important;
    opacity: 0;
    padding: 10px 20px !important;
    position: absolute !important;
    right: -30px !important;
    top: calc(100% + 15px) !important;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    visibility: hidden !important;
    width: 271px !important;
    will-change: transform !important;
    z-index: 100 !important;
}
.single-post .blog_sidebar .tooltip .box:after {
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.single-post .blog_sidebar .tooltip .box:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 25px;
}

.single-post .blog_sidebar .box_cont {
    border-top: 1px solid #ccc;
    padding-top: 11px;
    /*padding-left: 40px;
    display: flex;*/
    text-align: center;
    margin-top: 11px;
    width: 100%;
}
.author-box {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    padding-top: 80px;
}
.author-box .section-title {
    display: grid;
}
.author-box .section-title img {
    height: 150px;
    min-width: 150px;
    position: relative;
    width: 150px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}
.author-box .subheader {
    font-weight: 500 !important;
    margin-top: 15px;
    color: #232c2f;
}
.author-box h1 {
    font-size: 52px;
    font-weight:700;
    color: #0274be;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
}
.social_icons a {
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 27px;
    border: 1px solid #ccc;
}
.scnd_sec .elementor-icon-list-icon {
    display: flex;
    margin-bottom: -25px;
}
.scnd_sec .elementor-icon-list-icon ::before {
    color: #ffb015;
    width: 25px;
    height: 15px;
    display: inline-block;
    left: -2px;
    margin-top: 6px;
    position: relative;
}
.fa-check:before {
    content: "\f00c";
}
.authormedicalreviewer {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    color: #ffb015;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 18px;
    /* margin-right: 19px; */
    padding: 10px 24px 10px 12px;
    border: 1px solid #ccc;
}
.authormedicalreviewer span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ffb015;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-right: 12px;
    width: 35px;
}
.authormedicalreviewer span img {
    height: 19px !important;
    width: 19px !important;
}
.scnd_sec {
    padding: 50px 15px 80px 15px;
}
.scnd_sec .row {
    display: flex;
    border-top: 1px solid #ccc;
}
.scnd_sec .column {
    width: 70%;
    padding-right: 30px;
    padding-top: 10px;
}
.scnd_sec .column1 {
    width: 30%;
    margin-top: 40px;
    height: fit-content;
    border-radius: 13px;
    text-align: center;
}
.guidelinebox {
    border: 1px solid #ccc;
    padding: 20px 18px 10px 18px;
    margin-bottom: -2px;
}
.scnd_sec h2 {
    margin-bottom: 20px;
    color: #075a70;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 600;
}
.scnd_sec .guidelinebox h3 {
    color: #244d61;
    line-height: 38px !important;
    margin-bottom: 15px;
    margin-top: 7px;
    font-size: 28px;
}
.single-post .guidelinebox a {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    border: 2px solid;
    background: #244d61;
    color: #fff;
    border-radius: 0;
    padding: 11px 20px;
    margin-bottom: 22px;
    text-decoration: none !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
}
#posts-by h2 {
    margin-bottom: 25px;
    color: #244d61;
    font-size: 35px;
    margin: 10px 0px 20px 0px;
	font-family:Poppins, Arial, Helvetica, sans-serif;
}
#posts-by .vc_col-sm-4 {
    position: relative;
    width: 50%;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
}
#posts-by .one-press {
    padding-bottom: 20px;
    width: 100%;
}
.one-press-picture {
    border-radius: 15px;
    padding-top: 45%;
    position: relative;
    width: 100%;
}
.orange-links {
    position: relative;
    padding: 1px 20px 1px 20px;
    z-index: 10;
    color: #fff;
    width: 100%;
    left: auto;
    backdrop-filter: blur(1.5px);
   /* background: hsla(0, 0%, 100%, .2); */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(53 88 115 / 63%)), to(#244d61));
    border-radius: 0 0 15px 15px;
}
.author #content{
	background:#fff !important;
}
.one-press-picture img {
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
}
#posts-by h3 {
    color: #fff;
    font-size: 25px;
    margin: 35px 0px;
}
.orange-links p {
    margin-top: 25px;
    margin-bottom: 30px;
}
.orange-links a {
   /* color: #040447;
    background: #f1f1f1;
    padding: 9px 18px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 15px;*/
}

.jumpcontainer #jumpbox ul li:last-child {
    border-bottom: 0px solid #e1e1e1;
}
.jumpcontainer #jumpbox ul li ul {
    margin-top: 1px;
    margin-left: 14px;
}
.accordion p{
	margin-top:0px;
}
.single-post #sidebar h2 {
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    line-height: 35px !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
	    margin-top: 0px;
}
#sidebar ul {
    padding-left: 0px !important;
}
#sidebar li {
    margin-bottom: 10px;
}
#sidebar li::marker {
    display: none !important;
    content: "";
}
.single-post .guidelinebox a:hover {
    border: 2px solid #244d61 !important;
    background: #fff !important;
    color: #244d61 !important;
}
.guidelinebox a:hover{
	border: 2px solid #ffb015 !important;
    background: #fff !important;
    color: #ffb015 !important;
}
.single-post .ctaboxbtm {
    padding: 31px 45px 55px 45px;
    background: #244d61;
    color: #fff;
    -webkit-transition: .55s;
    transition: .55s;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    border-radius: 16px;
    margin-bottom: 40px;
    /* line-height: 60px; */
    text-align: center;
    width: 100%;
}
.single-post .leftboxbtm {
    margin-bottom: 45px;
}
.single-post .leftboxbtm h2 {
    color: #fff;
}
.single-post .ctaboxbtm a {
    background-color: #244d61;
    padding: 11px 26px;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    font-family: Montserrat, sans-serif;
    border: 2px solid #fff;
    font-weight: 600;
}
.single-post .ctaboxbtm a:hover {
    background-color: #ffb015;
    border: 2px solid #ffb015;
}
.single-post .guidelinebox {
    text-align: center;
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 15px 45px 30px 45px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.guidelinebox a {
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    border: 2px solid;
    background: #ffb015;
    color: #fff;
    border-radius: 57px;
    padding: 11px 20px;
    margin-bottom: 22px;
    text-decoration: none !important;
}
.single-post .accordion {
    max-width: 1170px;
    margin: 40px auto 40px;
	padding:0px;
}
.accordion:after{
	content:'' !important;
}
.accordion{
	background-color:transparent !important;
	padding:0px;
}
.accordion:hover{
	background-color:transparent !important;
}
.active, .accordion:hover {
    background-color: transparent !important;
}
.accordion:after {
    content: '';
}
.learnbox .fa-check{
	margin:5px 10px 0px 0px;
	color:#ffb015;
}
.active:after {
    content: "" !important;
}
.single-post .at-item {
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.single-post .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
.single-post .at-title h4 {
    padding: 22px 26px 22px 26px;
    margin: 0 !IMPORTANT;
    font-size: 20px;
    font-weight: 500;
    line-height: 3.5rem;
    color: #040447;
}
.single-post .at-title span {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.single-post .at-title span svg {
    width: 20px;
}
.single-post .at-tab {
    display: none;
    padding: 0px 26px 15px 26px;
    border-top: none;
}
.single-post .at-title.active span {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}


.learnbox li{
	display:flex;
	margin-top:8px;
}



.single-post .fusion-row{
	max-width:100% !important;
}
.single-post #main{
	padding:0px !important;
}
.single-post .ast-container{
	width: 100%;
    max-width: 95%;
}
.single-post #content {
    margin-top: 5%;
}
.single-post #content {
    width: 1200px;
    display: flex;
    float: none;
    margin: 0px auto;
}
.single-post .post {
    width: 100% !important;
    margin-right: 0px;
    Padding: 0px !important;
}
#jumplink .active{
	background-color:transparent;
}
.single-post .post {
    margin-bottom: 0;
}
.single-post .sidebar_auth {
    width: 50%;
    height: 100%;
    padding: 0px 0px 0px 35px;
}
.blog_sidebar {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    /* margin-top: 44px; */
    margin-bottom: 50px;
    /* border-bottom: 0px solid #95A7AC; */
    /* background-color: #F2F7F9; */
    border: 1px solid rgba(32, 78, 95, .3);
    /* border-radius: 10px; */
    padding: 6px 28px 25px 28px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(32, 78, 95, .3);
}
.blog_sidebar .sp-about-author__img {
    width: 100px;
    margin-bottom: 15px;
    margin-top: -66px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}
.jumpcontainer {
    border: 1px solid rgba(32, 78, 95, .3);
    margin-top: 0px !important;
    border-radius: 12px;
    font-size: 17px;
    padding: 20px 22px;
    margin-bottom: 40px;
}
/*.learnbox ul li:before {
    background-image: url(https://seastaddictio.wpenginepowered.com/wp-content/themes/astra/assets/svg/arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 3px;
    margin-top: 10px;
}*/
.scnd_sec .fas {
	margin-left: -15px;
}
/*.scnd_sec span:before {
    background-image: url(https://seastaddictio.wpenginepowered.com/wp-content/themes/astra/assets/svg/arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 14px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: 3px;
    margin-top: 10px;
}*/
.learnbox h2 {
    margin-bottom: 0px;
}
.single-post .sp-about-author__text{
	text-align:center;
}
.single-post h3, h4 {
	color: #244d61;
}
.single-post h2 {
    color: #244d61;
    font-size: 30px;
    font-weight:500;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 33px !important;
    font-weight: 600;
    margin-top: 50px;
}
.single-post h3 {
    color: #244d61;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 33px !important;
    font-weight: 600;
    margin-top: 50px;
}
.learnbox ul {
    margin-left: 0px;
    padding: 0;
}
/*.learnbox span{
	color: #1F2D5C;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.learnbox span {
    color: #8BC34A;
    width: 20px;
    height: 15px;
    display: inline-block;
    left: -15px;
    margin-top: 4px;
    position: relative;
}*/
.fa-check:before {
    content: "\f00c";
}
.single-post .jumpcontainer h3 svg {
    float: right;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 12px;
    width: 20px;
}
.jumpcontainer #jumplink h3:after {
    background-image: url(/wp-content/themes/astra/assets/images/chevron-downarrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    content: '';
    width: 16px;
    height: 10px;
    float: right;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    margin-top: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
    margin-right: 16px;
}
.single-post .jumpcontainer h3.active svg {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(-00deg);
    transform: rotate(-00deg);
}
.single-post #jumplink span{
	color:#244d61;
}
.single-post .learnbox span{
	color:#244d61;
}
.sp-about-author__wrap .sp-about-author__info-wrap .sp-about-author__name {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: var(--global-palette2);
    color: #232c2f;
    font-family: 'Montserrat',sans-serif;
}
.sp-about-author__wrap .sp-about-author__info-wrap .sp-about-author__title {
    font-size: 30px;
    color: var(--global-palette2);
    color: #232c2f !important;
    font-family: 'Montserrat', sans-serif;
}
.blog_sidebar .sp-about-author__social {
    padding: 15px 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.sp-about-author__social a {
    border: 1px solid #ffb015;
    padding: 11px 9px;
    display: flex;
    border-radius: 50px;
    margin: 0 4px;
    text-align: center;
}
.sp-about-author__social a svg {
    width: 22px;
    height: 17px;
}
#content_sec{
	padding:0px !important;
} 
.single-post .image_sec {
    /*width: 100%;
    MAX-WIDTH: 1560px;
    MARGIN: 0 AUTO;*/
    margin-top: 65px;
}
#category-and-time span {
    background-color: #ffb015;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    padding: 7px 21px;
}
/*.fa-folder-open:before {
    color: #49BBEC;
    margin-right: 10px;
}
.fa-folder-open:before {
    content: "\f07c";
}*/
.single-post h1 {
    color: #244d61;
    font-weight: 700;
        margin: 9px 0px 40px 0px;
    font-size: 42px;
    line-height: 53px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
.single-post #top-stats {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(32, 78, 95, .3);
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    padding-bottom: 25px;
    padding-top: 23px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    border-bottom: 0px solid rgba(32, 78, 95, .3);
}
.single-post .one-stat {
    width: 50%;
}
.single-post .lastreserved {
    width: 50%;
    text-align: end;
    opacity: .6;
    font-size: 17px;
	font-family:Poppins, Arial, Helvetica, sans-serif;
}
.single-post .img_txt {
    display: flex;
    line-height: 25px;
}
.single-post .blog_img {
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog_img img {
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    max-width: 60px;
}
.single-post .img_txt {
    display: flex;
    line-height: 25px;
}
.single-post .one-stat-title {
    opacity: .6;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
	font-family:Poppins, Arial, Helvetica, sans-serif;
}
/*#category-and-time span {
    background-color: #1F2D5C;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    padding: 7px 21px;
}*/
.blog_txtM p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.blog_txtM p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.single-post .os-name a {
    color: #244d61 !important;
    text-decoration: none !important;
}
.single-post .os-name a:hover {
    color: #ffb015 !important;
}
.single-post .blog_txtM a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 27px;
}
.single-post .fusion-row{
	max-width:100% !important;
}
.single-post #main{
	padding:0px !important;
}
.teambox .row{
	display: block;
	justify-content:center;
	text-align:center;
}
.teambox {
    position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 50%;
}
.teambox .dce-user_image {
    overflow: hidden;
    position: relative;
    /* width: 100%; */
}
.teambox .dce-user_image a {
    display: flex;
}
.teambox .vc_col-sm-4 .dce-user_content {
}
.teambox .vc_col-sm-4 .user-displayname a {
    font-size: 20px;
    line-height: 40px;
    text-decoration: none !important;
    color: #0274be !important;
    font-family: 'Montserrat';
    font-weight: 700;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: .6;
    font-size: 17px;
    line-height: 22px;
}
.teambox .vc_col-sm-4 .dce-user_image a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
}
.teambox .dce-user_image img {
    margin-bottom: 0 !important;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.teambox .dce-user_content .user-displayname {
    line-height: 32px;
    margin-bottom: 5px;
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    opacity: .6;
    font-size: 17px;
    line-height: 22px;
}

@media only screen and (max-width: 1024px) {
	.recent_posts a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px !important;
}
.recent_posts .recent-posts-content{
	margin-top:-90px;
}
   .teambox .vc_col-sm-4 .dce-user_content{
	   padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
   .single-post h1{
	font-size: 46px;
    line-height: 65px;
   }
   .single-post #content{
	   width:970px;
	   display:block;
   }
   .single-post .sidebar_auth{
	   width:100%;
	   padding:25px 0px 0px 0px;
   }
   #posts-by h3{
	   font-size:20px;
   }
   .one-press-picture{
	   padding:21%;
   }
   .teambox .vc_col-sm-4 .dce-user_content{
	   padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
   .single-post h1{
	font-size: 46px;
    line-height: 65px;
   }
   .single-post #content{ 
	   width:970px;
	   display:block;
   }
   .single-post .sidebar_auth{
	   width:100%;
	   padding:25px 0px 0px 0px;
   }
}
@media only screen and (max-width: 768px) {
	.single-post #content-bottom{
		display:block;
	}
	.scnd_sec .column {
        width: 100%;
    }
	.scnd_sec .column1 {
        width: 100%;
        margin-top: 60px;
    }
	.single-post h1 {
        font-size: 41px;
        line-height: 55px;
    }
	    .blog_under_sec {
        text-align: center;
    }
	    .single-post #top-stats {
        display: block;
    }
	    .single-post .one-stat {
        text-align: center;
        width: 100%;
    }
	    .single-post .lastreserved {
        width: 100%;
        text-align: center;
    }
	    .single-post .img_txt {
        display: block;
    }
	    .single-post .blog_img {
        margin-top: 25px;
    }
	.single-post .image_sec{
		margin-top:75px;
	}
	.single-post #content{
		width:740px !important;
		padding-left:30px;
	}
	.scnd_sec .column {
        width: 100%;
    }
	.scnd_sec .column1 {
        width: 100%;
        margin-top: 60px;
    }
	.single-post h1 {
        font-size: 41px;
        line-height: 55px;
    }
	    .blog_under_sec {
        text-align: center;
    }
	    .single-post #top-stats {
        display: block;
    }
	    .single-post .one-stat {
        text-align: center;
        width: 100%;
    }
	    .single-post .lastreserved {
        width: 100%;
        text-align: center;
    }
	    .single-post .img_txt {
        display: block;
    }
	    .single-post .blog_img {
        margin-top: 25px;
    }
	.single-post .image_sec{
		margin-top:75px;
	}
	.single-post #content {
        width: 100% !important;
        padding-left: 0;
    }
	.single-post .thumbnail_img {
		padding: 0;
		width: 100%;
		height: 300px;
	}
	.single-post #content-bottom {
		margin-top: 77px ;
	}
}
@media only screen and (max-width: 768px) {
	.single-post .at-title h4{
		padding:22px 8px 22px 15px;
	}
   .teambox .vc_col-sm-4 {
    /* float: left; */
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
    }
   .teambox .row{
	display:block;
    }
    .teambox .vc_col-sm-4 .dce-user_content {
        padding: 30px;
    }
	.scnd_sec .row{
		display:block;
	}
	.author-box h1{
		font-size:60px;
	}
	#posts-by .vc_col-sm-4{
		width:100%;
	}
	.one-press-picture{
		padding:25%;
	}
	.single-post{
	background:#fff !important;
}
}
@media only screen and (max-width: 425px){
.single-post .thumbnail_img{
	padding:0px;
	height:200px;
}
.single-post #content-bottom{
	margin:100px 1px 20px 1px;
}

    .author-box h1 {
        padding: 0px 10px;
        font-size: 33px !important;
        line-height: 45px !important;
    }     
    .single-post h1 {
        font-size: 30px;
        line-height: 40px;
		margin:25px 0px;
    }
	.single-post .image_sec{
		margin-top:50px;
	}
	.single-post #content {
        width: 415px !important;
        padding-left: 10px;
		margin-top:60px;
    }
	.single-post h2{
		font-size:32px;
		line-height:40px;
	}
	.single-post h3 {
       font-size: 20px;
	}
	.single-post .at-title h4{
		line-height:2.5rem;
	}
	.single-post .guidelinebox{
		padding:15px 20px 30px 20px;
	}
	.single-post .ctaboxbtm{
		padding:31px 20px 55px 20px;
	}
}


	.teambox .row{
	justify-content:center;
	text-align:center;
}
.teambox {
    position: relative;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.teambox.contributorbox .vc_col-sm-4 {
    float: left;
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 0 !important;
    width: 33%;
}
.teambox .dce-user_image {
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    /* width: 100%; */
}
.teambox .dce-user_image a {
    display: flex;
}
.teambox .vc_col-sm-4 .dce-user_content {
    position: relative;
    padding: 20px;
    z-index: 10;
    color: #232c2f;
    width: 100%;
    left: auto;
    text-align: center;
    float: left;
}
.teambox .vc_col-sm-4 .user-displayname a {
}
.teambox .dce-user_content .user-custommeta {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}
.teambox .vc_col-sm-4 .dce-user_image a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.63%, rgba(36, 55, 70, 0)), to(#243746));
}
.teambox .dce-user_image img {
    margin-bottom: 0 !important;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.teambox .dce-user_content .user-displayname {
    line-height: 32px;
    margin-bottom: 5px;
    font-family:Poppins, Arial, Helvetica, sans-serif;
    color: red;
}
.teambox .dce-user_content .user-custommeta {
    color: #333;
    opacity: 1;
    font-size: 17px;
    line-height: 22px;
}
@media only screen and (max-width: 1024px) {
   .teambox .vc_col-sm-4 .dce-user_content{
	   padding:15px;
   }
   .teambox .vc_col-sm-4 .user-displayname a {
    font-size: 22px;
    line-height: 25px;
   }
}
@media only screen and (max-width: 768px) {
   .teambox .vc_col-sm-4 {
    /* float: left; */
    margin-bottom: 35px !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100%;
    }
   .teambox .row{
		display:block;
    }
    .teambox .vc_col-sm-4 .dce-user_content {
        padding: 30px;
    }
	
}
#jumplink h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.single-post #secondary .widget {
  
    padding: 1em;
    margin-bottom: 1em;
}
.single-post .sidebar_auth #secondary .widget {
    padding: 1em !important;
	margin-bottom: 1em !important;
}