/*   
	Theme Name:        Cancer Warriors
	Theme URI:         http://www.eyesoreinc.com
	Description:       Wordpress theme developed for Cancer Warriors
	Author:            Nick Adams
	Author URI:        http://www.eyesoreinc.com
*/
/* ---------------------- */
/* ------- Layout ------- */
/* ---------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	line-height: 1.2em;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	line-height: 1.2em;
	margin-bottom: 16px;
}
h1, h2, h3, h3, h5, h6, button, .button {
	font-family: 'Raleway', sans-serif;
}
p {
	font-family: 'EB Garamond', serif;
}
ol, ul {
	margin-bottom: 16px;
	margin-top: 16px;
	padding-left: 40px;
	list-style: disc;
}
li {
	margin-bottom: 5px;
}
.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: url('/wp-content/themes/cancer-warriors/images/bknd.jpg');
	font-family: 'Raleway', sans-serif;
	z-index: 1000;
}
.header-full {
	width: 400px;
}
.page-wrap {
	position: relative;
	padding-left: 400px;
}
#content {
	width: 100%;
	padding-top: 30px;
}
.home #content {
	padding-top: 0;
}

.footer {
	width: 100%;
	min-height: 40vh;
	position: relative;
	bottom: 0;
	clear: both;
}
input[type="submit"], .button {
	background-color: rgb(177,31,36);
	color: white;
}
.wrapper {
	padding: 5%;
}
.home .wrapper {
	padding: 0;
}
.sponsor-border {
    border-top: 2px solid rgba(0,0,0,0.3);
    margin: 20px 0 40px 0;
    padding-top: 40px;
}
.sponsor-border input[type="submit"] {
	margin: 20px auto 0 auto;
	max-width: 500px;
}
strong {
	font-weight: bold;
}
span.hover-image-desc {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.header-mobile {
	display: 	none;
	width: 100px;
}
/* ---------------------- */
/* ------- Header ------- */
/* ---------------------- */
.header #logo {
	text-align: center;
	margin: 5% 5% 3% 5%;
}
.header #logo .border {
	width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid black;
}
.header a {
	text-decoration: none;
	color: black;
}
.header #main-menu a {
	font-weight: 500;
}
.header #logo h1 {
	font-weight: 600;
	font-size: 32px;
	padding-bottom: 10px;
}
.header #header-menus {
	margin-left: 10%;
}
.header #header-menus li {
	list-style: none;
	margin-bottom: 0;
}
.header #header-menus p {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
#main-menu {
    margin-top: 3%;
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 35px;
}
#main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#social-menu {
	padding-bottom: 20px;
}
.socials a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.header-mobile {
	text-align: center;
}
.header-mobile a {
	padding-top: 5vh;
}
.header-mobile #open-sesame {
	position: absolute;
    right: 10px;
    top: 50%;
    background-color: transparent;
    border: none;
}
.header-mobile #open-sesame:hover, .header-mobile #open-sesame:active, .header-mobile #open-sesame:focus {
	top: 50%;
	right: 9px;
	left: auto;
}



/* ---------------------- */
/* ------- Footer ------- */
/* ---------------------- */
.footer #upper-footer {
	color: white;
	background-color: rgb(177,31,36);
	min-height: 30vh;
	padding: 50px 20px;
}
.footer #upper-footer p {
	font-size: 32px;
	line-height: 54px;
	margin-bottom: 0;
}
.footer #upper-footer p:nth-child(2), .footer #bottom-footer p {
	font-size: 16px;
}
.footer #upper-footer .cancer-cannot {
	padding-right: 5px;
}
.footer #upper-footer .cancer-cannot:before {
	content: url('/wp-content/themes/cancer-warriors/images/twitter.png');
}
.footer #upper-footer .verse a {
	text-decoration: none;
	color: white;
}
.footer #bottom-footer {
	color: white;
	background-color: black;
	min-height: 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Raleway', sans-serif;
	padding: 0 20px;
}
/* --------------------------------- */
/* ------- Home / Front Page ------- */
/* --------------------------------- */

