/**
 *
 * Theme Name:        abvp.de (2022)
 * Theme URI:         https://iwlink.de/iw-base-theme-en
 * Description:       Child Theme based on the inwendo Base Theme for customized design and function
 * Author:            inwendo
 * Author URI:        https://iwlink.de/wp-themes-en
 * Version:           1.0.3
 * Template:          inwendo-base-theme
 * Text Domain:       iw-base-theme-child
 * Domain Path:       /languages
 * License:           GPL v3
 *
 * You should have received a copy of the GNU General Public License
 * and further informations along with this program.
 * If not, see:
 * <https://www.gnu.org/licenses/> (GNU General Public License)
 * <https://inwendo.de/licenses/> (Author)
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Overpass', sans-serif;
    font-style: normal;
    color: #101010;
}

h1 {
    font-size: 44px;
    line-height: 70px;
    font-weight: 800;
}

h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
}

h5,
.iw_abvp_table table th {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

body {
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #101010;
}

/* Generell Link Style */
a {
    color: #009D8B;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #047A6C;
}

ul {
    list-style-type: disclosure-closed;
}

.wpb_content_element {
    margin-bottom: 25px !important;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}

.header_area {
    background: #FFFFFF;
}

.header_area .header_wrapper.outside_grid {
    padding: 0 50px;
}

/* Footer */
.footer_area {
    min-height: unset;
}

.footer_content_area.inside_grid {
    padding: 35px 0;
}

/* Copyright Row */
.footer_area .footer_copyright_row {
    background-color: #BFE6E2;
    padding: 21px 40px;
}

.footer_area .footer_copyright_row .footer_copyright {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #101010;
    line-height: 26px;
}

.footer_area .footer_copyright_row .footer_copyright-widget-col {
    padding-right: 15px;
}

/* Footer Menu - List Wrapper */
ul.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer-menu > li:first-child,
ul.footer-menu > li,
ul.footer-menu > li:last-child {
    padding: 0 15px;
}

ul.footer-menu > li .menu-item-link-wrapper > a {
    font-size: 14px;
    line-height: 26px;
    color: #101010;
    text-decoration: none;
}

/* -- Footer Menu Link - Hover and Focus */
ul.footer-menu > li .menu-item-link-wrapper > a:hover,
ul.footer-menu > li .menu-item-link-wrapper > a:focus,
ul.footer-menu > li.active .menu-item-link-wrapper > a,
ul.footer-menu > li.active .menu-item-link-wrapper > a:hover,
ul.footer-menu > li.active .menu-item-link-wrapper > a:focus,
ul.footer-menu > li.current_page_parent .menu-item-link-wrapper > a {
    text-decoration: underline;
    color: #101010;
}

.footer_area .footer_copyright_row .footer_tal_row img {
    height: 20px;
}

.issue-wrapper {
    margin: 15px;
}


.issue-wrapper .issue-content-wrapper {
    background: rgba(0, 157, 139, 0.25);
    padding: 10px;
}

.issue-wrapper a.issue-link {
    color: #101010;
    text-decoration: none;
}

.issue-wrapper .issue-cover-wrapper {
    padding: 0 0 10px 0;
}

.issue-wrapper .issue-cover-wrapper img {
    width: 100%;
}

.issue-wrapper .issue-text-wrapper {
    padding: 5px;
}

.issue-wrapper .issue-title-wrapper {
    padding: 0 0 10px 0;
}

/* Issue Single Page */
.iw_blog_post_issue_item .taxonomy_header_area {
    padding: 50px 0;
}

.iw_blog_post_issue_item .taxonomy_header_area h1 {
    line-height: 44px;
    padding-bottom: 25px;
}

.iw_blog_post_issue_item .taxonomy_header_area h4 {
    padding-bottom: 25px;
}

.iw_blog_post_issue_item .taxonomy_header_area .taxonomy_header_excerpt {
    max-width: 790px;
}

.iw_blog_post_issue_item .taxonomy_footer_area {
    padding: 50px 0;
}

