/*!
 * Jobs.ac.uk Blog
 * Copyright 1997-2019 Jobs.ac.uk 
 
 Colours:
 #E9EFF5
 #C7CFD6
 #BFD1E3
 #004A8F - original
 #002547
 #001223
 
 #309C9B - green (48,156,155)
 
*/

@font-face {
  font-family: 'FontAwesome';
  src:	local('sans'),
			local('sans'), url('/wp-content/themes/blog-jobs-ac-uk/fonts/fontawesome-webfont.woff2') format('woff2'),
			url('/wp-content/themes/blog-jobs-ac-uk/fonts/fontawesome-webfont.woff') format('woff'),
			url('h/wp-content/themes/blog-jobs-ac-uk/fonts/fontawesome-webfont.ttf') format('ttf');
  font-display: swap;
}

body {
	font-family: "Libre Franklin";
	font-size: 16px;
	letter-spacing: .1px;
	color: #001223;
}

/* animated border under links */
a,
a h2 {
	font-weight: bold;
	color: #004A8F;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
}

a:hover,
a:focus,
a:focus:hover,
a:hover + h2 a,
a:hover h2 {
	color: #309C9B;
	text-decoration: none;
}

a img {
	-webkit-transition: filter .35s ease-in-out;
	-moz-transition: filter .35s ease-in-out;
	-o-transition: filter .35s ease-in-out;
	-ms-transition: filter .35s ease-in-out;
}

a:hover img,
a:focus img {
	-webkit-filter: grayscale(100%) contrast(90%) brightness(110%);
    filter: grayscale(100%) contrast(90%) brightness(110%);;
}

/*
.site-inner a {
	position: relative;	
}

.site-inner a:before {
	content: "";
	position: absolute;
	width: calc(100% + 6px);
	height: 1px;
	bottom: -2px;
	left: -3px;
	background-color: rgba(0, 74, 143, .25);
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.site-inner a:hover:before,
a.no-line:hover:before {
	opacity: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

.home .site-inner a:before,
a.no-line:before  {
	display: none;
}*/

footer.site-footer a.no-line {
	border-bottom: none;
}

.bg-light-gray {
	background-color: #C7CFD6;
}

.bg-white {
	background-color: #fff;
}

.text-primary {
	color: #004A8F;
}

.text-secondary {
	color: #309C9B;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Raleway";
	letter-spacing: .75px;
	color: #002547;
}

h2.bg-white {
	margin: 0;
	padding: 20px;
}

.content .text-center ul {
	padding: 0;
}

.content .text-center ul li {
	list-style: none;
}

.content .text-center ul li:before {
	content: '\2022';
	margin-right: 5px;
	color: #004A8F;
}

.content .no-dots ul li:before {
	content: '';
}

input, button, select, textarea {
	padding: 10px;
}

.btn {
	display: inline-block;
	border-radius: 0;
	border: none;
	padding: 15px 30px;
	transition: all .5s;
}

.btn-skew {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	box-shadow: 5px 5px 5px #004A8F;
}

.btn-skew:hover {
  background: #0069a8;
	-webkit-transform: skew(-5deg);
	transform: skew(-5deg);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	box-shadow: 2px 2px 5px #666;
}

.btn-skew > span {
  display: inline-block;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.btn-skew:hover > span {
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}


input#submit {
	border-radius: 0;
	border: none;
	padding: 10px 30px;
	transition: all .5s;
}

.btn-primary,
input#submit {
	background-color: #004A8F;
	color: #E9EFF5;
}

input#submit:hover, 
input#submit:focus {
	transition: all .5s;
	background-color: #222;
}

.btn-primary:focus {
	background-color: #004A8F;
}

.btn-primary:hover,
.btn-primary:focus:hover {
	background-color: #222;
}

#load-more.done,
#load-more.done:active {
	background-color: #fff;
	color: #C7CFD6;
	outline: #C7CFD6;
	cursor: default;
	border: 1px solid #C7CFD6;
	box-shadow: none;
}

.text-white {
	color: #E9EFF5;
}

/* Bootstrap xl -	https://github.com/arnisp/bootstrap-xlgrid/blob/master/bootstrap-xlgrid.css */

