/*

Theme Name: Shattered

Description: Custom made theme for Schism.org

Version: 1.1

Author: newbabyfly


*/

/* ------------------ Global Stlyes -------------- */

* {
	margin: 0;
	padding:0;
	box-sizing: border-box;
	}

 
body {
	font:12pt/1.2rem arial, san-serif;
	margin:0 auto;
	text-align:left;
	background-color: #000000;
	color:#000;
	}


.center {text-align:center;}

.break {clear:both !important;}

.hrlight {
	background:#fff;
	margin-top:25px;
	margin-bottom: 25px;
	width:100%;
}

.hrdark {
	background:#990000;
	border:1px solid #990000;
	margin-top:35px;
	margin-bottom: 35px;
	width:100%;
}



.azeret-mono-<uniquifier> {
  font-family: "Azeret Mono", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



/*---------------  Headers/Text ---------------- */

h1 {
	font-family: 'Azeret Mono', serif;
	font-weight: 600;
	font-size: 2rem;
	display:block;
	width:100%;
	margin-bottom:25px;
	color:#fff;
	text-align:center;

}

h2 {
	font-family: 'Azeret Mono', serif;
	font-weight: 400;
	font-size: 1.7rem;
	display:block;
	width:100%;
	margin-bottom:25px;
	text-align:right;
}



h3 {
	font-family: 'Azeret Mono', serif;
	font-weight: 400;
	font-size: 1.4rem;
	display:block;
	width:100%;
	margin-bottom:20px;
	text-align:right;
}

p {
	margin-top: 0 !important;
	margin-bottom:0px;
}

.smtext {
	font-size:.8em;
	line-height: 1.4em;
}


.light {
	color:#fff;
}

.widgettitle {margin-bottom:30px;}



/* -------------------- <a> ----------------------*/

a {
	color:#0083b4;
	text-decoration:none !important;
}

a:hover {
	color:#fff;
	text-decoration:none;
}



.boldlink a {
	display:block;
	width:100px;
	height:30px;
	color: #0083b4;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding: 6% 10%;
	font-size:1.2em;
	background: #990000;
	}

.lightlinks a {
	color:#fff;
	font-weight:bold;

}



.more-link {margin-left:20px;}

#nav-below { width: 100%;}

.nav-previous {display: inline-block; float:left;width:50%;}
.nav-next  {display:inline-block;width:50%; text-align:right;}
.material-icons { position:relative;top:8px;padding:5px;}




/* -------------------- <img>  ----------------------*/

 img {
	max-width:100%;
	height:auto;

	}



/* --------------------- <ul> ---------------- */

ul  { list-style-type:none;}

li {margin-bottom:.2em;}

.lineup li {display:inline;padding:5px;}

.lineupright li { display:inline;float:right;list-style-type:none;margin-left:15px;margin-bottom:8px;}

.lineupleft li { display:inline;float:left;list-style-type:none;margin:0;}

.bullet li { list-style-type:square;padding-left:6px;margin:0 0 8px 10px;float:none;}

.icon img {
	width:30px;
	height:30px;
	opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.float { display:inline;}

.break {clear:both;}

	/*-----------------Hamburger Menu-------------------------*/


.navbar {
	width:100%;
  display: block;
  background-color: #0083b4;
  position:fixed;
  top:0;
  left:0;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  z-index:10;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;

}

.navbar .menu-items {
  display: flex;

}

.navbar .nav-container li {
  list-style: none;

}


.nav-container {
  display: block;
  position: relative;
  height: 60px;

}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 100%;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;

}


.navbar .menu-items li {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;

}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #0e2431;

}

.logo h1 {
	padding:15px 0 20px 0 ;
}


.swipe a {
	display:block;
	padding:6px;
	width:100%;
	height:100%;
	color:#ccc;
	text-decoration:none !important;
	z-index:30;
	text-indent:20px;
	box-shadow: inset 0 0 0 0 #0083b4;
	color: #ccc;
 	transition: color .8s ease-in-out, box-shadow .3s ease-in-out;
}

.swipe a:hover {
	font-weight:bold;
	font-style:italic;
	color:#fff;
	text-decoration:none !important;
	/*background: url("img/menuhover.png") no-repeat center right;
	background-size: cover;*/
	box-shadow: inset 1500px 0 0 0 #0083b4;
 	color: white;
}





.socials li {
		list-style-type:none;
		display:inline-flex;

		margin:5px;
		padding:0;

}

.socials li a { opacity: 0.5;
  transition: 0.3s; }
.socials li a:hover { opacity: 1; }





/*---------------------------- HEADER --------------------*/



#header {
		display:block;
	width:15%;
	position: fixed;
	margin: 10px 0 0 0;
		z-index:20;

}



#branding {
	width:40%;
	height:40%;
	background:url("img/logo.png") no-repeat;
	background-size:contain;
	background-position: bottom left; 
	position:fixed;
	bottom:0;
	left:0;
}


#wrapper {
	
	background-color:#0000;

}

#mainright {
	background-color: rgba(0, 0, 0, 0.7);
	color:#fff;
}


.feature {
	background-color: rgba(102, 102, 102, 0.7);
	margin:0 10px 0 10px;
	padding:4px;

}

.feature h2 {
	width:100%;
	background: #0083b4;
	text-align:right;
	color:#fff;
	font-family: 'Azeret Mono', serif;
	font-weight: 400;
	font-size: 1.7rem;
	padding:4px;
	}





/*----------------- Flexbox -------------------- */

.flex-container {
  display: flex;
}




/*------------------ Forms -------------------*/
label {
	width:100%;
}



textarea {
	height:150px;
}

.wpcf7-submit {
	margin-top:10px;
	background: #f04d00;
	color:#fff;
	font-weight:bold;
	padding:10px;
	border:none;
	border-radius: 10px;
	cursor:pointer;
}