/********Section Above Footer*****
************Start*****************
**********************************/

body.page-template-all-about-hr-podcast-template .below_footer_section:before,
body.page-template-all-about-hr-podcast-template .below_footer_section:after {
    display: none;
}

body.page-template-all-about-hr-podcast-template .below_footer_section .below_footer_section_overlay {
    display: none;
}

body.page-template-all-about-hr-podcast-template .below_footer_section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0px;
}

body.page-template-all-about-hr-podcast-template .below_footer_section p {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-top: 0px;
}

body.page-template-all-about-hr-podcast-template .below_footer_section {
    padding: 75px 60px 50px;
    background-position: center center;
}

body.page-template-all-about-hr-podcast-template .below_footer_section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 2.2em;
}

body.page-template-all-about-hr-podcast-template .below_footer_section p {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.3em;
    letter-spacing: 1px;
}

body.page-template-all-about-hr-podcast-template .home_bottom_footer_button>a {
    width: 250px;
    margin: 8px auto;
}

@media (max-width: 480px) {
    body.page-template-all-about-hr-podcast-template .below_footer_section {
        padding: 75px 20px 50px;
    }
}


/********Section Above Footer*****
************End*****************
**********************************/

@media screen and (min-width: 1041px) {
    body.page-template-all-about-hr-podcast-template .first_section_with_background_image {
        margin-top: -85px;
    }
    body.page-template-all-about-hr-podcast-template:not(.scroll1_down) .site-header-new {
        box-shadow: none;
    }
    body.page-template-all-about-hr-podcast-template:not(.scroll1_down) #aihr-site-navigation .menu>li>a {
        color: #fff;
    }
    body.page-template-all-about-hr-podcast-template:not(.scroll1_down) .nav_items_last_buttons div.sign_in_out a {
        color: #fff;
    }
}

body.page-template-all-about-hr-podcast-template .site-header-new {
    z-index: 999;
}

.first_section_with_background_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 175px;
}

.first_section_with_background_left .first_title {
    color: #fff;
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -0.56px;
}

.first_section_with_background_left .first_subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
    letter-spacing: -0.3px;
}

.first_section_with_background_left .first_description p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 30px;
    letter-spacing: -0.1px;
}

.first_section_with_background_left .first_button a {
    background: #fb9f00;
    color: #ffffff;
    display: inline-block;
    padding: 11px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 250px;
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
    text-align: center;
    text-decoration: none;
}

.first_section_with_background_left .first_button a:hover {
    background: #f7b500;
}

.first_section_with_background_left {
    padding-right: 50px;
    width: calc(60% - 50px);
}

.first_section_with_background_right {
    padding-left: 50px;
    width: calc(40% - 50px);
    z-index: 9;
    line-height: 0px;
}

.first_section_with_background_right img {
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

body.page-template-all-about-hr-podcast-template .first_section_with_background_image {
    position: relative;
}

body.page-template-all-about-hr-podcast-template .first_section_with_background_image:before {
    height: 160px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    bottom: -1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.listen_popular p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px 0px 0px -5px;
}

.listen_popular {
    max-width: 750px;
    margin: 0 auto;
}

.listen_popular p a {
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
    text-align: center;
    text-decoration: none;
    margin: 0px 5px 10px;
    align-items: center;
    display: flex;
    color: #fff;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 5px;
}

.listen_popular p a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1EBBF0;
    border-radius: 5px;
    z-index: -2;
}

.listen_popular p a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: green;
    transition: all .3s;
    border-radius: 5px;
    z-index: -1;
}

.listen_popular p a:hover {
    color: #fff;
}

.listen_popular p a:hover:before {
    width: 100%;
}

.listen_popular p a i {
    margin-right: 5px;
}

.listen_popular p a span {
    text-transform: none;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.listen_popular p a.button_youtube:after {
    background-color: rgba(255, 0, 0, 0.7)
}

.listen_popular p a.button_youtube:before {
    background-color: #FF0000;
}

.listen_popular p a.button_itunes:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.listen_popular p a.button_itunes:before {
    background-color: rgba(0, 0, 0, 1);
}

.listen_popular p a.button_spotify:after {
    background-color: rgba(30, 215, 96, 0.7);
}

.listen_popular p a.button_spotify:before {
    background-color: rgb(30, 215, 96);
}

.listen_popular p a.button_google i {
    color: rgb(60, 64, 67);
}

.listen_popular p a.button_google span {
    color: rgb(60, 64, 67);
}

.listen_popular p a.button_google:after {
    background-color: rgba(256, 256, 256, 1);
}

.listen_popular p a.button_google:before {
    background-color: rgb(255, 204, 102);
}

.listen_popular p a.button_sticher:after {
    background-color: rgba(102, 0, 102, 0.7);
}

.listen_popular p a.button_sticher:before {
    background-color: #800080;
}

.listen_popular p a.button_tunein:after {
    background-color: rgba(37, 219, 208, 0.7);
}

.listen_popular p a.button_tunein:before {
    background-color: rgb(37, 219, 208);
}

.listen_popular p a.button_rss:after {
    background-color: rgba(255, 153, 0, 0.7);
}

.listen_popular p a.button_rss:before {
    background-color: rgb(255, 153, 0);
}

.container_youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%!important;
}

.container_youtube p {
    margin: 0px;
}

.container_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.video_holder {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 0px;
}

.section_video .container {
    max-width: 1130px;
    margin: 0 auto -100px;
    position: relative;
    z-index: 99;
}

