/* Enter Your Custom CSS Here */

.widgetboxPINK{
  border: 2px solid;  
  border-radius: 10px;
  border-color:#e50072; 
  background-color:#fff; 
  padding:10px;
  color:#e50072;
}

.notebox {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #112f5a;
	display: inline-block;
}

.tel {
	display: inline;
	color: #248CC8;
	font-weight: bold;
}

/* header */
header#masthead {
	background: #112f5a;
	background-image: url(https://www.discusgroup.co.uk/wp-content/uploads/header_bg.jpg) !important;
}

header#masthead hgroup {
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	zoom: 1;
}

#search-icon #search-icon-icon {
	width: 100px;
	color: white;
	font-weight: bold;
	padding-left: 15px;
}

header#masthead hgroup .support-text {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 2em;
	font-weight: bold;
	color: #112f5a;
	font-style: italic;
	line-height: 1.2em;
	margin-top: -.6em;
	max-width: 50%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: none;
	color: #112f5a;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	color: #112f5a;
}

#search-icon #search-icon-icon .icon {
	left: 80%;
}

/* search box */
#search-icon .searchform {
	background: #335381;
}

/* menu drop down */
.main-navigation ul ul {
	background: #112f5a;
}

/* menu bar */
.main-navigation {
	background: #112f5a;
}

/* footer */
#colophon {
	background: #112f5a;
	padding: 0 0 10px;
}

#search-icon #search-icon-icon {
	background-color: #112f5a;
}

#colophon #site-info {
	color: #fff;
}

.entry-content img {
	box-shadow: none;
}


tr:nth-child(even) {background-color: #f2f2f2;} 


.widget_nav_menu {
  text-align: center;
  line-height:1.5;
}

.widget_nav_menu a{
 font-size:11pt;

  
}

#secondary .widget .widget-title{
 font-size:16pt;
color:#5e5e5e;  
  
}

.titlebox {
  padding: 0px 20px 0px 20px; 
  background: #112f5a;
  color: #f5f5f0 !important; 
  padding: 5px; 
  text-transform:uppercase;
  text-align:left;
  
}


.box{
  border: 2px solid; 
  border-radius: 10px; 
  /*border-color: #112f5a; */
	border-color: #248cc8;
  padding: 0px 20px 0px 20px; 
  background: #f5f5f0; 
}

td.front {
  /*vertical-align: middle;*/ 
  vertical-align: top;
  padding: 20px; 
  width: 33.3% ;
  padding: 10px;
  /*text-align:left;*/
  }

.doubline {
 line-height: 2;
 text-align:center;
}

.blue {
  color: #112f5a;
}