 body.noBg {
 	background-image: none !important;
 }
 
 .section-hero.noBg {
 	display: none !important;
}
@media (max-width: 811px) {
    .navbar #navbarNav.show + .header-cta{
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 1081px) and (orientation:landscape) {
    .navbar #navbarNav.show + .header-cta{
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 375px){
	.search .form-search{
        display: block;
        height: 110px;
    }
}
@media only screen and (max-width: 811px)  and (orientation: portrait){
	.responsiveSearchBtn{
		display: block;
	}
}
@media only screen and (max-width: 1081px)  and (orientation: landscape){
	.responsiveSearchBtn{
		display: block;
	}
}
@media (max-width: 1024px) {
	.sites .model-grid .row > div {
		max-width: 33.3333%;
		flex: 0 0 33.3333%;
	}
	.sites .model-grid .row .item-title{
		font-size: 15px;
		word-break: break-word;
	}
}
@media (max-width: 767px) {
	.sites .model-grid .row > div {
		max-width: 50%;
		flex: 0 0 50%;
	}
}
@media (max-width: 420px) {
	.sites .model-grid .row .item-title{
		word-break: break-word;
	}
}
.sites .model-grid .row > div {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.seeMoreSites.free-tag{
	border-radius: 60px;
	background-color: #a700ff;
	color: #fff !important;
	border-color: #a700ff;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	font-family: "SF-Compact-Rounded","SF Compact Rounded", "SFCompactRounded","Helvetica","Arial",sans-serif;
	font-weight: 700;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 24px;
	padding: 0.15em 0.2em 0.125em;
	white-space: normal;
	line-height: 1;
	min-width: 139px;
}
@media (max-width: 420px) {
	.seeMoreSites.free-tag{
		font-size: 16px;
		width: auto;
		min-width: 0;
		padding: 5px 8px 4px;
		height: auto;
		min-height: 0;
	}
}
.seeMoreSites.free-tag span{
	-webkit-text-fill-color: unset !important;
}
.seeMoreSites.free-tag a{
	color: #fff !important;
}