.col-xl-1, .col-xl-2, .col-md-2, .col-xl-3, .col-xxl-3, .col-md-3, .col-xl-4, .col-md-4, .col-xl-5, .col-md-5, .col-xl-6, .col-md-6, .col-xl-7, .col-md-7, .col-xl-8, .col-md-8, .col-xl-9, .col-md-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.visible-xl,
.visible-xxl,
.visible-page-template-archive-templatel {
	display: none !important;
}

.no-padding {
	padding: 0;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

.img-container {
  position: relative;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 74, 143,.75);
  overflow: hidden;
  width: 100%;
  height: 0;
  	transition: .5s ease-in-out;
	padding: 25px 0;
}

.img-container:hover .img-overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
	text-align: center;
}

.ads .img-container {
	margin-bottom: 15px;
}

.archive-pagination.pagination .pagination-previous,
.archive-pagination.pagination .pagination-next {
	padding: 15px 25px;
	margin: 5px;
	border: 1px solid #004A8F;
	border-radius: 30px;
}

.archive-pagination.pagination .pagination-previous:hover,
.archive-pagination.pagination .pagination-next:hover {
	background-color: #004A8F;
}
.archive-pagination.pagination .pagination-previous:hover a,
.archive-pagination.pagination .pagination-next:hover a{
	color: #E9EFF5;
}

.archive-pagination.pagination .pagination-previous a:before,
.archive-pagination.pagination .pagination-next a:before {
	display: none;
}

#fixed-categories .widget {
	margin: 0;
}

.author-box {
	float: left;
	padding: 27px;
	background-color: #E9EFF5;
	font-style: italic;
	border: 1px dotted #004A8F;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.author-box .avatar {
	margin-right: 24px;
	border-radius: 50% 50% 50% 50%;
	float: left;
}


.social-links {
    float: right;
 }

.social-links li {
    list-style-type: none;
    float: left;
}

.social-links a {
	margin-top: 10px;
	border-bottom: none;

}

.social-links i {
    background: #fff;
    color: #004A8F;
	border: 1px solid #004A8F;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
    margin-right: 8px;
    padding-top: 20%;
    transition-property: border-color;
    transition-duration: .2s;
}

.social-links i:hover {
	border-color: #fff;
}

.padding-sm {
	padding-top: 25px;
	padding-bottom: 25px;
}

.margin-sm {
	margin-top: 25px;
	margin-bottom: 25px;
}

.comment-form-url {
	display: none;
}

#ccc .ccc-content--dark a {
	font-weight: 300;
    text-decoration: underline;
	transition: none;
    text-decoration-thickness: 1px;
}
#ccc .ccc-content--dark a:hover {
	font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

header.site-header.container {
	height: 130px;
}
 
span#strapline {
	position: relative;
	top: -19px;
	left: 121px;
	color: #004A8F;
	font-size: medium;
} 

.navbar {
	min-height: 30px;
	border: none;
}

.navbar-toggle {
	margin-top: 22px;
}

.navbar-nav {
	margin: 0 -15px;
}

.navbar-collapse .nav a {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #002547;
}

.navbar-default .navbar-toggle {
	border-color: #002547;
	border-radius: 0;
	background-color: #E9EFF5;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #E9EFF5;
}

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #004A8F;
	padding: 23px 12px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #004A8F;
	color: #E9EFF5;
}
 
.site-header .title-area .site-title,
.site-header .title-area .site-description {
	display: none;
}

.no-title .content .entry-header {
	display: none;
}

.widget {
	border: none;
}

.after-header {
	background: #004A8F;
	position: fixed;
	top: 0;
	min-width: 100%;
	margin-top: 80px;
	z-index: 100;
	box-shadow: 0 2px 3px rgba(48,156,155, 0.5);
}

.after-header h4 {
	color: #E9EFF5;
	margin: 15px 0;
	cursor: pointer;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
}

.after-header h4:hover {
	color: #fff;
}

.after-header h4:after { 
	font-family: 'FontAwesome';   
    content: "\f078"; 
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.after-header h4.collapsed:after {
	content: "\f054";
	top: 2px;
}

.after-header a {
	color: #BFD1E3;
}

.after-header a:hover,
.after-header a:focus {
	color: #E9EFF5;
}

.after-header #menu-featured-categories li{
	display: inline-block;
	color: #999;
}

