/*
 Theme Name:   Easy Join
 Description:  Child theme for easy-join.com.
 Author:       Alex Mansfield
 Author URI:   http://sackclothstudios.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  shortcode-textdomain
*/

.ast-separate-container #primary > section,
.ast-separate-container #primary article {
	background-color: transparent;
}

#content #primary {
	margin: 0;
	padding-bottom: 100px;
}

#masthead {
	display: none;
}


/*--------------------------------------------------------------
## Join page styles
--------------------------------------------------------------*/
body {
	font-size: 18px;
	overflow-y: scroll !important;
}

body #page {
	background-color: transparent;
	box-shadow: none;
	color: #ffffff;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

body #content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}

body .entry-content > div {
	font-family: 'Yantramanav', 'sans-serif';
	max-width: 750px;
}

body .entry-content {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px !important;
}

body .entry-content p {
	line-height: 30px !important;
}

body .entry-content a {
	color: #ffffff;
}

body .entry-content img {
	box-shadow: none;
}

a {
	text-decoration: underline;
}

.join-logo {
	height: 220px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.join-logo img {
	max-height: 150px;
	width: auto;
}

.join-title h1 {
	font-size: 70px;
	font-weight: bold;
	line-height: 1.0em;
	margin-bottom: 33px;
}

.join-content {
	margin-bottom: 42px;
}

.join-form {
	/*background: #ffffff;*/
	color: #ffffff;
	/*padding: 10px 0;*/
	margin-bottom: 40px;
	border-radius: 3px;
	float: left;
	font-size: 24px;
	font-weight: bold;
}

#phone-number {
	border-width: 0;
	border-radius: 5px;
	width: 205px;
	font-size: 20px;
	float: left;
	font-weight: normal;
	line-height: 50px;
	height: 50px;
	margin: 0 0 5px 0;
	padding: 0 16px;
}

#join {
	background: #000000;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 25px;
	padding: 0 20px;
	text-decoration: none;
	width: 115px;
	-webkit-appearance: none;
}

#join:hover {
	background: #060606;
}

.join-spinner {
	display: inline-block;
	margin-left: 4px;
	text-align: center;
	background: url(img/loading.gif) no-repeat center center;
	width: 110px;
}


.join-disclaimer {
	clear: both;
	padding: 1px 0 25px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px;
	max-width: 650px !important;
	opacity: 0.8;
	/*margin-left: 17px;*/
}

body.mobile-view .join-form {
	float: none;
}

body.mobile-view #phone-number,
body.mobile-view #join {
	float: none;
	margin-left: 0;
	width: 100% !important;
}

body .entry-content .join-disclaimer p {
	line-height: 1.35em !important;
}

body .modal {
	color: #222222;
	text-align: center !important;
	padding: 50px 50px !important;
	width: 100% !important;
	max-width: 750px !important;
	line-height: 1.2em;
}

body .modal p {
	font-weight: bold;
}

body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body input[type=number] {
	-moz-appearance: textfield;
}


@media (max-width: 1000px) {

	#primary {
		padding-top: 0 !important;
	}

	.join-logo {
		/*margin-top: 10px;*/
		margin-bottom: 25px;
		height: auto;
	}

	.join-logo img {
		max-height: 90px;
	}

	.join-title h1 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.join-content {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.1em;
	}

	.join-form {
		margin-bottom: 15px;
	}

	body .entry-content {
		font-weight: 400;
		font-size: 20px;
		line-height: 24px !important;
	}

	body #phone-number,
	body #join {
	 	height: 36px;
		line-height: 36px;
		font-size: 18px;
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.join-form,
	form {
		width: 100%;
		float: none;
	}

	body #phone-number {
		margin-bottom: 15px;
	}

}

@media (max-width: 450px) {
	body #content {
		width: 100%;
	}
/*	#join {
		float: none;
		margin-left: 0;
		width: 100%;
	}*/
}


/*--------------------------------------------------------------
## Alert message styles
--------------------------------------------------------------*/

.join-alert {
	background-color: #ffffff;
	color: #636363;
	font-size: 20px;
	text-align: center;
	padding: 15px;
	line-height: 1.2em;
}

.join-alert p {
	max-width: 915px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Social buttons styles
--------------------------------------------------------------*/
.simplesocialbuttons-float-right-center {
	margin-right: 5px !important;
}

.simplesocialbuttons-align-centered button {
	min-width: 160px;
}

@media (max-width: 1000px) {
	.simplesocialbuttons-float-right-center {
		display: none;
	}
}

/*--------------------------------------------------------------
## Terms & Conditions
--------------------------------------------------------------*/
body .join-wrap {
	background-color: #ffffff;
	color: #222222;
	max-width: 100%;
	padding: 60px 80px 30px;
	border-radius: 10px;
}

body {
	background-attachment: fixed;
}

body,
body #page,
body h1,
body .entry-title a,
body .entry-content h1,
body h2,
body .entry-content h2,
body h3,
body .entry-content h3,
body h4,
body .entry-content h4,
body h5,
body .entry-content h5,
body h6,
body .entry-content h6,
body .wc-block-grid__product-title {
	color: #222222;
}

body .join-content {
	font-size: 18px;
	font-weight: normal;
}

body .join-content strong,
body .join-content b, {
	font-weight: bold;
}

/*body .join-logo {
	height: 150px;
}*/

@media (max-width: 1000px) {
	body {
		background-image: none;
		background-color: #222222;
	}

	body .join-wrap {
		padding: 15px 20px;
	}

	body .join-content {
		font-size: 12px;
	}

	body .join-content p {
		line-height: 16px !important;
	}
}