.taxonomy-page.cpt-blog-post_issue .iw_cpt_categories_headline {
    display: none;
}

/* CPT Blog and Projects - Categories Style */
.iw_cpt_blog_list .iw_cpt_categories.single_line {
    padding: 0 15px 30px 15px;
}

.iw_cpt_blog_list .iw_cpt_categories.single_line .category_link_wrapper_area {
    border-bottom: 2px solid;
    padding: 0 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.iw_cpt_blog_list .iw_cpt_categories.single_line .category_link_wrapper_area .category_link_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 20px 8px 20px;
}

.iw_cpt_blog_list .iw_cpt_categories.single_line a.category_link {
    color: #101010;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.iw_cpt_blog_list .iw_cpt_categories.single_line a:hover,
.iw_cpt_blog_list .iw_cpt_categories.single_line .active a.category_link {
    color: #009D8B;
}

.iw_cpt_blgl article.iw_cpt_blog_list_custom_post {
    padding: 10px;
    background: rgba(0, 157, 139, 0.25);
    margin: 15px;
    position: relative;
}

.iw_cpt_blgl article.iw_cpt_blog_list_custom_post .iw_cpt_blgl_term_badge,
.single-page.cpt-blog-item .iw_cpt_blgl_term_badge {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
}

.iw_cpt_blgl_term_badge .text {
    color: #FFFFFF;
    padding: 5px 10px 4px 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    float: left;
}

.iw_cpt_blgl_term_badge .rect {
    border-color: rgb(255, 255, 255) transparent transparent;
    border-right-width: 10px;
    border-top-width: 35px;
    border-left-width: 0;
    border-bottom-width: 0;
    display: block;
    border-style: solid;
    float: left;
}

.iw_cpt_blog_list_custom_post .post_thumbnail_area {
    width: 50%;
    float: left;
    padding-right: 20px;
}


.iw_cpt_blgl .iw_cpt_blog_list_custom_post .post_content_area,
.iw_cpt_blgl .iw_cpt_blog_list_custom_post.even .post_content_area {
    width: 50%;
    float: left;
    margin: 0;
    background-color: transparent;
    padding: 10px;
}

.iw_cpt_blgl .iw_cpt_blog_list_custom_post .post_content_area_headline a h2 {
    padding: 0 0 15px 0;
    margin: 0;
}

.iw_cpt_blgl .iw_cpt_blog_list_custom_post h4 {
    display: -webkit-box;
    height: 35px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.iw_cpt_blgl .iw_cpt_blog_list_custom_post p.excerpt {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    height: 130px;
    -webkit-line-clamp: 5;
    margin-bottom: 45px;
}

.iw_cpt_blgl .iw_cpt_blog_list_custom_post .read_more_button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.iw_cpt_blgl .iw_cpt_blog_list_custom_post .read_more_button a {
    font-weight: 700;
    text-decoration: none;
}

.iw_cpt_blgl .iw_cpt_blog_list_custom_post .read_more_button a:hover {
    text-decoration: underline;
}

/* Single Page */
.single-page.cpt-blog-item .single_header_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 20px;
}

.single-page.cpt-blog-item .single_header_area_title {
    max-width: 790px;
    text-align: center;
}

.single-page.cpt-blog-item .single_header_area_title h1 {
    padding-bottom: 25px;
}

.single-page.cpt-blog-item .single_content_excerpt {
    font-weight: 700;
    max-width: 790px;
    margin: 0 auto;
    padding: 50px 0;
}

.single-page.cpt-blog-item .single_content_excerpt.fade_out {
    position: relative;
}

.single-page.cpt-blog-item .single_content_excerpt.fade_out:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 50px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.single-page.cpt-blog-item .article_navigation {
    margin: auto 0;
}

.single-page.cpt-blog-item .single_header_image img {
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-page.cpt-blog-item .single_footer_area {
    padding: 50px 0 75px 0;
    max-width: 790px;
    margin: 0 auto;
}

.single-page.cpt-blog-item .article_navigation_row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
}

.single-page.cpt-blog-item .article_navigation_row .icon_wrapper {
    padding: 12px;
    border-radius: 10px;
}

.single-page.cpt-blog-item .article_navigation_row a .icon_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
}

