@charset "UTF-8";
/* CSS Document */

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.btIcoHolder {
	color: #fff;
}

.footerCopy {
	width: 35%;
	float: left;
}

/* --Search panel-- */
.searchbgholder {
	background-color: none !important;
	padding: 0px;
}
.searchbg {
	margin-top: 50px;
	background-color: #EEEEEE !important;
}
.checkbox {
	color: #000000 !important;
	font-size: 18px;
	line-height: 19px;
}
.checkbox label {
  padding-left: 33px;
  font-size: 18px;
}
.searchrow2 {
	margin-top: 50px;
	padding-left: 120px;
	padding-right: 0px;
}
.searchrow1 {
	margin-top: 50px;
	padding-left: 120px;
	padding-right: 0px;
}
.editorsearch form {
  min-height: 360px;
  padding: 0px 40px 30px;
  text-align: left;
}
.editorsearch label {
  text-align: left;
}
.editorsearch input[type=text] {
  color: #000;
}
.checkbox + .checkbox, .radio + .radio {
  margin-top: 0px;
}
.editorsearch select {
  background: #fff none repeat scroll 0 0;
  border: solid 1px;
  border-color: #000;
  border-radius: 3px;
  color: #000;
  font-size: 18px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 23px;
}
.editorsearch input {
  background: #fff none repeat scroll 0 0;
  background-color: #fff !important;
  border: solid 1px;
  border-color: #000;
  border-radius: 3px;
  color: #000;
  font-size: 18px;
  height: 40px;
  padding: 0 10px;
  width: 84% !important;
  margin-bottom: 23px;
  float: left;
  clear: left;
}
input.nweg-search-btn {
	background-color: #B63CE8 !important;
	width: auto !important;
	color: #fff;
	border: none;
	border-radius: 0px;
	padding: 9px 20px !important;
	letter-spacing: 0.1em;
	font-weight: 600 !important;
	font-size: 19px !important;
	margin: 30px 0 40px;
}
.checkbox label::before {
	margin-left: 2px;
	border-radius: 4px;
	background: #000000;
	height: 18px;
	width: 18px;
	border: none;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* CHECKBOX STYLES */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 3px;
  border: solid #000 1px;
}

/* On mouse-over, add a grey background color */
/*.container:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #B63CE8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SINGLE EDITOR PAGE */
.edbgposition {
	background-position: 50% -200px !important;
}
.makeaconnection {
	font-family: Roboto;
	font-size: 20px;
	line-height: 20px;
}
.editorkit {
	font-size: 35px !important;
	line-height: 35px !important;
	margin-top: 30px !important;
}
ul.edkitbullet {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
ul.edkitbullet li {
	line-height: 35px;
	margin: 0 !important;
	padding: 0 !important;
}
ul.edkitbullet li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f00c";
	padding: 0 10px 0 0;
	font-weight: 900;
}
.viewcv {
	background-color: #EEEEEE;
	padding: 10px 16px;
	display: inline-block;
	font-size: 18px;
}

/* Calendar styles */
* {box-sizing: border-box;}
ul {list-style-type: none;}

.monthwrapper {
	width: 31%;
	float: left;
	margin: 12px;
}

.month {
  padding: 20px 25px;
  width: 100%;
  background: #B63CE8;
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 0px;
}

.month .next {
  float: right;
  padding-top: 0px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 11.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 10px;
  background: #eee;
  margin: 0;
  display: inline-block;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.4%;
  text-align: center;
  margin-bottom: 2px;
  font-size:19px;
  padding: 5px;
  color: #777;
  background: #ffffff;
  margin: 0 0 2px 0px;
}

.days li.today {
  background: #000000;
  color: white !important
}

.days li.booked {
  background: #B63CE8;
  color: white !important
}

.days li.pencilled {
  background: #909090;
  color: white !important
}

.mob_search {

}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  /* .weekdays li, .days li {width: 13.1%;} */
  .monthwrapper {width: 94%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
  .monthwrapper {width: 94%;}
  .searchrow1, .searchrow2 {
	  padding-left: 50px;
  }
	.footerCopy {
		width: 100%;
		float: left;
		clear: left;
	}

	.mob_search {
		position: relative;
		top: 30px;
	}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
  .monthwrapper {width: 94%;}
}
