/* top detail section styles copied from blog-detail.css */

.top-detail-section .container,
.blog-detail-section .container,
.susbcribe-section .container {
    width: 1500px;
}

.top-detail-section {
    position: relative;
    padding-top: 95px;
}
.top-detail-section:before {
    height: 440px;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat:no-repeat;
}
.top-detail-section.lazyloaded:before {
    background-image: url('../images/detail-bg.png');
}
.top-detail-section .container {
    display: flex;
    z-index: 99;
    position: relative;
    align-items:center;
    min-height: 440px;
}
.left-detail {
    position: relative;
    margin-right: 50px;
    width:437px;
}
.left-detail img {
    border-radius: 100%;
    width:437px;
    height:437px;
    object-fit:cover;
}

.top-detail-section .left-detail + h2 {
    line-height: 65px;
    color: #23394c;
    font-size: 50px;
    font-family: 'p22_mackinacregular';
    font-weight: 600;
    width: 730px;
    /* padding: 40px 0 0 30px; */
    padding: 0 0 0 30px;
}

/* media query overrides */
@media(max-width:1650px) {
    .banner-inner-section .container, .top-detail-section .container,
    .blog-detail-section .container,
    .susbcribe-section .container {
        width: 1200px;
    }
    .left-detail img, .image-blog-detail img {
        width: 100%;
    }
    
    .top-detail-section .left-detail + h2 {
        font-size: 45px;
        width: 680px;
    }
}

@media(max-width:1366px) {
    .banner-inner-section .container, .top-detail-section .container,
    .blog-detail-section .container,
    .susbcribe-section .container {
        width: 1080px;
    }
    /*.top-detail-section h1 {
        font-size: 36px;
        width: 525px;
        line-height: 55px;
    }*/
    .top-detail-section .left-detail + h2 {
        font-size: 36px;
        width: 525px;
        line-height: 55px;
    }
    .left-detail, .image-blog-detail {
        width: 430px;
    }
    .left-detail {
        width:400px;
        height:400px;
    }
    .left-detail img {
        /* width/height set above */
    }
}

@media(max-width:1199px) {
    .top-detail-section:before {
        background-position: right;
        height: 380px;
    }
    .left-detail {
        left: 0;
    }
    .top-detail-section {
        padding-top: 80px;
    }
    .top-detail-section .container {
        min-height: 380px;
    }
    .top-detail-section .left-detail + h2 {
        font-size: 34px;
        line-height: 52px;
    }
}

@media(max-width:991px) {
    .top-detail-section .left-detail + h2 {
        font-size: 32px;
        width: 520px;
        line-height: 42px;
        padding: 25px 0 0 30px;
    }
    .top-detail-section::before {
        height: 340px;
    }
    .top-detail-section .container {
        min-height: 290px;
    }
}

@media(max-width:767px) {
    .top-detail-section .container {
        display: inherit;
        min-height: 290px;
    }
    .left-detail {
        width: 300px;
        margin: auto;
        height: 300px;
    }
    .left-detail img {
        width: 300px;
        height: 300px;
    }
    .top-detail-section::before {
        height: 310px;
    }
    .top-detail-section .left-detail + h2 {
        width: 100%;
        padding: 25px 0 0 0;
    }
}


@media(max-width:585px) {
    .top-detail-section .left-detail + h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .top-detail-section::before {
        height: 340px;
    }
    .top-detail-section .container {
        width: 80%;
        min-height: 290px;
    }
    .virtual-text {
        font-size: 27px;
    }
}

@media(max-width:479px) {
    .top-detail-section .container {
        width: 85%;
        min-height: 200px;
    }
    .top-detail-section {
        padding: 60px 0px 30px 0px;
    }
    .top-detail-section::before {
        height: 250px;
    }
    .left-detail img {
        width: 250px;
        height: 250px;
    }
    .author-description p {
        font-size: 16px !important;
        line-height: 28px !important; 
    }
}

@media(max-width:319px) {
    .left-detail, .image-blog-detail {
        width: 220px;
    }
    .left-detail img {
        width:220px;
        height:220px;
    }
    .top-detail-section::before {
        height: 230px;
    }
    .top-detail-section .container {
        min-height: 180px;
    }
}

