/**
 * Theme Name:     Novus Nexus
 * Author:         Elevio
 * Template:       invetex
 * Text Domain:	   novus-nexus
 * Description:    Child theme for Novus Nexus - GDPR compliance and data protection services website. Developed by Elevio.
 * Theme URI:      http://www.elevio.lt
 */

/*# search hide; socials mobile hide */
.search_modern > span.search_submit {
    display: none !important;
}
.socials_mobile {
    display: none !important;
}
/* Fiksuotas aukštis blog nuotraukoms su centriniu iškarpimu */

.sc_blogger_item_featured {
    height: 250px;
    overflow: hidden;
}

.sc_blogger_item_featured img {
    width: 100%;
    height: auto;
    display: block;
}
.post_featured.with_thumb {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.post_featured.with_thumb img {
    width: 100%;
    height: auto;
    display: block;
}
/* Visos paslaugos mygtuko spalva */
a[href="/musu-paslaugos"].sc_button {
    background-color: #54BE73 !important;
    border-color: #54BE73 !important;
}

a[href="/musu-paslaugos"].sc_button:hover {
    background-color: #3d8a54 !important;
    border-color: #3d8a54 !important;
}
/* Plačiau mygtuko spalva */
a[href="/musu-paslaugos"].sc_button,
.sc_button.sc_button_default {
    background-color: #4FA86A !important;
    border-color: #4FA86A !important;
}

a[href="/musu-paslaugos"].sc_button:hover,
.sc_button.sc_button_default:hover {
    background-color: #3d8a54 !important;
    border-color: #3d8a54 !important;
}
/* Paslėpti post meta informaciją */
.post_meta_item.post_categories,
.post_meta.post_meta_other {
    display: none !important;
}
/* Sumažinti header paveiksliuko aukštį */
.post_featured.with_thumb.post_featured_bg {
    min-height: 400px !important;
    max-height: 400x !important;
    height: 400px !important;
}

.post_header_wrap {
    min-height: auto !important;
}
#services_page_tab_comments {
    display: none;
}


