/*!
Theme Name: DOGO - Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

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

.menu {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

body.home .menu {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}

.brand .custom-logo.kadence-sticky-logo {
	margin-top: 10px;
}

.brand .custom-logo:not(.kadence-sticky-logo) {
	margin-top: 15px;
}

@media screen and (min-width: 1290px) {
	body .item-is-fixed.item-at-start .custom-logo {
		transform-origin: top left;
		transform: scale(2.8);
		margin-top: 70px;
		margin-left: -20px;
        padding-left: 20px;
        background: white;
        border-bottom-right-radius: 41px;
	}
	body.home .item-is-fixed.item-at-start .custom-logo {
		transform-origin: top left;
		transform: scale(2.8);
		margin-top: 70px;
		margin-left: -20px;
        padding-left: 20px;
        background: white;
        border-bottom-right-radius: 41px;
	}
}



/*@media screen and (max-width: 1289px) {
	.brand,
	.has-logo-image {
		position: relative !important;
		top: 8px !important;
	}

	body.home .brand,
	body.home .has-logo-image {
		position: relative !important;
		top: 15px !important;
	}
}*/

/* @media screen and (min-width: 1290px) {
	.brand .custom-logo:not(.kadence-sticky-logo) {
		margin-top: 15px;
	}
}
 */
/*@media screen and (min-width: 1290px) {
	.brand,
	.has-logo-image {
		position: relative !important;
		top: 8px !important;
		transform: scale(1);
		transform-origin: top left;
  }
	body.home .brand:not(.has-sticky-logo),
	body.home .has-logo-image:not(.has-sticky-logo) {
		position: relative !important;
		top: 70px !important;
		transform: scale(2.8);
		transform-origin: top left;
	}
}*/

/* @media (min-width: 1025px) {
	.is-scaled img {
		transform: scale(1.5) translate(27px, 0);
	}	
} */




    