/* author description should match right-blog-detail paragraph styling */
.author-description p {
    color:#595959;
    font-size:26px;
    line-height: 42px;
    padding-bottom: 45px;
}

/* spacing adjustments for author archive */
.author-header {
    margin-top: 30px;
    margin-bottom: 60px; /* gap between bio and posts */
}
.author-posts-section {
    display: inline-block;
    width: 100%;
    padding-bottom: 150px; /* extra space after list of articles */
}
.author-description p:last-child {
    padding-bottom: 0;
}

/* banner styles from global.css */
.banner-section {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
}

.banner-section.lazyload {
  opacity: 0;
}
.banner-section.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: #f7f7f7;
  /*background: #f7f7f7 url(../images/loader.gif);*/
  background-size: 200px auto !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-section.lazyloaded {
  opacity: 1;
  transition: opacity 9ms;
}

/* banner-inner-section defaults (templates referenced but safe for author) */
.banner-inner-section .container,
.banner-inner-section .container {
    /* fallback if not overridden by template-specific rules */
}
.banner-inner-section p {
    font-size:18px;
}
.banner-inner-section .small_heading {
    text-transform: uppercase;
    font-family: 'gt_america_trialexp_md';
    color: #fff;
    font-size: 18px;
}
.banner-inner-section h1,
.banner-inner-section .heading_content {
    color:#ecedf0;
}

.banner-inner-section h1, .banner-inner-section .heading, .top-detail-section .blog-detail-title {
    font-size:71px;
}

.banner-inner-section .heading_content {
    font-size:42px; 
    padding-top:30px;
    float:left;
}

.virtual-text {
    font-size: 52px;
    color: #23394c;
    padding-bottom: 50px;
}

.page-template-default .white-border-line {
    height: 1px;
    width: 520px;
    background: #fff;
    margin: 15px 0 20px 0;
}

.page-template-default .border-line,
.page-template-terms .border-line {
    position: absolute;
    left: -13px;
    bottom: -88px;
    width: 13px;
    height: 203px;
    background: #6fc097;
}

/* recent-article section styles copied from blog.css */
.recent-article {
    background:#fdfdfd;
    padding:120px 0 230px 0;
    overflow: hidden;
    position: relative;
}
.recent-article:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height:827px;
}
.blog-feature-section.lazyloaded:after {
    background-image: url("../images/bg-bottom-filter.jpg");
}
.recent-article:before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:827px;
}
.blog-feature-section.lazyloaded:before {
    background-image: url("../images/bg-top-filter.jpg");
}
.recent-article .container {
    position: relative;
    z-index: 99;
}
.all-blog-art {
    padding-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}
.single-blog-art {
    width:550px;
    margin:0 25px 60px 80px;
    float: left;
    position: relative;
}
.blog-img-art {
    width:350px;
    margin-bottom: 40px;
}
.blog-img-art img {
    width: 350px;
    border-radius: 100%;
    height:350px;
    object-fit:cover;
}
.single-blog-art h2 a {
    color:#23394c;
    font-size: 28px;
    font-family: 'p22_mackinacregular';
}
.single-blog-art h2 a:hover {
    color:#6fc097;
}
.single-blog-art p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-family: 'rundaw00-lightregular';
    line-height: 30px;
    color:#595959;
}
.single-blog-art h3 {
    padding:15px 0 15px 0;
    color:#2b2a2a;
    font-size: 18px;
    font-family: 'rundaw00-normalregular';
}
.blog-btn {
    font-size: 17px;
    background: #457373;
    border:2px solid #457373;
    font-family: 'Conv_GT-America-Expanded-Bold';
    padding:20px 60px;
    color:#fff;
    clear: both;
    display: none;
    margin-top: 30px;
}
.blog-btn:hover {
    color: #457373;
    background: none;
}
.single-blog-detail {
    position: relative;
    min-height: 270px;
}
.single-blog-art:hover .single-blog-detail:before {
    width: 11px;
    position: absolute;
    left: -55px;
    top: 0;
    background: #6fc097;
    height: 100%;
    content: "";
}
.single-blog-art:hover .single-blog-detail .blog-btn {
    display: inline-block;
}
.single-blog-art:nth-child(even){
    top: 155px;
    position: relative;
}
.border-single-art {
    width:11px;
    position: absolute;
    left:-55px;
    top:0;
    background: #6fc097;
    height: 100%;
}

