/*!
Theme Name: advcore
Theme URI: https://github.com
Author: Advcore
Author URI: https://github.com
Description: WordPress theme code
Version: 8.0.1
Tested up to: 8.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: advcore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL. 

*/

/* header mobile  */

@media (max-width: 1024px) {

	.header-row-1 {
		order: 1;
		padding-left: 0.75rem;
		padding-right: 0;
	}

	.header-row-2 {
		order: 3;
		padding-left: 0;
		padding-right: 0;
	}

	.header-row-3 {
		order: 2;
		padding-left: 0;
		padding-right: 0.75rem;
	}

}

/* sticky  */

@media(min-width:1025px) {

	body.admin-bar #header-main {
		margin-top: 32px;
	}

	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		box-shadow: 0px 3px 15px rgb(0 0 0 / 15%);
	}

	.sticky+.site-main {
		padding-top: 120px;
	}

	.blog .sticky+.site-main {
		padding-top: 130px;
	}

	.single-post .sticky+.site-main {
		padding-top: 145px;
	}
}

@media (min-width: 1025px) {

	#page-wrapper #primary-main,
	#page-wrapper #sidebar-right,
	#single-wrapper #primary-main,
	#single-wrapper #sidebar-right,
	#archive-wrapper #archive-header {
		margin-top: 70px;
	}
}

html {
	scroll-padding-top: 70px;
}

@media (max-width: 1024px) {
	html {
		scroll-padding-top: 0px;

	}
}

/* custom */