.after-header #menu-featured-categories li:after{ 
	margin-left: 8px;
	margin-right: 8px;
	content:"\b7";
}

.after-home .featuredpost {
	margin-bottom: 0;
	padding: 0;
}

#home-read-more {
	margin-bottom: 50px;
}

.search-form {
	margin-top: 7px;
}

.search-form input {
	padding: 5px 10px;
	transition: all .2s ease-in-out;
}
.search-form input:focus +  input[type="submit"] {
  color: #E3137E;
}

.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: normal;
    margin: 4px 8px;
    outline: none;
    padding: 0;
}

.list-inline {
	margin-left: -10px;
	margin-right: -10px;
}

.before-footer .widget {
	padding: 0;
}

footer.site-footer {
	background-color: #004A8F;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer.site-footer .widget {
	color: #BFD1E3;
	font-size: small;
	margin-bottom: 5px;
}


footer.site-footer a {
	color: #E9EFF5;
	border-bottom: 1px solid #6A95BD;
	padding: 0 3px 1px 3px ;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
	color: #fff;	
	border-bottom-color: transparent;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    background-color: #E9EFF5;
    height: 40px;
    width: 40px;
	border: 1px solid #004A8F;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #004A8F;
    outline: 0;/*
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fff;
	color: #004A8F;
	border-color: #BFD1E3;
}

.no-bottom-margin {
	margin-bottom: 0;
}

/* home page */

.home .site-inner {
	background-color: #E9EFF5;
}

.gfwa-odd,
.gfwa-even {
	display: inline-block;
	width: 100%;
	vertical-align: text-top;
	margin: 0 0 25px 0;
	padding: 0;
	background: #fff;
}

.gfwa-odd img,
.gfwa-even img{
	object-fit: cover;
	width: 1000px;
	height: 250px;
}

.gfwa-odd h2,
.gfwa-even h2 {
	margin: 0px;
	font-size: x-large;;
}

.gfwa-odd h2,
.gfwa-even h2{
	padding: 15px 15px 0 15px;
}

.gfwa-odd p,
.gfwa-even p {
	padding: 15px;
}

/* End of home page */


/*  Blog page */
.category .vertical-center img.img-responsive,
.page-template-archive-template .vertical-center img.img-responsive,
.blog .vertical-center img.img-responsive,
.search .vertical-center img.img-responsive {
	width: 100%;
}

.category img.img-responsive,
.page-template-archive-template img.img-responsive,
.blog img.img-responsive {
	object-fit: cover;
	max-height: 250px;
	min-height: 100px;
}

.img-responsive.full-width {
	min-width: 100%;
}

.no-left-padding {
	padding-left: 0;
}

.no-right-padding {
	padding-right: 0;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 30px;
}

.absolute {
	padding: 10px;
	background: rgba(0, 74, 143, .80);
	color: #fff;
	text-align: center;
	display: table;
	width: 100%;
	height: 130px;
}

.wmle_item .img-responsive img {
	width: 100%;
	object-fit: cover;
	height: 150px;
}

.absolute a {
	color: #fff;
}

.absolute h2 {
	margin-top: 0;
}

.absolute p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.search img.img-responsive	{
	object-fit: cover;
	max-height: 100px;
}
	

.category .content,
.page-template-archive-template .content,
.blog .content,
.search .content  {
	padding: 0;
}

.category-recruiters-hub .content {
	padding: 0 15px;
}

.category .current-menu-item a {
	color: #fff;
	cursor: default;
}

.category-recruiters-hub img.img-responsive {
		object-position: left;
		object-fit: cover;
		min-height: fit-content;
}

.category .site-inner,
.page-template-archive-template .site-inner {
	border-bottom: 1px solid #ddd;
}

li.comment {
	background-color: rgba(233, 239, 245, 0.5);
	border: 2px solid #E9EFF5;
	border-radius: 2px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: none;
}

.archive .archive-title {
	margin: 15px 0 0 0;
	padding: 10px;
	background-color: #fff;
	border-bottom: 2px solid #E9EFF5;
}

body.archive .post,
body.blog .post {
	border: none;
}

.no-featured-image .site-inner img.single-featured-image,
.hide-featured-image .single-featured-image {
	display: none;
}

.sidebar .widget {
	padding: 0;
}

.sidebar img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	object-fit: cover;
	margin-bottom: 10px;
	min-width: 100%;
}