/* load‑more button + loader (copied from blog.css) */
.more-blog {
    position: relative;
    clear: both;
    /*display:inline-block;*/
    display:block;
    margin:-45px 0 0 80px;
    margin-bottom: 60px; /* extra space below load more button */
}
.more-blog a {
    font-size: 26px;
    border-top:1px solid #535353;
    color:#6fc097;
    padding-top:10px;
    font-family: 'p22_mackinacregular';
}
.more-blog a:hover {
    color:#23394c;
}
.more-blog img#loader_img_1 {
    width: 45px !important;
    position: absolute;
    left: 255px;
    top: -12px;
}

/* responsive adjustments copied from blog.css */
@media(max-width:1440px) {
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 1200px;
    }
    .all-blog-art {
        padding-top: 50px;
    }
    .single-blog-art h2 a {
        font-size: 26px;
    }
    .blog-img-art {
        width: 300px;
    }
    .blog-img-art img {
        width: 300px;
        height: 300px;
    }
    .more-blog {
        margin: -15px 0 0 80px;
    }
    .recent-article {
        padding:100px 0 200px 0;
    }
    .single-blog-art {
        width: 490px;
    }
    .single-blog-art:nth-child(2n) {
        top: 120px;
    }
    .single-blog-detail {
        min-height: 273px;
    }
}

@media(max-width:1366px) {
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 1080px;
    }
    .all-blog-art {
        padding-top: 50px;
    }
    .single-blog-art h2 a {
        font-size: 26px;
    }
    .blog-img-art {
        width: 300px;
    }
    .blog-img-art img {
        width: 300px;
        height: 300px;
    }
    .more-blog {
        margin: -15px 0 0 80px;
    }
    .left-subscribe h2 {
        font-size: 70px;
    }
    .right-subscribe {
        width: 670px;
    }
    .susbcribe-section {
        padding: 60px 0 80px 0;
    }
    .input-sub input {
        font-size: 30px;
    }
    .left-subscribe {
        padding-top: 40px;
    }
    .recent-article {
        padding:100px 0 200px 0;
    }
    .single-blog-art {
        width: 490px;
    }
    .single-blog-art:nth-child(2n) {
        top: 120px;
    }
    .blog-slider .slick-prev, .blog-slider .slick-next {
        bottom: 92px;
    }
    .single-blog-detail {
        min-height: 273px;
    }
}

@media(max-width:991px) {
    .recent-hide-cls.blog-feature-section {
        padding: 120px 0 125px 0;
    }
    .erase-text-cls {
        top: 8px;
    }
    .recent-article.lazyloaded:after {
        background-image: url("../images/m-bg-bottom-filter.jpg");
    }
    .recent-article.lazyloaded:before {
        background-image: url("../images/m-bg-top-filter.jpg");
    }
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 720px;
    }
    .virtual-text {
        font-size: 32px;
        padding-bottom: 15px;
    }
    .blog-detail-slider p, .left-subscribe p {
        font-size: 18px;
        line-height: 28px;
    }
    .image-blog-slider {
        width: 300px;
    }
    .image-blog-slider img {
        width: 300px;
        height: 300px;
    }
    .white-border-line {
        width:265px;
    }
    .banner-inner-section .heading_content {
        line-height: 30px;
    }
}

/* responsive rules copied from global.css for banner headings */
@media(max-width:1699px) {
    .banner-inner-section h1,
    .banner-inner-section .heading,
    .top-detail-section .blog-detail-title {
        font-size:66px;
    }
}

@media(max-width:1650px) {
    .banner-inner-section h1,
    .banner-inner-section .heading,
    .top-detail-section .blog-detail-title {
        font-size:62px;
    }
}

@media(max-width:1199px) {
    .banner-inner-section h1,
    .banner-inner-section .heading,
    .top-detail-section .blog-detail-title {
        font-size:55px;
    }
    .banner-inner-section .heading_content {
        font-size:29px;
        padding:30px 0 0 0;
    }
}

@media(max-width:991px) {
    .banner-inner-section h1,
    .banner-inner-section .heading,
    .top-detail-section .blog-detail-title {
        font-size:46px;
        line-height:56px;
    }
    .banner-inner-section .heading_content {
        font-size:22px;
        padding:20px 0 0 0;
    }
}

