/*
 Theme Name:     Senior Thesis - Editor Child Theme
 Theme URI:      https://arraythemes.com/themes/editor-wordpress-theme/
 Description:    Editor Child Theme
 Author:         Perry Johnson
 Author URI:     http://perryjohnson.net
 Template:       editor
 Version:        1.0.0

*/

/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
    font-family: 'DaxlineProThin';
    src: url('fonts/DaxlineProThin.eot');
    src: url('fonts/DaxlineProThin.eot') format('embedded-opentype'),
         url('fonts/DaxlineProThin.woff2') format('woff2'),
         url('fonts/DaxlineProThin.woff') format('woff'),
         url('fonts/DaxlineProThin.ttf') format('truetype'),
         url('fonts/DaxlineProThin.svg#DaxlineProThin') format('svg');
}
@font-face {
    font-family: 'DaxlineProBold';
    src: url('fonts/DaxlineProBold.eot');
    src: url('fonts/DaxlineProBold.eot') format('embedded-opentype'),
         url('fonts/DaxlineProBold.woff2') format('woff2'),
         url('fonts/DaxlineProBold.woff') format('woff'),
         url('fonts/DaxlineProBold.ttf') format('truetype'),
         url('fonts/DaxlineProBold.svg#DaxlineProBold') format('svg');
}
body{
  font-family:'DaxlineProThin';
}
h1.site-title{
  font-family:'DaxlineProBold';
}
.comment-reply-title,.comments-title{
  font-family:'DaxLineProThin';
  font-size:3rem;
}
h3.item-header{
  font-family:'DaxLineProThin';
  font-size:1.5rem;
}
div.entry-content{
  width:100%;
}
#masthead, .toggle-bar a.current{
  background:url(images/noisy.jpg);
}
header.entry-header h1{
  font-size:4rem;
  text-transform:uppercase;
  font-family:'DaxlineProThin';
}

a.button-secondary{
  color:#fff !important;
  background:blue !important;
}

.nextTab {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.nextTab:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.nextTab:active {
	position:relative;
	top:1px;
}
.wpcf7-range{
  width:90%;
  max-width:500px;
}

.eval-text{
  display:block;
  height:auto;
}
input[type="text"],
input[type="email"],
textarea
{
    width: 100%;
    max-width:800px;
}
.wpcf7-list-item {
  white-space: nowrap;
}
form h3{
  display:inline !important;
}
.fx-toc{
  line-height:1;
  border:1px solid silver;
  border-radius:1rem;
  width:25%;
  float:right;
  clear:none;
  background:white;
  font-size:80%;
}
@media (max-width: 600px) {
  .fx-toc{
    float: none;
    width:100%;
    font-size:100%;
  }
}
h3, h4, h5{
  xdisplay:inline-block;
  clear:none;
  xborder-bottom:1px solid #404040;
}
.checklist{
  list-style-type:disc !important;
}

.page-id-150 .cleanlogin-container fieldset:first-of-type,.cleanlogin-container h4:first-of-type{
  display:none;
}

.page-template-page-student-proposal .edit-attachment{
  display:none !important;
}