.tag img.post-image.entry-image.wp-post-image.archive-featured-image,
.author img.post-image.entry-image.wp-post-image.archive-featured-image {
	max-height: 190px;
	object-fit: cover;
	width: 300px;
}
/*
.sidebar .widget_recent_entries a {
  position: relative;
}
.sidebar .widget_recent_entries a:after {
    content:'';
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;   
    border-bottom: 20px solid #fff;
    position:absolute;
    left:25%;
    bottom:4px;
}*/

.sidebar .widget_recent_entries li {
	margin-bottom: 10px;
}

.archive-pagination {
	width: 100%;
}

/* End of Blog */

/* Single posts */

img.single-featured-image {
	width: 100%;
	object-fit: cover;
	max-height: 150px;
	margin-top: -2px;
}

img.post-image.entry-image.wp-post-image.archive-featured-image {
	width: 100%;
}

/* End of single posts*/

blockquote{
	display:block;
	position: relative;
	border: none;
}

blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #BFD1E3;
	position: absolute;
	left: 10px;
	top: 0px;
}

blockquote::after{
	content: "";
}
/*
.sidebar li {
	overflow: hidden;
}

a,
.img-container {
	overflow: hidden;
}

a img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/

.blog .article p:last-child,
.archive .article p:last-child,
.category .article p:last-child,
.page-template-archive-template .article p:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.la-belle {
	font-family: 'La Belle Aurore', cursive;
}

.home .la-belle + p {
	font-size: large;
}

a#post-preview {
	padding: 0 6px;
}

.wmle_container .wmle_item_holder .wmle_item {
	margin: 15px;
}

@media (max-width: 767px) {
	.bg-light-gray {
		background-color: #E9EFF5;
		color: #000;
	}
	
	.container>.navbar-header {
		min-height: 80px;
	}
	
	.nav>li.search {
		padding-bottom: 15px;
	}
	
	.vertical-center {
		padding-bottom: 10px;
	}
		
	.before-footer .widget .col-xs-12 {
		margin-bottom: 15px;
	}
}


@media (min-width: 767px) {
	
	.after-header {
		margin-top: 66px;
	}
	
	.before-footer .widget {
		padding: 30px 0;
	}
	
}

@media (min-width: 768px) {

	/*.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		display: none;
	}*/
	
	.container {
		width: 768px;
	}
	
	header.site-header.container {
		height: 112px;
	}

	.navbar-nav {
		text-align: right;
		float: right;
	}
	
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand{
		margin-left: 0;
	}
	
	.navbar-default .navbar-nav li:first-child a {
		margin-left: -15px;
	}
	
	.navbar-brand {
		padding: 5px 0 0 0;
		margin-bottom: 15px
	}
	
	a.navbar-brand:hover img, a.navbar-brand:focus img {
		-webkit-filter: grayscale(50%) contrast(120%) brightness(100%);
		filter: grayscale(50%) contrast(120%) brightness(100%);
	}
	
	.branding {
		margin-left: -30px;
	}
	
	.before-header {
		height: 65px;
	}
	
	.navbar-default .navbar-nav .fa a {
		padding: 19px 0 19px 10px;
	}
	
	.gfwa-odd img,
	.gfwa-even img{
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.gfwa-odd, .gfwa-even {
		width: 49%;
	}
	
	.gfwa-odd {
		margin-right: 1%;
	}
	
	blockquote {
		padding: 20px 5px 5px 50px;
	}
	
	img.single-featured-image {
		max-height: 200px;
	}

	.after-home .post {
		transition: all .25s ease-in-out;
	}
	
	.after-home .post:hover {
		box-shadow: 1px 2px 10px rgba(98,199,199,.25);
	}
	
	.wmle_item .img-responsive img {
		height: 250px;
	}
}