@media(max-width:767px) {
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 80%;
    }
    .recent-article {
        padding: 80px 0;
    }
    .single-blog-art {
        margin: 0 auto 50px auto;
        float: none;
    }
    .more-blog {
        margin: 20px auto 0 auto;
        width: 320px;
    }
    .more-blog a {
        font-size: 22px;
    }
    .banner-inner-section .container {
        padding: 140px 0 0 0;
        min-height: 340px;
    }
    .white-border-line {
        width: 260px;
        border-color:#f3f1ed;
    }
    .banner-inner-section .heading_content, .top-detail-section .blog-detail-title {
        /*display: none;*/
        font-size: 38px;
    }
    .banner-inner-section h1 br, .top-detail-section .blog-detail-title br {
        display: none;
    }
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 80%;
    }
    /* plus earlier 767 rules from blog.css for top-detail maybe but not necessary */
}

/* additional responsive rules copied from blog.css */
@media(max-width:1799px) {
    .banner-inner-section .container {
        padding: 200px 0;
    }
    .white-border-line {
        width:355px;
    }
}
@media screen and (min-width:1690px) and (max-width: 1799px) {
    
}

@media(max-width:1650px) {
    .border-line {
        width: 11px;
        height: 210px;
        bottom: -80px;
    }
    .virtual-text {
        font-size: 45px;
        padding-bottom: 40px;
    }
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 1200px;
    }
    .image-blog-slider {
        width: 500px;
    }
    .blog-detail-slider {
        width: calc(100% - 500px);
    }
    .blog-detail-slider p, .left-subscribe p {
        font-size: 22px;
        line-height: 36px;
    }
    .all-blog-art {
        padding-top: 90px;
    }
    .input-search, .right-category select {
        font-size: 24px;
    }
    .single-blog-art h2 a {
        font-size: 26px;
    }
    .blog-img-art {
        width: 300px;
    }
    .blog-img-art img {
        width: 300px;
        height: 300px;
    }
    .top-article {
        padding-top: 10px;
    }
    .more-blog {
        margin: -15px 0 0 80px;
    }
    .left-subscribe h2 {
        font-size: 70px;
    }
    .right-subscribe {
        width: 670px;
    }
    .susbcribe-section {
        padding: 60px 0 80px 0;
    }
    .input-sub input {
        font-size: 30px;
    }
    .left-subscribe {
        padding-top: 40px;
    }
    .recent-article {
        padding:100px 0 200px 0;
    }
    .single-blog-art {
        width: 490px;
    }
    .single-blog-art:nth-child(2n) {
        top: 120px;
    }
    .blog-slider .slick-prev, .blog-slider .slick-next {
        bottom: 92px;
    }
    .single-blog-detail {
        min-height: 273px;
    }
    .erase-text-cls::before, .erase-text-cls::after {
        top: -7px;
    }
    
    .right-subscribe .gform_wrapper .top_label input.medium {
        font-size: 30px !important;
    }
}