#hero-content {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 45vw;
	background-position: center top;
}
#hero-content .overlay {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.5));
}
#hero-content #hero-text {
	font-family: 'Raleway', sans-serif;
	color: white;
	position: absolute;
	bottom: 55px;
	left: 5%;
}
#hero-content #hero-text h1 {
	font-size: 84px;
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
.home .newsletter, #sub-hero-content {
	background-color: rgb(177,31,36);
	font-size: 32px;
	color: white;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sub-hero-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 	30px;
	padding-right: 	30px;
}
.home .newsletter .wrap {
	padding-bottom: 20px;
}
.newsletter .wrap {
	margin: 0 auto;
	max-width: 750px;
	padding: 0 20px;
	text-align: center;
}
.home h3 {
	font-family: 'EB Garamond', serif;
}
#sub-hero-content p, .newsletter p {
	font-size: 32px;
	line-height: 54px;
}
.newsletter input {
	background-color: rgba(0,0,0,0);
	border: 1px solid white;
	font-size: 36px;
	color: white;
	height: 75px;
}
.newsletter #mc-embedded-subscribe {
    padding: 15px;
    text-transform: uppercase;
}
#sub-hero-content, .home .verse {
	line-height: 60px;
}
.home .verse {
	max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.home .height-zero {
	height: 0px;
	text-align: center;
}
.home .height-zero .scroll-down {
	height: 100px;
    width: 100px;
    background-color: rgb(177,31,36);
    border: none;
    border-radius: 50%;
    position: relative;
    bottom: 50px;
}
.home .height-zero .scroll-down:hover, .home .height-zero .scroll-down:focus {
	bottom: 50px;
	top: auto;
	left: auto;
}
.home button.scroll-down img {
    width: 30px;
    padding-bottom: 40px;
}
.home .background-image {
	height: 29vw;
	position: relative;
}
.home .col-6 .wrap {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
}
.tml-register form input[type=number]::-webkit-inner-spin-button, 
.tml-register form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.tml-register form .state-input,
.tml-profile form .state-input{
	display: none;
}
.photonic-standard-layout .photonic-title-info{
	max-width: 100%;
}
/*----------------------------
----Subscription/Donations */
.subscription_choices{
	display:none;
}
.subscription_forms #custom_amount{
	display:none;
}
.donation_submits .subscription_form,
.donation_submits .single_form{
	display:none;
}
#custom_amount::-webkit-inner-spin-button,
#custom_amount::-webkit-outer-spin-button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0;
}
button.box {
	background-color: rgba(0,0,0,0);
	font-size: 36px;
	padding: 20px; 
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
button.box.white {
	color: white;
	border: 2px solid white;
}
button.box.black {
	color: black;
	border: 2px solid black;
}
button.extra-margins {
	margin: 5% 0;
}
button:hover, button:focus {
	cursor: pointer;
	position: relative;
	top: 1px;
	left: 1px;
}
#middle-content {
	font-family: 'Raleway', sans-serif;
}
#bottom-content {
	font-family: 'EB Garamond', serif;
}
#bottom-content .content-bottom .content-left button.box {
	display: none;
}
h3{
	font-size: 32px;
	text-transform: uppercase;
}
p {
	font-size: 22px;
}
#bottom-content .border, #middle-content .border, .search-results .border {
	margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(177,31,36);
    width: 100%;
    max-width: 350px;
}
#bottom-content .wrap p, #middle-content .wrap p {
	margin-bottom: 32px;
	line-height: 32px;
}


/* ----------------------- */
/* ------- Subpage ------- */
/* ----------------------- */
.hero-image img {
	max-width: 100%;
}
.content-wrap h1 {
	font-size: 36px;
	text-transform: uppercase;
	text-decoration: none !important;
	padding-bottom: 2%;
}
.content-wrap h1 a {
	text-decoration: none;
	color: black;
}
.content-wrap {
    width: 70%;
    display: inline-block;
}
.sidebar {
	float: right;
    width: 28%;
    margin-left: 2%;
}
.sidebar #sidebar {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.widget_fbw_id {
	margin: 20px auto;
}
h2.widgettitle {
	padding-left: 20px;
	font-size: 30px;
}
#sidebar .strong-form-inner {
	padding: 0 20px;
}
#sidebar .strong-form-inner .after {
	display: none;
}
#sidebar .strong-form-inner label[for="wpmtst_captcha"], #sidebar .strong-form-inner .form-field.wpmtst-captcha .required.symbol {
	display: none;
}
#sidebar .strong-form .form-field {
	margin-bottom: 1rem;
}
h2 a {
	text-decoration: none;
	color: black;
}
/* -------------------- */
/* ------- Blog ------- */
/* -------------------- */

.post-snippet.thumbnail .post-thumbnail {
	width: 48%;
	float: left;
}
.post-snippet.thumbnail .entry {
	width: 48%;
	float: right;
}
.post-snippet.noimg .entry {
	width: 100%;
}
.page-template-template-blog div.break {
	clear:both;
	width: 100%;
	border-bottom: 3px solid black;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.blog #content h2 {
	font-weight:bold;
} 

.blog .post {
	margin-bottom:30px;
}

.wp-pagenavi span.current {
	background-color: rgb(177,31,36);
	border-color: rgb(177,31,36);
	color:#FFF;
}
body #content .wp-pagenavi a {
	background-color: #BFBFBF;
	color: black;
}
body #content .wp-pagenavi a:hover {
	border-color: #BFBFBF;
	position: relative;
	top: 1px;
	left: 1px;
}


.wp-pagenavi .page, .wp-pagenavi .current {
	padding: 3px 30px;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .page, .wp-pagenavi .current,  
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink  {
	border-width: 2px;
	border-radius: 5px;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	padding: 3px 14px;
}
.readmorelink {
	text-decoration: none;
    color: #000;
    border: solid 2px #000;
    padding: 5px 10px;
    margin: 0 auto;
    display: block;
    width: 140px;
}

.wp-pagenavi {
    text-align: center;
    width: 70%;
}
/* ---------------------- */
/* ------- Single ------- */
/* ---------------------- */
.single #content {
	min-height: 0;
}
.single #content {
	min-height: 56.7vh;
}
.single h1 {
	padding: 1% 5%;
}
.single .sidebar {
	padding-top: 0;
}
/* ---------------------- */
/* ------- Events ------- */

