/* =============================================================================
   10-responsive.css
   Shared responsive breakpoints for the sections above, plus #intro_band.

   Split out of style.css, which had grown to 3,647 lines. Loaded via
   wp_enqueue_style() in inc/enqueue.php - the load ORDER there matches the
   numeric filename order, and matches the order these rules appeared in the
   original file, so the cascade is unchanged.
   ============================================================================= */
/* --- RESPONSIVENESS --- */

@media only screen and (min-width: 1px) and (max-width: 1200px) {
	#mainbanner .container .column .left {
		width: 50%;
	}
	#mainbanner .container .column .right {
		width: 50%;
	}
	h1 br {
		display: none;
	}
	#quotes .container .column .right {
		padding-left: 0px;
		color: var(--js-white);
	}
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
	.gnews .gnews_wrap {
		width: 50%;
	}
	.job-wrap {
		width: 50%;
	}
	footer p br {
		display: block;
	}
	.column.cols1 {
		padding-bottom: 45px;
	}
	.faqs {
		margin-bottom: 30px !important;
	}
	h1 {
		margin-top: 0pc;
		font-size: 37pt;
		line-height: 37pt;
	}
	.tips_title {
		text-align: left;
		margin-bottom: 0px;
	}
	.tips_title svg {
		display: none;
	}
	h2 br {
		display: none;
	}
	#mainbanner p,
	#mainbanner p a {
		font-size: 18pt;
		line-height: 19pt;
	}
	h2 {
		font-size: 18pt;
		line-height: 19pt;
	}
	ul li {
		list-style: none;
		font-size: 13pt;
		line-height: 17pt;
		margin-bottom: 8px;
	}
	p {
		font-size: 13pt;
		line-height: 17pt;
	}
	p.special {
		font-size: 19pt;
		line-height: 21pt;
	}
	#mainbanner .quote {
		display: none;
	}
	#mainbanner .container .column .right img {
		display: none;
	}
	#mainbanner .container .column .left {
		width: 100%;
	}
	#mainbanner .container .column .right {
		width: 100%;
	}
	#mainbanner .pattern,
	#quotes .pattern {
		background-size: 150%;
		height: 200px;
	}
	#quotes .pattern {
		bottom: 0px;
	}
	#mainbanner {
		padding-bottom: 250px;
	}
	body.page-template-template_jobclub #quotes,
	body.page-template-template_jobclub #quotes2 {
		height: 400px;
	}
	body.page-template-template_jobclub ul.special li {
		background-position: 0px 11px;
	}
	#quotes {
		background-position: center;
	}
	#info .container .column .left {
		width: 100%;
		padding-right: 0px;
		border-right: none;
	}
	#info .container .column .right {
		padding-left: 0px;
		width: 100%;
	}
	ul.special li {
		background-size: 19px;
		background-position: 0px 1px;
		padding-left: 29px;
	}
	a.button {
		font-size: 16pt;
		line-height: 23pt;
	}
	#info {
		padding: 50px 0px;
	}
	.container .column .left,
	.container .column .right {
		width: 100% !important;
		padding: 0px !important;
	}
	#quotes .container .column {
		padding: 100px 0px;
	}
	#signup .container .column .left {
		width: 100% !important;
		padding-right: 0px;
		text-align: center;
	}
	#signup .container .column .right {
		width: 100% !important;
		padding-left: 0px;
		text-align: center;
	}
	.register {
		margin: 50px auto 30px auto !important;
		float: none !important;
	}
	ul {
		margin: 0px !important;
	}
	footer span {
		float: none !important;
		margin-top: 15px;
		display: block;
	}
	footer svg {
		display: block;
	}
	#signup p {
		margin: 10px 0px !important;
	}
	#pick ul li {
		background-position: 0px 8px;
	}
	#clubinfo h2 {
		margin-top: 30px;
	}
	.wrapper1 {
		max-width: 100%;
		padding-right: 0%;
		padding-top: 0px;
		padding-bottom: 20px;
		border-right: none;
		margin-top: 0px;
	}
	.wrapper2 {
		max-width: 100%;
		padding-right: 0%;
		padding-top: 0px;
		padding-bottom: 0px;
		border-right: none;
		margin-top: 0px;
	}
	ul.tips li {
		list-style: initial;
	}
	/* ul.special.events li {
		padding: 2px 0px 8px 29px;
		line-height: 19pt;
		background-position: 0px 5px;
	} */
	.tips_title.news {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 750px) {
	.gnews {
		margin: 0px;
	}
	.gnews .gnews_wrap {
		width: 100%;
		padding: 0px 0px;
	}
	header nav {
		padding-top: 20px;
		right: auto;
		top: auto;
	}
	header .menu {
		display: block;
	}
	header nav {
		top: auto;
		pointer-events: none;
		opacity: 0;
	}
	.item_wrap {
		width: 50%;
	}
	.job-wrap {
		width: 100%;
	}
	p.large,
	#mainbanner p.large {
		font-size: 20pt;
		line-height: 23pt;
		margin-bottom: 0px;
	}
	#mainbanner .pattern,
	#quotes .pattern {
		background-size: 200%;
		height: 150px;
	}
	#mainbanner {
		padding-bottom: 200px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 500px) {
	.quote-wrap {
		padding: 0px 0px;
	}
	header svg {
		height: 41px;
	}
	header nav ul li a {
		font-size: 7.8pt;
		text-decoration: none;
	}
	.register {
		font-size: 30pt;
		padding: 72px 30px;
		line-height: 29pt;
	}
	footer div.socialicons {
		display: block;
	}
}



/* --- #INTRO_BAND --- */
#intro_band {
	padding: 70px 0 20px;
}
#intro_band h1 {
	font-size: 46pt;
	line-height: 40pt;
	max-width: 900px;
	margin-bottom: 20px;
}
#intro_band p.special {
	max-width: 900px;
	color: var(--js-grey);
}