@media(max-width:1366px) {
    .virtual-text {
        font-size: 40px;
        padding-bottom: 35px;
    }
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 1080px;
    }
    .image-blog-slider img {
        width:400px;
        height:400px;
    }
    .image-blog-slider {
        width: 400px;
    }
    .blog-detail-slider {
        width: calc(100% - 400px);
    }
    .blog-feature-section {
        padding: 120px 0 95px 0;
    }
    .blog-detail-slider .small-title {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .blog-detail-slider {
        padding-left: 30px;
    }
    .single-blog-art {
        width: 460px;
        margin: 0 25px 50px 50px;
    }
    .single-blog-detail {
        min-height: 225px;
    }
    .blog-img-art {
        width: 250px;
        margin-bottom: 30px;
    }
    .blog-img-art img {
        width: 250px;
        height: 250px;
    }
    .single-blog-art p {
        font-size: 18px;
        line-height: 26px;
    }
    .single-blog-art h2 a {
        font-size: 22px;
    }
    .single-blog-art h3 {
        padding: 10px 0;
        font-size: 16px;
    }
    .blog-btn {
        font-size: 15px;
        padding: 15px 50px;
        margin-top: 20px;
    }
    .more-blog {
        margin: 20px 0 0 50px;
    }
    .more-blog a {
        font-size: 24px;
    }
    .left-subscribe h2 {
        font-size: 60px;
    }
    .right-subscribe {
        width: 590px;
    }
    .input-sub input {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .susbcribe-section {
        padding: 60px 0;
    }
    .all-blog-art {
        padding-top: 70px;
    }
    
    .right-subscribe .gform_wrapper .top_label input.medium {
        font-size: 25px !important;
        padding-bottom: 20px !important;
    }
    .right-subscribe .gform_wrapper {
        margin:0 ;
    }
    .right-subscribe .gform_wrapper .gform_footer {
        margin-top:20px;
    }
    .blog-detail-slider h4 {
        font-size: 16px;
    }
}
@media(max-width:1199px) {
        .top-detail-section .container {
              width: 900px;
    }
    .blog-slider .slick-prev, .blog-slider .slick-next {
        bottom: 80px;
    }
    .border-line {
        width: 7px;
        height: 130px;
        bottom:-65px;
    }
    .banner-inner-section .small_heading { 
        font-size:14px;
    }
    .banner-inner-section .container {
        padding: 120px 0;
    }
    .virtual-text {
        font-size: 35px;
    }
    .image-blog-slider img {
        width: 350px;
        height: 350px;
    }
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 900px;
    }
    .blog-detail-slider p, .left-subscribe p {
        font-size: 20px;
        line-height: 32px;
    }
    .right-subscribe {
        width: 490px;
    }
    .left-subscribe h2 {
        font-size: 55px;
    }
    .single-blog-detail:hover:before {
        width: 7px;
        left: -35px;
    }
    .single-blog-art {
        width: 370px;
    }
    .single-blog-art:nth-child(2n) {
        top: 80px;
    }
    .right-subscribe .learn-more button {
        width: 126px;
        height: 126px;
        font-size: 16px;
        line-height: 118px;
    }
    
    .right-subscribe .gform_wrapper .gform_footer button {
        width: 126px;
        height: 126px;
        font-size: 16px;
    }
    .single-blog-detail {
        min-height: 242px;
    }
}
@media(max-width:1024px){
    .left-detail {
    margin-right: 20px;
}
    .left-detail img {
        height: 380px !important;
        width: 380px !important;
    }
   
    .top-detail-section {
        padding-left: 20px;
    }

}