.single-page.cpt-blog-item .article_navigation_row a .prev_arrow_text {
    float: left;
    padding: 13px 15px 0 15px;
}

/* Person Author Shortcode */
.iw_cpt_persons_author .image_wrapper {
    width: 80px;
    height: 80px;
    background-size: 80px;
    border: 2px solid;
}

.iw_cpt_persons_author .text_wrapper {
    padding: 2px 0 0 20px;
}

.iw_cpt_persons_author.name .text_wrapper {
    padding: 27px 0 0 20px;
}

.iw_cpt_persons_author .text_wrapper .name {
    font-size: 16px;
    font-weight: 800;
}

.iw_cpt_persons_author .text_wrapper .position {
    font-size: 16px;
    font-weight: 300;
}

/* Iw Abvp Headline Block */
.iw_abvp_headline_block {
    padding: 20px;
    position: relative;
}

.iw_abvp_headline_block .additional_block {
    position: absolute;
    top: -40px;
    left: 10px;
    border: 3px solid;
}

.iw_abvp_headline_block .additional_block.image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
}

.iw_abvp_headline_block .additional_block.infotext {
    padding: 10px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

/* Iw Abvp Content Block */
.iw_abvp_content_block {
    padding: 20px;
}

.iw_abvp_content_block.centered_infotext {
    text-align: center;
}

.iw_abvp_table table {
    border-spacing: 0;
    border: 1.5px solid;
    width: 100%;
    text-align: left;
}

.iw_abvp_table table th,
.iw_abvp_table table td {
    padding: 20px;
    border: 1.5px solid;
}

/* ERP Login Profile */
.iw_erp_login_profile .profile_wrapper {
    padding: 13px 0;
}

.iw_erp_login_profile .profile_wrapper .profile_icon {
    width: 24px;
    height: 24px;
}

.iw_erp_login_profile .profile_wrapper .profile_menu {
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #101010;
    border-radius: 10px;
    z-index: 1000;
    right: 0;
    padding: 15px 15px 10px 15px;
    margin-top: 10px;
}

.iw_erp_login_profile .profile_wrapper .profile_menu li {
    padding-bottom: 5px
}

.iw_erp_login_profile .profile_wrapper .profile_menu a {
    color: #101010;
    text-decoration: none;
}

.iw_erp_login_profile .iw_erp_login_button_wrapper {
    padding-top: 4px;
}

.iw_erp_login_profile .iw_erp_login_button_wrapper .iw_wbs_button button {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 25px 11px 25px;
}

/* WBS Button */
.iw_wbs_button button {
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 16px 50px 14px 50px;
    margin: 0;
}

.iw_wbs_button button:hover {
    color: #FFFFFF;
}

.iw_abvp_exclusive_content_info {
    padding-bottom: 50px;
}

.iw_abvp_eci_text_wrapper {
    max-width: 790px;
    text-align: center;
    margin: 0 auto 50px auto;
    border: 3px solid #101010;
    padding: 19px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
}

/* Search */
.iw_search_button_widget {
    float: right;
    padding-right: 25px;
}


.iw_contact_form {
    padding-bottom: 25px;
}

.iw_contact_form .standard_row {
    padding: 0;
}

.iw_contact_form .content-element.half {
    margin-top: -5px;
}

.iw_contact_form .content-element.half.left {
    padding: 0 15px 0 0;
}

.iw_contact_form .content-element.half.right {
    padding: 0 0 0 15px;
}

.iw_contact_form .standard_row_headline,
.iw_contact_form .content-note {
    font-family: inherit;
    font-size: 14px;
    line-height: 22px;
    color: #101010;
}

.iw_contact_form .standard_row_headline {
    padding: 25px 0 0 0;
}

.iw_contact_form .content-note {
    padding: 0;
}

/* Style for fields */
.iw_contact_form input,
.iw_contact_form textarea,
.iw_contact_form .iw-cf7-file span::after,
.iw_contact_form .iw-custom-select .option,
.iw_contact_form .iw-custom-select .select-field,
.iw_contact_form .iw-custom-select .option-wrapper {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #101010;
    border: 2px solid #009D8B;
    background-color: #FFFFFF;
    padding: 13px 20px 10px 20px;
}

/* Placeholder, all colors should be the same */
.iw_contact_form input::-webkit-input-placeholder,
.iw_contact_form textarea::-webkit-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-moz-placeholder,
.iw_contact_form textarea::-moz-placeholder {
    color: #101010;
}

.iw_contact_form input:-ms-input-placeholder,
.iw_contact_form textarea:-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-ms-input-placeholder,
.iw_contact_form textarea::-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-webkit-input-placeholder, .iw_contact_form textarea::-webkit-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-moz-placeholder, .iw_contact_form textarea::-moz-placeholder {
    color: #101010;
}

.iw_contact_form input:-ms-input-placeholder, .iw_contact_form textarea:-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-ms-input-placeholder, .iw_contact_form textarea::-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::placeholder,
.iw_contact_form textarea::placeholder {
    color: #101010;
}

.iw_contact_form textarea {
    height: 100px;
}

/* Styles for acceptance_row */
.iw_contact_form .acceptance_row {
    padding: 25px 0 0 0;
    margin: 0 0 0 30px;
}

.iw_contact_form .acceptance_row a {
    color: #101010;
    text-decoration: underline;
}

.iw_contact_form .acceptance_row a:hover {
    text-decoration: none;
}

.iw_contact_form .acceptance_row label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #101010;
}

