/*
Theme Name:     Howard Roth
Template:       twentyeleven
Author:         <a href="http://www.je-consulting.co.uk/" target="_blank">JE Consulting</a>
*/

@import url("../twentyeleven/style.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*
----------------
Budget
----------------
*/
#budget-sidebar {
	width:220px; 
	height:119px; 
	background-color:#243B81; 
	border:2px solid #fff; 
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.74); 
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.74); 
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.74); 
	/*background-image:url(images/spring-statement-2018.png); */
	margin:14px 0px;
}
#budget-sidebar:hover {
	background-color:#7E98C4; 
	transition: background-color 1s ease;
}
#budget-sidebar h2 {
	color:#fff !important;
	font-size:16px !important;
	margin:20px 0px 0px 10px !important;
	font-family:'Open Sans', sans-serif;
}
#budget-sidebar p {
	font-size:13px !important;
	color:#fff !important;
	margin:10px 0px 0px 10px !important;
	font-family:'Open Sans', sans-serif;
}
/*
-------------
*/
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
p {
	margin-bottom: 1.625em;
	font: 14px Arial, Helvetica, sans-serif;
	line-height:20px;
}
.entry-content h2{
	font-size: 30px;
	line-height: 38px;
	display: inline-block;
	margin-bottom: 25px;
}
.entry-content h3{
	font-size: 25px;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 22px;
}
.entry-content h4{
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	margin-bottom: 20px;
}
#page {
	margin: 0 auto 2em;
	max-width: none;
	width: 1100px;
	background: none;
	padding:0 50px;
}
.clear {
	clear:both;
}
#header {
	margin:54px 0 10px;
}
#header .logo {
	float:left;
	margin:0 0 0 -25px;
}
#header .tel {
	float:right;
	text-align:right;
	margin:35px 0 0 0;
	font-size: 25px;
	font-weight: bold;
}
.gold {
	color:#a29f7c;
}
.gold-lite {
	color:#c1bb75;
}
.blue {
	color:#263b80;
}
.blue-lite {
	color:#6283b5;
}
#access {
	background: #263b80;
	background: -moz-linear-gradient(#263b80, #263b80);
	background: -o-linear-gradient(#263b80, #263b80);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#263b80), to(#263b80));
	background: -webkit-linear-gradient(#263b80, #263b80);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access div {
	margin: 0;
}
#access ul {
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	text-transform:uppercase;
}
#access li{
	z-index: 1;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 2.2em;
	padding: 0 15px;
	text-decoration: none;
	font-weight:bold;
}
#access a:after{content:'\00B7';color:#FFFFFF; padding:0; position:absolute;right: -2px;}
#access .page-item-16 a:after{content:' ';}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.133em;
	left: 0;
	width: 188px;
	z-index: 99999;
	text-transform:none;
}
#banner {
	height:360px;
	width: 1200px;
}
#banner .img1 {
	float: left;
	position: relative;
	left: 0;
}
#banner .img2 {
	float: left;
	position: relative;
	left: -15px;
	bottom: -60px;
}
#banner .img3 {
	float: left;
	position: relative;
	right: 48px;
	top: -20px;
}
#banner .img4 {
	float: right;
	position: relative;
	right: 85px;
}
.singular .entry-meta .edit-link a {
	bottom: 0;
	left: auto;
	position: absolute;
	right: 0;
	top: auto;
}
.singular #content, #content {
	margin: 0;
	position: relative;
	width: 800px;
	float:left;
}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0 auto;
	width: 100%;
}
.singular .entry-content .two-cols {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
}
.entry-content li{
	margin-bottom: 5px;
}
#secondary {
	float: right;
	margin-right: 0;
	width: 230px;
}
.singular .entry-title, .entry-title {
	color: #263b80;
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a29f7c;
	background-image: url(images/title-dots.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-position-y: 30px;
}
.entry-title a {
	color: #263b80;
}
.widget-title {
	color: #a29f7c;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #263b80;
	background-image: url(images/title-dots.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-position-y: 30px;
	letter-spacing:normal;
	text-transform:none;
	padding-bottom: .3em !important;
	padding-top: 15px !important;
}
#text-3 .widget-title{
	background: none;
}
#text-3 .textwidget{
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 18px;
}
.advanced_recent_posts_widget ul li {
	margin: 15px 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
}
.advanced_recent_posts_widget .post-title {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #263b80;
}
.post-entry p {
	font-size:13px;
	line-height: 18px;
	color: #000000;
}
.post-entry p a {
	color: #a29f7c;
}
#footer {
	font-size: 11px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding:20px 0 0;
}
#footer a {
	color: #333333;
	font-weight:bold;
}
a {
	font-weight:bold;
}
.left {
	float:left;
}
.right {
	float:right;
	text-align:right;
}
.singular .hentry {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	font-weight:bold;
}
#quick-enquiry {
	background-color: #263b80;
	padding: 15px 10px 20px 15px;
	margin: 20px 0px;
	color: #FFFFFF;
}
#quick-enquiry p {
	font: 14px Arial, Helvetica, sans-serif;
	display: inline;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
	padding: 0px;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 0 !important;
}
#quick-enquiry .title {
	color: #FFFFFF;
	font-size:18px;
	float:left;
	margin:0 15px 15px 0;
}
#quick-enquiry .title2 {
	color: #FFFFFF;
	font-size:14px;
	float:left;
	margin-top:3px;
}
span.wpcf7-not-valid-tip {
	padding: 12px !important;
	background-color: white;
	color: black;
}
.wpcf7-submit {
	padding:5px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#a29f7c;
	color:#FFFFFF;
	border:none;
	text-transform:uppercase;
}
.service a {
	float:left;
	display:block;
	background:#a29f7c;
	padding:5px 8px;
	color:#FFFFFF;
	margin:3px;
	min-width:170px;
}
.service a:hover {
	background:#263b80;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0;
}