@media(max-width:991px) {
       .top-detail-section .container {
              width: 720px;
    }
    .recent-hide-cls.blog-feature-section {
        padding: 120px 0 125px 0;
    }
    .erase-text-cls {
        top: 8px;
    }
    .recent-article.lazyloaded:after {
        background-image: url("../images/m-bg-bottom-filter.jpg");
    }
    .recent-article.lazyloaded:before {
        background-image: url("../images/m-bg-top-filter.jpg");
    }
    .banner-inner-section .container {
        padding: 90px 0;
    }
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 720px;
    }
    .virtual-text {
        font-size: 32px;
        padding-bottom: 15px;
    }
    .blog-detail-slider p, .left-subscribe p {
        font-size: 18px;
        line-height: 28px;
    }
    .image-blog-slider {
        width: 300px;
    }
    .image-blog-slider img {
        width: 300px;
        height: 300px;
    }
    .blog-feature-section {
        padding: 90px 0 65px 0;
    }
    .left-search {
        width:60%;
    }
    .right-category {
        width:35%;
    }
    .input-search, .right-category select {
        font-size: 22px;
    }
    .input-search {
        height: 40px;
    }
    .search-icon {
        top:6px;
    }
    .right-category select {
        height: 52px;
    }
    .single-blog-art {
        width: 300px;
        margin: 0 25px 50px 30px;
    }
    .susbcribe-section::before {
        top:-70px;
        height: calc(100% + 70px);
        width: 57%;
    }
    .right-subscribe {
        width: 53%;
    }
    .more-blog {
        margin: 20px 0 0 30px;
    }
    .single-blog-art:hover .single-blog-detail::before {
        left: -35px;
    }
    .recent-article {
        padding: 100px 0 140px 0;
    }
    .single-blog-art:nth-child(2n) {
        top: 60px;
    }
    .top-article #loader_img {
        top: 80px;
    }
    .white-border-line {
        width:265px;
    }
    .banner-inner-section .heading_content {
        line-height: 30px;
    }
    .recent-article:after {
        
    }
    
    .right-subscribe .gform_wrapper .top_label input.medium {
        margin-bottom: 35px !important;
        font-size: 21px !important;
        line-height: normal !important;
    }
    .right-subscribe .gform_wrapper .validation_message {
        bottom:14px;
    }
    .left-subscribe p {
        width:300px;
    }
    html:lang(es) .blog-detail-slider {
        width: calc(100% - 330px);
    }
    html:lang(es) .left-subscribe h2 {
        font-size: 50px;
    }
    html:lang(es) .left-subscribe p {
        width: 370px;
    }
}
@media(max-width:767px) {
       .top-detail-section .container {
              width: 85%;
    }
    .recent-hide-cls.blog-feature-section {
        padding: 120px 0 65px 0;
    }
    .image-blog-slider img {
        /*border-radius:0;*/
    }
    .single-blog-detail {
        min-height: inherit;
    }
    .blog-slider .slick-prev, .blog-slider .slick-next {
        bottom: 66px;
    }
    .top-article #loader_img {
        top: 50px;
    }
    .banner-section {
        background-position: center;
    }
    
    .banner-inner-section .container, .blog-feature-section .container, .recent-article .container, .susbcribe-section .container {
        width: 80%;
    }
    .border-line {
        display: none;
    }
    .banner-inner-section .heading_content {
        /*display: none;*/
    }
    .banner-inner-section h1 {
        /*width:300px;
        color:#f3f1ed;*/
    }
    .banner-inner-section h1 br {
        display: none;
    }
    .white-border-line {
        width: 260px;
        border-color:#f3f1ed;
    }
    .banner-inner-section .container {
        padding: 140px 0 0 0;
        min-height: 340px;
    }
    .blog-detail-slider p, .left-subscribe p {
        font-size: 16px;
        line-height: 26px;
    }
    .first-blog-slider {
        display: inherit;
    }
    .image-blog-slider {
        width: 300px;
        margin: auto;
    }
    .blog-detail-slider {
        width: 100%;
        margin-top:40px;
    }
    .input-search, .right-category select {
        font-size: 18px;
    }
    .left-search {
        width: 50%;
    }
    .right-category {
        width: 45%;
    }
    .recent-article {
        padding: 80px 0;
    }
    .single-blog-art {
        margin: 0 auto 50px auto;
        float: none;
    }
    .more-blog {
        margin: 20px auto 0 auto;
        width: 320px;
    }
    .more-blog a {
        font-size: 22px;
    }
    .left-subscribe {
        padding-top: 0;
        text-align: center;
    }
    .left-subscribe {
        width: 100%;
        padding-bottom: 40px;
    }
    .left-subscribe h2 {
        font-size: 45px;
    }
    .susbcribe-section::before {
        top: auto;
        height: 66%; 
        width: 100%;
        bottom: 0;
    }
    .right-subscribe {
        width: 100%;
        padding-top: 0;
        margin: 30px auto 0 auto;
        float: left;
        clear: both;
    }
    .left-subscribe p {
        margin: auto;
    }
    .blog-img-art {
        margin: 0 auto 30px auto;
    }
    .susbcribe-section {
        padding: 40px 0 60px 0;
    }
    .blog-detail-slider .small-title {
        font-size: 18px;
    }
    .blog-center {
        text-align: center;
    }
    .blog-btn {
        font-size: 13px;
        padding: 13px 40px;
    }
    .single-blog-art:nth-child(2n) {
        top: 0;
    }
    .single-blog-art .single-blog-detail .blog-btn {
        display: inline-block;
    }
    /*.single-blog-art .single-blog-detail:before {
        display: inline-block;
        position: absolute;
        width: 7px;
        left: -35px;
        top: 0;
        background: #6fc097;
        height: 100%;
        content: "";
    }*/
    .single-blog-art:hover .single-blog-detail:before {
        width: 7px;
    }
    
    .right-subscribe .learn-more button {
        width: 113px;
        height: 113px;
        font-size: 15px;
        border-width: 2px;
        line-height: 110px;
    }
    .right-subscribe .gform_wrapper .gform_footer button {
        width: 113px;
        height: 113px;
        font-size: 15px;
        border-width: 2px;
    }
    
    .right-subscribe .gform_wrapper .gform_footer {
        margin-top: 0;
    }
    html:lang(es) .left-subscribe h2 {
        font-size: 45px;
    }
    .top-detail-section {
       padding: 80px 0px 0px;
    }
    .top-detail-section .blog-detail-title {
        text-align: center;
    }
    .left-detail img {
        height: 300px !important;
        width: 300px !important;
    }
   

}
@media(max-width:585px) {
    .top-article #loader_img {
        width: 70px !important;
        top: 120px;
        height: 70px;
        left: calc(50% - 35px);
    }
    .banner-inner-section h1 {
        /*width: 280px;*/
    }
    .banner-inner-section .container {
        padding: 100px 0 0 0;
        min-height: 300px;
    }
    .left-search, .right-category {
        width:100%;
    }
    .right-category {
        margin-top:15px;
    }
    
    .blog-img-art {
        margin: 0 auto 20px auto;
    }
    .more-blog img#loader_img_1 {
        left: 210px;
    }
    .right-subscribe .gform_wrapper .top_label input.medium {
        font-size:19px !important;
    }
    html:lang(es) .right-subscribe .gform_wrapper .top_label input.medium {
        font-size: 17px !important;
    }
}