.iw_contact_form .acceptance_row input[type=checkbox] + span::before,
.iw_contact_form .checkbox-element input[type="radio"] + span::before {
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    display: block;
    content: "";
    float: left;
    border: 2px solid #009D8B;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 6px 10px 0 -30px;
}

.iw_contact_form .acceptance_row input[type=checkbox]:checked + span::before {
    background-color: #009D8B;
    border: 2px solid #009D8B;
}

/* Style for Submit Area */
.iw_contact_form .submit_row {
    padding: 25px 0 0 0;
    text-align: left;
}

.iw_contact_form input.wpcf7-submit {
    font-family: inherit;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 1.6px;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFFFFF;
    border: unset;
    width: inherit;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #101010;
    padding: 16px 50px 14px 50px;
    margin: 0;
}

.iw_contact_form input.wpcf7-submit:hover {
    border: unset;
    color: #FFFFFF;
}

.iw_contact_form input.wpcf7-submit:hover:disabled, .iw_contact_form input.wpcf7-submit:disabled {
    background-color: #EFEFEF;
    border: unset;
    color: #CCCCCC;
    cursor: not-allowed;
}

/* Search */
/* Search Button Widget */
.iw_search_button_widget {
    padding: 8px 25px 0 0;
}

.iw_search_button_widget .open_search svg .highlight-color,
.iw_search_button_widget .close_search svg .highlight-color {
    fill: #009D8B;
}

/* Search Area */
.search_area {
    background: #FFFFFF;
}

.search_area .search_footer_area {
    border-bottom: 1px solid rgba(29, 29, 29, 0.2);
}

