/*
Theme Name:   SHOVV
Theme URI:    https://sobczyk-adwokat.pl
Description:  Motyw wordpress stworzony na potrzeby kancelarii
Author:       Marek Stankiewicz
Author URI:   https://shovv.pl
Template:     inspiro
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         adwokat, shovv, #27776D, #59595B, #A8AAAC, #231f20
Text Domain:  shovv
*/

body .entry-content>.alignfull {
    /* max-width: 100%; */
}

main {
	overflow-x: hidden !important;
}

.mt-only {
    margin-top: var(--wp--preset--spacing--small) !important;
}

.pt-only {
    padding-top: var(--wp--preset--spacing--small) !important;
}

.pb-only {
    padding-bottom: var(--wp--preset--spacing--small) !important;
}

@media screen and (max-width: 64em) {
    aside .navbar-nav li a {
        color: #000;
    }

    aside.side-nav .navbar-nav li a:active,
    aside.side-nav .navbar-nav li a:hover {
        color: var(--inspiro-primary-color);
    }
}

@media screen and (min-width: 64em) {
    body.inspiro--with-page-nav .navbar-toggle {
        display: none;
    }
}

.entry-author, 
.post-author, 
.author-name, 
.vcard.author {
    display: none !important;
}

.single-post .site-header.headroom--top svg path[fill="#434343"],
.single-post .site-header.headroom--top svg g[fill="#434343"] {
    fill: #FFFFFF !important;
}

.single-post .site-header.headroom--top svg path[stroke="#000"] {
    stroke: #FFFFFF !important;
}

.single-post .site-header svg path, 
.single-post .site-header svg g {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

/* .manufacturer {
	margin-top: 40px;
	text-align: left;
} */

.manufacturer {
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 4px;
}

@media screen and (min-width: 641px) {
    .manufacturer {
        justify-content: flex-end;
    }
}

.manufacturer span {
    opacity: .3;
    flex: none !important;
}

.manufacturer a {
    opacity: .3;
    transition: opacity 0.3s ease;
}

.manufacturer a:hover {
    opacity: 1;
}

/* @media (min-width:991px) {
	.manufacturer {
		margin-top: 0px;
		text-align: right;
	}
} */

.previous-post-cover .previous-content .nav-title {
	font-family: 'Playfair Display', serif !important;
}

.font-sans,
 .wp-block-button a {
	font-family: "Onest", sans-serif !important;
}

.menu-item-10789.current-menu-item a,
.menu-item-10790.current-menu-item a {
	border: none !important;
}

header .menu-item-10789 a:hover,
header .menu-item-10790 a:hover {
	border-bottom: 1px solid rgba(255,255,255,.8) !important;
}

.wpcf7 input[type="email"] {
	width: 100%;
}

@media screen and (max-width: 64em) {
	.menu-item-10789 a,
	.menu-item-10790 a {
		color: #000 !important;
	}
}

.text-justify {
	text-align: justify !important;
}