.event-title h3{
	font-size: 18px;
}

/* ----------------------------- Misc --------------------------------- */
.tml input, .tml textarea, .tml select {
	margin: 5px 0;
}
.tml p {
	margin-bottom: 16px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 15px;
	padding: 10px 20px;
}
.page-links {
	text-align: center;
	margin-top: 20px;
}
.page-links a {
	margin: 0 2px;
	text-decoration: none;
}
.page-links > span {
	text-decoration: underline;
}
.page-links a:hover {
	text-decoration: underline;
}
.page-links .page-links-title {
	display: none;
}
.newsletter input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(255,255,255,0.5);
}
.newsletter input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(255,255,255,0.5);
   opacity:  1;
}
.newsletter input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgba(255,255,255,0.5);
   opacity:  1;
}
.newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(255,255,255,0.5);
}
.newsletter input::-ms-input-placeholder { /* Microsoft Edge */
   color:    rgba(255,255,255,0.5);
}
.um .picker__select--month, .um .picker__select--year {
	margin: 0 auto 10px auto !important;
}
.donation_choices label {
	display: block;
}
.donation_choices .subscription_choices {
	padding-left: 40px;
}
.donation_choices #custom_amount {
	margin-bottom: 16px;
}
/* --------------------------------- 404 ----------------------------------------- */
.error404 .searchform, .search-no-results .searchform {
	max-width: 500px;
	display: -webkit-flex;
	display: flex;
	margin-left: -2%;
}
.error404 .searchform input[type="text"], .search-no-results .searchform input[type="text"] {
	width: calc( 70% - 2% );
	margin-left: 2%;
	height: auto;
}
.error404 .searchform input[type="submit"], .search-no-results .searchform input[type="submit"] {
	width: calc( 30% - 2% );
	margin-left: 2%;
}
/* ----------------------------- search-results --------------------------------- */
.search .search-posts .search-post {
	padding-bottom: 40px;
}
/* ----------------------------- flickr gallery ------------------------------ */
.page-id-223 .photonic-flickr-stream .photonic-pad-photosets {
	margin: 0;
	width: 33%;
}
/* woocommerce cart */
body.woocommerce-cart #content .content-wrap .woocommerce input[name="coupon_code"] {
	width: 100%;
}
.woocommerce-cart .woocommerce input[name="update_cart"] {
	max-width: 200px;
	display: block;
	margin-left: auto;
	clear: both;
}
.woocommerce form .form-row .input-checkbox {
	width: auto;
}

.reg-btn {
    background: #ececec;
    display: inline-block;
    padding: 10px 60px;
    color: #b11f24;
    font-family: arial;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 1px 1px #b9b9b9;
}

/* ---------------------------------- media queries -------------------------------- */
@media only screen and ( max-width: 1300px ) {
	#hero-content #hero-text h1 {
		font-size: 	67px;
	}
}
@media only screen and ( max-width: 1200px ) {
	.page-wrap {
		padding-left: 	100px;
	}
	.header-mobile {
		display: 	block;
	}
	.header-full {
		display: 	none;
	}
}
@media only screen and ( max-width: 1024px ) {
	#hero-content #hero-text h1 {
		font-size: 54px;
	}
	button.box {
		font-size: 29px;
	}
	.newsletter input {
		font-size: 29px;
		height: 60px;
	}
	.content-wrap, .sidebar {
		width: 100%;
	}
}
@media only screen and ( max-height: 950px ) {
	#logo img {
		max-width: 30%;
	}
	.header #logo h1 {
		font-size: 28px;
		padding-bottom:0px;
	}
	#main-menu, #social-menu {
		padding-bottom:10px;
	}
	.header #logo {
		margin-top:10px;
	}
	.header {
		overflow:auto;
	}
}
@media only screen and ( max-width: 768px ) {
	.page-wrap {
		padding-left: 0;
	}
	button#responsive-menu-button {
		width: 100% !important;
		position: static !important;
		text-align: right;
	}
	button#responsive-menu-button span {
		margin-right: 15px;
	}
	#hero-content #hero-text {
		position: static;
		padding: 70px 20px;
	}
	#hero-content {
		height: auto;
	}
	button.box {
		font-size: 23px;
	}
	#hero-content #hero-text h1 {
		font-size: 43px;
	}
	.home .background-image {
		height: 70vw;
	}
	.home .content-bottom.row {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.newsletter input {
		font-size: 23px;
		height: 48px;
	}
	.newsletter #mc-embedded-subscribe {
		padding: 0;
	}
	.post-snippet.thumbnail .entry, .post-snippet.thumbnail .post-thumbnail {
		width: 100%;
		float: none;
	}
	.admin-bar #responsive-menu-wrapper {
		margin-top:50px !important;
	}
	.page-id-223 .photonic-flickr-stream .photonic-pad-photosets {
		width: 100%;
	}
}
@media only screen and ( max-width: 500px ) {
	#hero-content #hero-text h1 {
		font-size: 35px;
	}
}