/*
Theme Name:  Consultify Child
Text Domain: consultify-child
Template:    consultify
Version:     1.0.0
Description: Make your modifications to [Consultify Theme] in this child theme.
Tags:        portfolio
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/** HEADER **/

/** Text nebenLogo **/

.is-header-small .site-branding .site-branding-right {
	display: flex !important;
}

.site-header.clone .site-branding .site-branding-right { /** floating scroll header **/
	transition: margin 700ms;
	margin-bottom: 0px;
}

.site-header.clone.is-visible .site-branding .site-branding-right { /** floating scroll header **/
	margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
	.is-header-small .site-branding {
		width: 100%;
		max-width: unset;
		left: 0;
		padding-left: 32px;
	}
	.is-header-small .site-branding .site-branding-wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
	}
}



/** Language Switcher Header **/

.lang a {
	border-left: 1px solid black;
	padding-left: 6px;
	padding-right: 3px;
	font-weight: 500;
}

.lang a:hover, .lang a.active {
	text-decoration: underline;
	text-decoration-thickness: px;
	text-underline-offset: 3px;
}

.lang a:first-child {
	border: none;
}

@media only screen and (max-width: 991px) {
	.lang {
		padding-bottom: 20px;
	}
}

/** footer links **/

footer a:hover {
	color: black
}

footer .site-info ul li {
	padding: 0 10px 6px 10px;
}