/* ==========================================================================
   Blog Styles
   Moved from newhome.css to blog.css
   ========================================================================== */

/* Blog Card & Items (html_actual.md elements) */
html body .blog_page .blg_blks,
html body .blg_temas_page .blg_blks,
html body .aba_car_blk.blg_blks {
    margin-bottom: 50px;
}

html body .blog_page .blg_blks,
html body .blog_carousel .aba_car_blk {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

html body .blog_page .blg_blks:hover,
html body .blog_carousel .aba_car_blk:hover,
html body .aba_car_blk.blg_blks:hover {
    -webkit-box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.09);
}

html body .hp_blog_img {
    height: 185px;
    overflow: hidden;
}

html body .aba_car_blk .hp_blog_cnt {
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

html body .aba_car_blk .hp_blog_cnt h5 {
    font-size: 12px;
    color: #6c6c6c;
    margin-top: 0;
    margin-bottom: 5px;
}

html body .hp_blog_cnt .blg_title_link {
    min-height: 60px;
}

html body .aba_car_blk .hp_blog_cnt .blg_title_link a {
    display: block;
    font-size: 20px;
    color: #f25b58;
    margin-top: 0;
    margin-bottom: 5px;
}

html body .aba_car_blk .hp_blog_cnt h6 {
    font-size: 12px;
    color: #939393;
    margin: 0;
}

html body .aba_car_blk .hp_blog_cnt h6 a {
    font-size: 12px;
    color: #00bdcd;
    display: inline-block;
}

/* Blog Read & Share Block */
html body .hp_rs_block {
    padding-top: 10px;
}

html body .hp_rs_block .butn {
    font-size: 16px;
    line-height: 40px;
    float: left;
    background-color: #00BDCD;
    border: 1px solid transparent;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

html body .butn {
    height: 46px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 16px;
    line-height: 42px;
    box-shadow: none;
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

html body .hp_rs_block .butn:hover, 
html body .btn-secontary.hp_rs_block .butn:focus {
    border: 1px solid #00BDCD;
    color: #00BDCD;
    background-color: transparent;
}

html body .hp_rs_block.gradint_bg a.shape_morph.blob {
    display: flex;
    align-items: center;
    margin: initial;
    margin-right: auto;
    width: 160px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    height: 60px;
}

/* Blog Share Block */
html body .hp_rs_block .blg_share_blk {
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid transparent;
    overflow: hidden;
    width: 30px;
    height: 28px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

html body .hp_rs_block .blg_share_blk:hover {
    border: 1px solid #fbcdcd;
    width: auto;
}

html body .hp_rs_block .blg_share_blk button {
    float: left;
    background: #c3c3c3;
    border: 0;
    color: #fff;
    padding: 3px 8px;
    border-radius: 2px;
    position: relative;
    z-index: 10;
}

html body .hp_rs_block .blg_share_blk:hover button,
html body .hp_rs_block .blg_share_blk button:hover,
html body .hp_rs_block .blg_share_blk button:focus {
    background: #f25b58;
    outline: none;
}

html body .hp_rs_block .blg_share_blk ul {
    padding: 0;
    margin: 0;
    float: left;
    margin-left: -100%;
    overflow: hidden;
    z-index: -1;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

html body .hp_rs_block .blg_share_blk:hover ul {
    width: auto;
    height: auto;
    margin-left: 0;
    position: relative;
    z-index: 1;
}

html body .hp_rs_block .blg_share_blk ul li {
    display: inline-block;
}

html body .hp_rs_block .blg_share_blk ul li a {
    display: block;
    padding: 0 10px;
    margin: 0;
    margin-left: 2px;
    line-height: initial;
    color: #00BDCD;
    font-size: 20px;
}

html body .hp_rs_block .blg_share_blk ul li:first-child a {
    color: #2738a4;
}

html body .hp_rs_block .blg_share_blk ul li:nth-child(2) a {
    color: #18bafd;
}

/* Blog Sliders & Swiper */
html body .blog_card .swiper-pagination-bullets {
    display: none;
}

html body .blog_items {
    padding-left: 20px;
}

html body .blog_slider .slick-arrow {
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    z-index: 999;
    padding: 20px;
    background-color: #fff;
    font-size: 0px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    position: absolute;
    top: -80px;
    left: 96%;
    border: none;
    height: 52px;
    width: 52px;
}

html body .blog_slider .slick-arrow:before {
    display: none;
}

html body .blog_items img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

html body .blog_slider button.slick-prev.slick-arrow {
    background-image: url(../images/Path-5525.png);
    margin-left: -60px;
}

html body .blog_slider button.slick-next.slick-arrow {
    background-image: url(../images/Path-5526.png);
}

html body .blog_items:first-child {
    padding-left: 0px;
}

/* Single Blog Post & Layouts */
html body .single_blg_left {
    padding-right: 100px;
}

html body .blg_sgl_img {
    margin-bottom: 40px;
}

html body .blg_sgl_img img {
    margin-bottom: 0;
}

html body .blg_sgl_title h2 {
    margin-top: 0;
    margin-bottom: 4px;
}

html body .blg_sgl_title h6 {
    font-size: 14px;
    color: #747474;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}

html body .blog_ly .page-numbers {
    margin-left: -4px;
}

html body .blog_post_ly .elementor-post__thumbnail__link {
    order: -1;
}

html body .blog_post_ly .elementor-post__meta-data {
    order: -1;
    border-top: 0px solid #eaeaea;
    padding: 0px 30px;
}

html body .blog_post_ly .elementor-post__read-more {
    background: #00BDCD;
    padding: 10px 25px;
    border: solid 1px;
    margin-top: auto;
}

html body .blog_post_ly .elementor-post__read-more:hover {
    background: transparent;
    color: #00BDCD;
}

html body .blog_post_ly .elementor-post__badge {
    position: relative;
    padding: 0px 12px;
    margin-bottom: 0px;
}

html body .blog_post_ly .elementor-post__text {
    display: flex;
}

html body .blog_post_ly .elementor-post__card:hover {
    box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.09);
}

html body .blog_post_ly .page-numbers.current {
    background-color: #24C0CE;
    color: #fff;
    border-color: #24c0ce;
}

html body .blog_ly .page-numbers {
    margin-left: -14px;
}

html body .blog_post_ly .page-numbers {
    border: solid 1px #ccc;
    padding: 10px 15px;
}

html body .blog_post_ly .page-numbers.prev {
    display: none;
}

html body .blog_post_ly .page-numbers:hover {
    background-color: #24C0CE;
    color: #fff;
    border-color: #24c0ce;
}

html body .src_cnt_blk.blg_ofr_srch {
    padding: 15px;
}

html body .src_cnt_blk.blg_ofr_srch .srch_img {
    width: 240px;
    height: 128px;
}

html body .src_cnt_blk.blg_ofr_srch .srch_title {
    height: 128px;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
}

/* Blog Pagination */
html body .pagination,
html body .pagination>li:first-child>a,
html body .pagination>li:first-child>span,
html body .pagination>li:last-child>a,
html body .pagination>li:last-child>span {
    border-radius: 0;
}

html body .pagination>li>a,
html body .pagination>li>span {
    border: 1px solid #ccc;
    padding: 10px 20px;
    color: #24C0CE;
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
}

html body .pagination>li>a:focus,
html body .pagination>li>a:hover,
html body .pagination>li>span:focus,
html body .pagination>li>span:hover,
html body .pagination>li>span.current,
html body .pagination>li>span.current:hover {
    background-color: #24C0CE;
    color: #fff;
    border-color: #24c0ce;
}

html body ul.pagination {
    display: flex;
    justify-content: center;
}

html body .main_content_area .single_social {
    margin-bottom: 40px;
}

html body .single_social ul {
    padding: 0;
    margin: 0;
}

html body .single_social ul li {
    display: inline-block;
}

html body .single_social ul li a {
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    display: block;
    margin-right: 5px;
    background: #11c8ef;
}

html body .single_social ul li:first-child a {
    background: #3655a3;
}

html body .single_social ul li:last-child a {
    background: #f25b58;
}

/* Responsive Media Queries */
@media only screen and (max-width: 767px) {
    html body .blog_card .swiper-pagination-bullets {
        display: block;
    }
    html body .blog_items {
        padding: 0px;
    }
    html body .blog_slider .slick-arrow {
        top: -75px;
        left: 90%;
        background-size: 9px;
        height: 38px;
        width: 38px;
    }
    html body iframe.video_blog_rt {
        width: 100%;
    }
}
