/*
Theme Name: Scriptease
Author: Richard Starr for Telegraphic
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

/* theme start */
body {
  background-color: #000;
  color: #E3E3E3;
}

.panel-body {
	color: black;
}
.panel-heading {
  padding: 0px;
}
.panel a {
  background-image: url("/wp-content/uploads/2016/07/white_arrow.png");
  background-position: right 4px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-color: black;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: white;
}
.panel-group .panel {
  border-radius: 0;
}
.section {
  margin-bottom: 20px;
}
.intro {
 font-size: 16px;
text-align: center;
margin-top: 40px;
}
h2 {
text-align: center;
border: 1px solid white;
width: 100%;
max-width: 400px;
margin: 0 auto;
padding: 10px;
margin-bottom: 20px;
margin-top: 20px;
}
.footer {
 font-size: 10px;
text-align: center;
background-color: white;
padding: 8px;
color: black;
}

/*Restyling the buttons on the slider*/


#huge_it_slideshow_left_1, #huge_it_slideshow_right_1 {
	background-image: url(/wp-content/uploads/2016/07/arrows.simple.png) !important;

}
.huge_it_slideshow_description_text_1 {
	text-decoration: none;
	position: absolute;
	z-index: 11;
	border-style: solid;
	display: inline-block;
	width: 64%;
	/* height: 44%; */
	right: 3%;
	bottom: 3%;
	padding: 3%;
	text-align: justify;
	color: #ffffff;
	background: rgba(0,0,0,0.7) !important;
	border-style: solid;
	font-size: 18px !important;
	border-width: 0px;
	border-color: #ffffff;
	border-radius: 0px;
}

header {
    background-color: black;
margin-top: 20px;
padding: 10px;
}

.huge_it_slideshow_image_wrap_1 {
  z-index: 0;
}