/* =Team
----------------------------------------------- */
.single-modernteammembers .entry-content{
	display: inline-block;
	margin-bottom: 20px;
}
.single-modernteammembers .entry-meta{
	display: none;
}
.wmts_member{
	background: none !important;
}
.wmts_member>.wmts_text_container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.wmts_element.wmts_rounded{
	box-shadow: 4px 4px 10px 4px rgba(73, 73, 73, 0.5) !important;
}
.wmts_vertical_round .wmts_image_centering{
	border: 8px solid #ffffff !important;
}
.wmts_name{
	font-size: 22px !important;
	line-height: 28px !important;
	color: #263b80 !important;
}
.wmts_job_title{
	display: none !important; /* Job title Hidden */
	font-weight: 400;
	margin-bottom: 15px !important;
	font-size: 15px !important;
	line-height: 20px !important; 
}
.wmts_element [data-wph-type=link] i{
	color: #263b80;
}
.wmts_member .email span{
	text-decoration: none !important;
	margin-left: 5px;
	font-size: 14px !important;
}
.wmts_member .email i{
	font-size: 16px !important;
}
.sm-links{
	display: none !important; /* Social media icons hidden */
}
.single-modernteammembers .post-thumbnail{
	display: none
}
.profile{
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.single-modernteammembers .profile {
	margin-bottom: 30px;
  /* box-shadow: 0px 0px 4px 6px rgba(0, 0, 0, 0.1); */
}
.profile-photo {
    width: 200px !important;
    height: 200px !important;
    border-radius: 100%;
	border: 8px solid #ffffff !important;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 4px 4px 10px 4px rgba(73, 73, 73, 0.5) !important;
}
.profile-photo img {
	width: auto !important;
    height: 200px !important;
    max-width: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.profile-photo i{
	color: #263b80;
}
.single-modernteammembers .post-item {
  background-color: transparent;
  border: none;
}
.profile-contact h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #263b80;
  margin-bottom: 0px;
}
.profile-contact h2 {
  font-size: 23px;
  line-height: 30px;
  font-weight: normal;
  color: #263b80;
  margin-bottom: 0;
  font-family: SwissBT;
}
.profile-contact h2.jt2 {
  margin-bottom: 30px;
}
.contact-details {
    display: inline-block;
    background: #e9e8d5;
    padding: 20px;
    border-radius: 10px;	
}

.contact-details div span{
	display: inline-block;
	font-weight: 400 !important;
	margin-bottom: 5px;
}
.breadcrumbs .modernteamgroups,
.breadcrumbs .modernteamgroups *{
	display: none;	
}
.breadcrumbs a.post-modernteammembers-archive span{
	margin-right: -12px;
	position: relative;
	z-index: 1;
	background: #ffffff;
}



/* =Team Profile
----------------------------------------------- */
#related-services:first-of-type{
	display: none;
}
.single-modernteammembers #breadcrumbs{
	display: none;
}
.single-modernteammembers #custom-breadcrumbs #breadcrumbs{
	display: block;
}
.profile-container{
	text-align: center;
	width: 242px;
    margin: 0px 0px 20px 20px;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 4px 4px 25px 6px rgba(0, 0, 0, 0.22);
	float: right;
	display: none; /* Hidden */
}
.profile-img img{
	border: 5px solid #263b80;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: auto;
}
.profile-name{
	font-size: 24px;
    line-height: 30px;
	color: #283583;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.profile-title,
.profile-email,
.profile-link{
	font-family: Bliss;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 3px;
	color: #283583;
}
.profile-info i{
	color: #283583;
	font-size: 15px;
}



.downloads_container{
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.download_item {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}

#recent-posts-2.widget ul {

    list-style: none;
}

#recent-posts-2.widget ul li {
margin: 10px 0;
}
.txt-center {
  text-align: center;
}

.entry-content .team-wrapper h2 {
	    margin: 0;
    padding: 0.2em 0;
    font-size: 22px;
    line-height: 28px;
    color: #263b80;
}
.entry-content .team-wrapper h2 a, .entry-content .team-wrapper h2 a:visited {
	color: #263b80;
}
.entry-content .team-wrapper h2 a:hover {
	color: #1982d1;
	text-decoration: none;
}
.team-wrapper .wpb_single_image .vc_box_border_circle.vc_box_border_white {

    box-shadow: 4px 4px 10px 4px rgb(73 73 73 / 50%) ;
}
.entry-content .team-wrapper a.team-email {
	color: #373737;
}
.entry-content .team-wrapper a {
	text-decoration: none;
	
}
.team-wrapper i {
	font-family: 'FontAwesome';
    font-style: normal;
}
.entry-content .team-wrapper  a.team-email i, .entry-content .team-wrapper  a.team-email:visited i {
		color: #263b80;
	
}

.entry-content .team-wrapper .wpb_single_image.wpb_content_element {
	margin-bottom: 15px;
}
/* 
 #ie10 will only be red in MSIE 10, 
 both in high contrast (display setting) and default mode 
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wpcf7-submit {
  	margin-left:15px;
	border: 3px solid #a29f7c;
	padding:0;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
	padding: 2px;
}
}
