/*
Theme Name: Casal Gamer Child
Theme URI: https://www.casalgamer.com.br/
Description: Child theme for Casal Gamer on top of ColorMag. Own visual customizations live here.
Author: Casal Gamer
Author URI: https://www.casalgamer.com.br/
Template: colormag
Version: 0.1.1
Text Domain: casal-gamer-child
*/

/* --- Breadcrumb --- */
.breadcrumb-title {
	display: none;
}

#breadcrumb-wrap {
	margin-bottom: 0;
}

/* --- Social / partners --- */
.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link {
	padding: 0;
}

.left-partner-logo {
	border-radius: 5px;
	max-height: 70px;
}

/* --- Primary nav bar --- */
nav#cm-primary-nav {
	background: rgb(126, 168, 216);
}

/* --- Header layout (desktop) --- */
@media screen and (min-width: 800px) {
	.cm-site-branding a img {
		margin: 0 0 -10px;
		max-height: 70px;
	}

	div#cm-site-branding {
		position: relative;
	}

	div#cm-site-branding a.custom-logo-link {
		position: absolute;
		top: 10px;
	}

	.cm-menu-primary-container ul#menu-principal {
		padding-left: 210px;
	}

	.cm-main-header #cm-header-1 > .cm-container > .cm-row {
		padding: 0;
	}

	#cm-header-1 {
		position: relative;
		z-index: 2;
	}

	#cm-header-2 {
		position: relative;
		z-index: 1;
	}

	.cm-primary-nav li {
		padding: 15px 16px;
	}

	body:not(.home) #breadcrumb-wrap {
		margin-top: 40px;
	}

	#cm-content {
		padding-top: 40px;
	}
}