@media(max-width:479px) {
       .top-detail-section .container {
              width: 80%;
    }
    .white-border-line {
        width: 190px;
    }
    .banner-inner-section .container {
        padding: 70px 0 0 0;
        /*min-height: 290px;*/
    }
    .image-blog-slider img {
        width: 200px;
        height: 200px;
        display: inline-block !important;
    }
    .image-blog-slider {
        text-align: center;
    }
    .banner-inner-section h1 {
        width: 240px;
    }
    .virtual-text {
        font-size: 28px;
    }
    .input-sub input {
        font-size: 19px;
    }
    .left-subscribe h2 {
        font-size: 40px;
        padding-bottom: 15px;
    }
    .single-blog-art {
        width: 100%;
    }
    .image-blog-slider {
        width: 240px;
    }
    .blog-feature-section {
        padding: 70px 0 65px 0;
    }
    .more-blog {
        margin: 0 auto;
    }
    /*.single-blog-art:hover .single-blog-detail:before {
        left: -20px;
    }*/
    .single-blog-art:hover .single-blog-detail:before {
        left: -20px;
    }
    .right-subscribe .gform_wrapper .top_label input.medium {
        font-size:17px !important;
    }
    .left-subscribe p {
        width: 260px;
    }
    .susbcribe-section::before {
        /*height: 72%;*/
    }
    html:lang(es) .right-subscribe .gform_wrapper .top_label input.medium {
        font-size: 12px !important;
    }
    html:lang(es) .left-subscribe h2 {
        font-size: 40px;
    }
    html:lang(es) .left-subscribe p {
        width: 100%;
    }
    .left-detail img {
        height: 300px !important;
        width: 300px !important;
    }
    .single-blog-art {
        width: 100%;
    }
    /* .top-detail-section .blog-detail-title {
        padding: 0px 13px;
    } */
}

@media (device-width:375px) {
    .blog-detail-slider {
        width: 99%;
    }
}

@media (device-width:390px) {
    .blog-detail-slider {
        width: 95%;
        margin: 40px auto 0 auto;
        padding-left: 0;
        float: none;
    }
}

@media (device-width:414px) {
    
}

@media (device-width:540px) {
    .blog-detail-slider {
        width: 99%;
    }
}

@media (device-width:568px) {
    .blog-detail-slider {
        width: 95%;
        margin: 40px auto 0 auto;
        padding-left: 0;
        float: none;
    }
}

@media (device-width:736px) {
    .blog-detail-slider {
        width: 99%;
    }
}
@media(max-width:319px) {
    .right-subscribe .gform_wrapper .top_label input.medium {
        font-size:15px !important;
    }
    .left-subscribe p {
        width: 225px;
    }
    .susbcribe-section::before {
        /*height: 525px;*/
        height: 63%;
    }
}

