/*
 Theme Name:   Next Level Domains
 Description:  A Bootstrap-powered domain marketplace child theme for Bootscore.
 Author:       Next Level Domains
 Author URI:   https://nextleveldomains.com
 Template:     bootscore
 Version:      1.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* Front-end styles are compiled from assets/scss into assets/css/main.css. */



.alignfull {
	max-width: 100vw;
	width: 100vw;
}
.entry-content .alignfull {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
}
/*
  .alignwide {max-width: 1320px; width: 100vw; margin:0 auto;}
  */
.alignwide {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:576px) {
	.alignwide {
		max-width: 540px;
	}
}
@media (min-width:768px) {
	.alignwide {
		max-width: 720px;
	}
}
@media (min-width:992px) {
	.alignwide {
		max-width: 960px;
	}
}
@media (min-width:1200px) {
	.alignwide {
		max-width: 1140px;
	}
}
@media (min-width:1400px) {
	.alignwide {
		max-width: 1320px;
	}
}