.iw_search_handler .iw_search_handler_search {
    padding: 50px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.search_area .search_content_area form input[type="text"],
.iw_search_handler .iw_search_handler_search form input[type="text"] {
    font-family: inherit;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #009D8B;
    padding: 6px;
    border-bottom: 1px solid #101010;
}

.search_area .search_content_area form input::placeholder,
.iw_search_handler .iw_search_handler_search form input::placeholder {
    color: #009D8B;
}

.search_area .search_content_area .start_search svg .highlight-color,
.iw_search_handler .iw_search_handler_search .start_search svg .highlight-color {
    fill: #101010;
}

/* Search Handler Shortcode for search results */
.iw_search_result .iw_search_result_header {
    padding: 50px 15px 35px 15px;
}

.iw_search_result .iw_search_result_header h2 {
    float: left;
}

.iw_search_result .iw_search_result_header h4 {
    float: left;
    padding: 6px 0 0 20px;
}

.iw_search_result .iw_empty_search {
    padding-top: 50px;
}

@media screen and (max-width: 920px) {

    .single-page.cpt-blog-item .single_header_image img {
        max-height: 400px;
    }

}

@media screen and (max-width: 820px) {

    .single-page.cpt-blog-item .single_content_excerpt,
    .single-page.cpt-blog-item .single_footer_area,
    .iw_abvp_exclusive_content_info {
        margin: 0 15px;
    }

}

@media screen and (max-width: 768px) {

    /* Footer */
    .footer_area .footer_copyright_row,
    .footer_area .footer_copyright_row .content_wrapper {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

}

@media screen and (max-width: 767px) {

    /* Fonts */
    h1 {
        font-size: 36px;
        line-height: 58px;
    }

    h2 {
        font-size: 26px;
        line-height: 42px;
    }

    h3 {
        font-size: 22px;
        line-height: 35px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    .iw_cpt_blgl .iw_cpt_blog_list_custom_post h4 {
        height: 32px;
    }

    h5,
    .iw_abvp_table table th {
        font-size: 28px;
        line-height: 28px;
    }

    .iw_cpt_blog_list .iw_cpt_categories.single_line a.category_link {
        font-size: 16px;
        line-height: 26px;
    }

    /* Header */
    .header_area .header_wrapper.outside_grid {
        padding: 0 15px;
    }

    /* Footer */
    .footer_area .footer_copyright_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 21px 15px 17px 15px;
    }

    .footer_area .footer_copyright_row .content_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer_area .footer_copyright_row .footer_copyright {
        padding: 0 0 20px 0;
    }

    .footer_area .footer_copyright_row .footer_copyright-widget-col {
        padding: 0 0 15px 0;
    }

    ul.footer-menu > li:first-child,
    ul.footer-menu > li,
    ul.footer-menu > li:last-child {
        padding: 0 15px 5px 0;
    }

    .footer_area .footer_copyright_row .footer_tal_row img {
        text-align: left;
        height: unset;
    }

    .single-page.cpt-blog-item .single_header_image img {
        max-height: 300px;
    }

    .iw_cpt_blog_list_custom_post .post_thumbnail_area,
    .iw_cpt_blgl .iw_cpt_blog_list_custom_post .post_content_area,
    .iw_cpt_blgl .iw_cpt_blog_list_custom_post.even .post_content_area {
        width: 100%;
    }

    .iw_cpt_blgl .iw_cpt_blog_list_custom_post .post_content_area, .iw_cpt_blgl .iw_cpt_blog_list_custom_post.even .post_content_area {
        padding: 10px 0;
    }

    .iw_cpt_blog_list_custom_post .post_thumbnail_area {
        padding: 0;
    }

    .iw_search_button_widget {
        margin-right: 25px;
    }

}


@media screen and (max-width: 820px) {

    .iw_search_handler .iw_search_handler_search {
        margin-left: 0;
        margin-right: 0;
    }

    .search_area .search_content_area {
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
    }

}

@media screen and (max-width: 640px) {

    .iw_cpt_persons_author .image_wrapper {
        float: unset;
    }

    .iw_cpt_persons_author .text_wrapper {
        padding: 20px 0 0 0;
    }

}

@media screen and (max-width: 520px) {

    /* Fonts */
    h1 {
        font-size: 30px;
        line-height: 48px;
    }

    h2 {
        font-size: 24px;
        line-height: 38px;
    }

    h3 {
        font-size: 20px;
        line-height: 32px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .iw_cpt_blgl .iw_cpt_blog_list_custom_post h4 {
        height: 28px;
    }

    h5,
    .iw_abvp_table table th {
        font-size: 16px;
        line-height: 26px;
    }


    .single-page.cpt-blog-item .article_navigation_row a .prev_arrow_text {
        display: none;
    }

}

@media screen and (max-width: 1200px) {

    /* Issue Single Page */
    .iw_blog_post_issue_item {
        padding: 0 15px;
    }

}