.text_before_video {
    padding: 15px 0px 30px;
}

.text_before_video h3 {
    margin: 0px 0px 15px;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.5px;
}

.text_before_video p {
    margin: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.section_video {
    padding-top: 80px;
}

.section_posts .container {
    max-width: 1130px;
    margin: 0 auto;
}

.section_posts {
    background: rgb(226, 252, 252);
    padding: 200px 0px 100px;
    position: relative;
}

.section_posts:before {
    height: 160px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    top: -1px;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
}

.alm-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px!important;
}

.all_posts_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    border-top: 1px solid #ccc;
    width: calc(50% - 20px);
    margin: 0px 10px;
    box-sizing: border-box;
}

.left_column i {
    font-size: 50px;
}

.middle_column {
    padding: 0px 20px 0px 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.middle_column h3 {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.middle_column .date {
    text-transform: uppercase;
    font-weight: 600;
    color: #777778;
    font-size: 12px;
}

.alm-btn-wrap {
    margin-bottom: 0px!important;
}

.text_before_lists {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
}

.text_before_listen {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
}

.listen_holder .listen_popular {
    max-width: 1130px;
}

.right_column {
    line-height: 0px;
}

.right_column img {
    width: 100px;
}

.all_posts_holder:hover .middle_column h3 {
    color: #1EBBF0;
}

.all_posts_holder:hover {
    background-color: rgba(251, 159, 0, 0.05);
}

@media screen and (max-width: 1230px) {
    .section_posts .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 50px;
    }
}

@media screen and (max-width: 1200px) {
    .first_section_with_background_left {
        padding-right: 25px;
        width: calc(60% - 25px);
    }
    .first_section_with_background_right {
        padding-left: 25px;
        width: calc(40% - 25px);
    }
}

@media screen and (max-width: 1040px) {
    body.page-template-all-about-hr-podcast-template:not(.scroll_down_mobile) .site-header-new {
        box-shadow: none;
        background-color: transparent;
    }
    body.page-template-all-about-hr-podcast-template:not(.scroll_down_mobile) #aihr-site-navigation.main-navigation .menu-toggle .lines-button .menu-line {
        background-color: #fff!important;
    }
    .first_section_with_background_left .first_title {
        font-size: 46px;
        line-height: 56px;
    }
    .first_section_with_background_left .first_subtitle {
        font-size: 28px;
        line-height: 36px;
    }
    .first_section_with_background_left .first_description p {
        font-size: 18px;
        line-height: 26px;
    }
    .first_section_with_background_container {
        padding-top: 125px;
    }
}

@media screen and (max-width: 900px) {
    .all_posts_holder {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 850px) {
    .middle_column h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .section_posts:before {
        height: 100px;
    }
    .text_before_video h3 {
        margin: 0px 0px 10px;
        font-size: 36px;
        line-height: 45px;
    }
    .text_before_video p {
        font-size: 16px;
        line-height: 24px;
    }
    body.page-template-all-about-hr-podcast-template .first_section_with_background_image:before {
        height: 100px;
    }
    .first_section_with_background_left .first_title {
        font-size: 40px;
        line-height: 50px;
    }
    .first_section_with_background_left .first_subtitle {
        font-size: 26px;
        line-height: 33px;
    }
    .first_section_with_background_left .first_description p {
        font-size: 18px;
        line-height: 26px;
    }
    .first_section_with_background_container {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 800px) {
    .listen_holder .listen_popular {
        padding: 0px;
    }
    .listen_popular {
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 50px;
    }
    .video_holder {
        max-width: 100%;
        width: inherit;
        margin: 0 auto 0px;
        padding: 0px 50px;
    }
}

@media screen and (max-width: 600px) {
    .middle_column .date {
        font-size: 12px;
    }
    .middle_column h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .section_posts {
        padding: 160px 0px 100px;
    }
    .first_section_with_background_container {
        flex-direction: column;
    }
    .first_section_with_background_left {
        padding-right: 0px;
        width: 100%;
    }
    .first_section_with_background_right {
        padding-left: 0px;
        width: 100%;
        padding-top: 40px;
        text-align: center;
    }
    .first_section_with_background_right img {
        max-width: 420px;
    }
}

@media screen and (max-width: 480px) {
    .middle_column h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .left_column {
        line-height: 0px;
        margin-top: 5px;
    }
    .left_column i {
        font-size: 30px;
    }
    .middle_column {
        padding: 0px 10px;
    }
    .all_posts_holder {
        padding: 15px 0px;
        align-items: flex-start;
    }
    .text_before_listen,
    .text_before_lists {
        font-size: 22px;
        line-height: 30px;
    }
    .section_posts:before {
        height: 60px;
    }
    .section_posts .container {
        padding: 0px 30px;
    }
    .listen_popular p a {
        padding: 3px 6px;
    }
    .listen_popular p a span {
        font-size: 12px;
    }
    .section_video {
        padding-top: 50px;
    }
    .text_before_video h3 {
        margin: 0px 0px 10px;
        font-size: 30px;
        line-height: 36px;
    }
    .listen_popular {
        padding: 0px 30px;
    }
    .video_holder {
        padding: 0px 30px;
    }
    .first_section_with_background_left .first_subtitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .first_section_with_background_left .first_description p {
        font-size: 16px;
        line-height: 24px;
    }
    body.page-template-all-about-hr-podcast-template .first_section_with_background_image:before {
        height: 60px;
    }
    .first_section_with_background_container {
        padding-bottom: 30px;
    }
}