@media (max-width: 995px) {

	img.single-featured-image.wp-post-image {
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media (min-width: 996px) {
	
	.container {
		width: 996px;
	}
	
    .vertical-center {
        display: flex;
        align-items: center;
        flex: 1 100%
    }
	
	.category img.img-responsive,
	.page-template-archive-template img.img-responsive,
	.blog img.img-responsive {
		max-height: 600px;
	}
	
	.search img.img-responsive {
		max-height: 150px;
	}
	
	.absolute {
		position: absolute;
		margin-bottom: 15px;
		bottom: 0;
	}
	
	#wmle_container {
		margin-top: 15px;
	}
	
	.wmle_loadmore {
		margin-bottom: 15px;
	}
	
	.wmle_item .absolute {
		background: rgba(40, 82, 118, .9);
		transition: all .5s ease-in-out;
	}

	.wmle_item:hover .absolute {
		background: rgba(0, 74, 143,.8);
	}
	
	.wmle_container .wmle_item_holder:nth-child(3n+2) .wmle_item{
		margin-left: 0;
		margin-right: 15px;
	}
		
	.wmle_container .wmle_item_holder:nth-child(3n+2) .wmle_item .absolute,
	.wmle_container .wmle_item_holder:nth-child(3n+4) .wmle_item .absolute	{
		width: calc( 100% - 15px);
	}
	
	.wmle_container .wmle_item_holder:nth-child(3n) .wmle_item {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.wmle_container .wmle_item_holder:nth-child(3n) .wmle_item .absolute {
		width: calc( 100% - 30px);
	}
	
	.wmle_container .wmle_item_holder:nth-child(3n+4) .wmle_item {	
		margin-left: 15px;
		margin-right: 0;
	}
	
	.container>.navbar-header {
		min-height: auto;
	}
	
	img.post-image.entry-image.wp-post-image.archive-featured-image,
	.search .entry-image-link img 	{
		float: left;
		margin-right: 20px;
	}
	
	img.post-image.entry-image.wp-post-image.archive-featured-image {
		width: auto;
	}
	
	.search img.post-image.entry-image.wp-post-image.archive-featured-image,
	.search .entry-image-link img {
		width: 300px;
		object-fit: cover;
		height: 200px;
		object-position: top;
	}
	
	.search article:nth-child(even) {
		background-color: rgba(29, 54, 97, 0.1);
		padding: 15px;
	}
	
	.search article:nth-child(odd) {
		padding: 15px;
	}
	
	.archive-pagination.pagination .pagination-next {
		margin-right: 25%;
	}

	.archive-pagination.pagination .pagination-previous {
		margin-left: 25%;
	}
	
	.archive .archive-title {
		margin: 0;
	}
	
	img.single-featured-image {
		max-height: 300px;
	}
	.wmle_item .img-responsive img {
		height: 330px;
	}
	
	.absolute {
		padding: 30px 40px;
		height: 150px;
	}
	
}

@media (min-width: 1026px) {

	html {
		position: relative;
		min-height: 100%;
	}
 
	body {
		margin-bottom: 160px;
	}

	.after-header {
		margin-top: 63px;
	}

	footer.site-footer {
		position: absolute;
	}
	
	footer.site-footer .widget {
		margin-bottom: 30px;
	}
	
	.gfwa-odd, .gfwa-even {
		width: 32%;
	}
	
	.gfwa-odd {
		margin-right: auto;
	}
	
	.gfwa-odd a,
	.gfwa-even a{
		overflow: hidden;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.gfwa-odd h2,
	.gfwa-even h2 {
		/*margin-bottom: 15px;*/
		font-size: 30px;
	}
	
	.gfwa-odd img,
	.gfwa-even img{
		height: 365px;
		width: 100%;
	}
	
	.gfwa-2, .gfwa-5 {
		margin: 0 1.5% 3% 1.5%;
	}
}

@media (min-width: 1200px) {

	ul.social-buttons {
		margin-top: -28px;
	}
	
	.pull-right-lg {
        float: right;
    }
	
	.pull-left-lg {
        float: left;
    }
	
	.absolute {
		height: 130px;
	}
}

@media (min-width: 1280px) {

	.container {
		width: 1250px;
	}
	
	.absolute {
		height: 120px;
	}
}

@media (min-width: 1600px) {

	.container {
		width: 1570px;
	}
	
	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		float: left;
	}
	
	.col-xl-12 {
		width: 100%;
	}
	

	.col-xl-11 {
		width: 91.66666667%;
	}
	
	.col-xl-10 {
		width: 83.33333333%;
	}
	
	.col-xl-9 {
		width: 75%;
	}
	
	.col-xl-8 {
		width: 66.66666667%;
	}
	
	.col-xl-7 {
		width: 58.33333333%;
	}
	
	.col-xl-6 {
		width: 50%;
	}
	
	.col-xl-5 {
		width: 41.66666667%;
	}
	
	.col-xl-4 {
		width: 33.33333333%;
	}
	
	.col-xl-3 {
		width: 25%;
	}
	
	.col-xl-2 {
		width: 16.66666667%;
	}
	
	.col-xl-1 {
		width: 8.33333333%;
	}
	
	.absolute {
		height: 110px;
	}
}

@media (min-width: 1680px) {
	.container	{
		width: 1650px;
	}

	.blog .container-fluid,
	.category .container-fluid,
	.page-template-archive-template .container-fluid,
	.home .content-sidebar-wrap	{
		margin: 0 auto;
		width: 1650px;
	}
	
	.category-recruiters-hub img.img-responsive {
		max-height: 300px;
		min-height: 300px;
	}
}

@media screen and (min-width:0\0) { 
    /* IE only */
	article img.single-featured-image.wp-post-image {
		width: 50%;
		float: right;
		padding: 0 0 15px 15px;
	}
}

body {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}

a,
.text-secondary {
	color: #1D3661;
}

a:hover,
a:focus,
a:focus:hover,
a:hover+h2 a,
a:hover h2,
footer.site-footer a:hover,
footer.site-footer a:focus {
	color: #294c88;
	text-decoration: none;
}

.navbar-collapse .nav a {
	text-transform: none;
	font-weight: normal;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.btn-primary,
input#submit {
	background-color: #1D3661;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #1D3661;
	background-color: #fff;
}

.logo {
	width: 150px;
	height: auto;
	background-color: transparent;
}

.navbar-default .navbar-nav>li.recruiters a {
	background-color: #E3137E;
	color: #fff;
}

.navbar-default .navbar-nav>li.your-account {
	border-right: 1px solid #1D3661;
}

.logo-wrapper a {
	background-color: transparent;
}

header.site-header.container {
	height: auto!important;
}

.sidebar .widget_recent_entries li {
	padding: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 3px #ddd;
}

.ad-on-header section {
	margin-bottom: 0;
}

.nav-primary.navbar {
	margin-bottom: 10px;
}

footer.site-footer {
	background-color: #fff;
	padding: 10px;
}

footer.site-footer a,
footer.site-footer .widget {
	color: #1D3661;
	border-bottom: 0;
}

footer ul {
	margin-bottom: 0
}

footer .widget li {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.col-xs-12.col-md-9.ad-on-header .pull-right,
	.col-xs-12.col-md-9.ad-on-header {
		padding: 0;
	}
	.above-header {
		text-align: center;
	}
	.logo-wrapper {
		margin-bottom: 0;
	}
	.pull-right.your-account,
	.pull-right.recruiters {
		float: none! important;
	}
	.nav-primary.navbar {
		position: relative;
	}
	.navbar-default .navbar-toggle .icon-bar {
		padding: .2rem;
		color: #1d3661;
	}
	.navbar-default .navbar-toggle {
		border: none;
		background-color: transparent;
		position: absolute;
		top: -125px;
		left: 15px;
	}
	.container>.navbar-header {
		min-height: auto;
	}
	.navbar-default .navbar-nav>li>a {
		color: #1D3661;
		padding: 15px;
		border: 1px solid #1D3661;
		margin: -1px 15px;
	}
	.navbar-default .navbar-nav>li.your-account a {
		margin-bottom: 0;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}
	ul#menu-primary {
		margin-top: 15px;
	}
}

@media (min-width: 767px) {
	.navbar-nav {
		float: left;
		width: 100%;
		margin: 10px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 8px 9px 7px 9px;
	}
	.navbar-default .navbar-nav>li.recruiters {
		margin-left: 8px;
		margin-right: 10px;
	}
}

@media (min-width: 996px) {
	.navbar-default .navbar-nav>li,
	.navbar-default .navbar-nav a span {
		transform: none;
	}
}

@media (min-width: 1026px) {
	body,
	footer.site-footer .widget {
		margin-bottom: auto;
	}
	footer.site-footer {
		position: initial;
	}
}
