#top-header {
	height: 100vh;
}

.header-top-content {
	height: 100%;
}

.entry-content p img,
.entry-content p img {
	margin-bottom: 0;
}

.home .seminars {
    border-bottom: 1px solid #262626;
}

.site-footer .icreate {
	top: auto;
	background-size: contain;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
}

@media (min-width: 960px) {
	.site-footer .disclaimer,
	.site-footer .copyright {
		line-height: 20px;
		height: auto;
		float: none;
	}

	.site-footer .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-footer .wrap:before,
	.site-footer .wrap:after {
		display: none;
	}
}


.footer-medal {
	background-color: #090909;
	padding-top: 36px;
}

.footer-medal p:last-child {
	margin-bottom: 0;
}

.footer-medal img:last-child {
	margin-bottom: 0;
}

.contact-footer .contacts {
	margin-left: -30px;
	word-spacing: normal;
}
.contact-footer .contact {
	margin-left: 30px;
}

.awards-footer .wrap::before,
.awards-footer .wrap::after {
	display: none;
}

.awards-footer .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin-top: -12px;
}

.awards-footer__logo {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-webkit-box-align: center;*/
	/*-ms-flex-align: center;*/
	/*align-items: center;*/
	/*-webkit-box-pack: center;*/
	/*-ms-flex-pack: center;*/
	/*justify-content: center;*/

	/*width: calc(50% - 10px);*/
	/*height: 100px;*/
	/*margin: 4px;*/
	/*flex: 1 1 220px;*/

	padding: 0 15px;
	max-width: 270px;
	margin-top: 12px;
}

.awards-footer__logo__wrap {
	width: 100%;
}

.awards-footer__logo img,
.awards-footer__logo img:first-child {
	max-height: 100px;
	height: auto;
}

@media (min-width: 960px) {
	.awards-footer .wrap {
		width: auto;
	}
}


/*====================================================================*/

.home-quotes {
	text-align: center;
	position: relative;
	padding-bottom: 36px;
	max-width: 600px;
	margin: 0 auto 48px;
}

.home-quotes:after {
	content: "";
	position: absolute;
	background-image: url("../images/sep-black.png");
	background-repeat: no-repeat;
	bottom: -2px;
	left: 0;
	height: 5px;
	width: 100%;
	background-position: center;
}

.home-quotes .rec-quote:last-child {
	margin-bottom: 0;
}

.home-quotes__bottom {
	margin-bottom: 24px;
	font-size: 12px;
}

.rec-quote {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 24px;
}

.rec-quote__quote {
	margin-bottom: 6px;
	color: #955724;
	text-transform: uppercase;
	font-weight: 700;
}

.rec-quote__from {
	margin-bottom: 0;
	font-size: 12px;
}

.home .entry-content .button {
	font-size: 14px;
	padding-left: 24px;
	padding-right: 24px;
}

.page-id-164 table.practice-manager {
	margin-bottom: 24px;
}

/*====================================================================*/

.section-heading h2 a {
	color: inherit;
}

.section-heading h2 a:hover {
	color: #c69c6d;
}

/*====================================================================*/

.home .twitter {
	padding: 50px 24px;
}

.home .twitter .button-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin-top: 24px;

}
.home .twitter .button-wrap .button {
	margin: 10px;
}

#ctf .ctf-author-box {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

#ctf .ctf-author-name {
	font-weight: 400 !important;
	color: #583e2d !important;
}

#ctf .ctf-item {
	border-top: none;
	padding: 0;
	margin-bottom: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#ctf .ctf-context {
	order: 2;
	padding-left: 3px;
}

#ctf .ctf-author-box {
	order: 1;
	position: relative;
}

#ctf .ctf-tweet-content {
	order: 3;
}

#ctf .ctf-tweet-actions {
	order: 4;
}

#ctf .ctf-author-avatar {
	position: absolute;
	float: none;
	top: 3px;
	left: -56px;
	margin: 0 !important;
}

#ctf.ctf-narrow .ctf-author-avatar {
	left: -46px;
}

#ctf.ctf-super-narrow .ctf-author-avatar {
	left: -38px;
}

#ctf.ctf-super-narrow .ctf-context {
	padding-bottom: 0;
	margin: 0 0 0 38px;
}

#ctf .ctf-retweet-icon {
	background-color: #955724;
}

@media (min-width: 768px) {
	#ctf .ctf-tweets {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#ctf .ctf-item {
		width: calc(50% - 9px);
	}

	#ctf .ctf-context {
		order: 2
	}

	#ctf .ctf-author-box {
		order: 1;
	}

	#ctf .ctf-tweet-content {
		order: 3
	}

	#ctf .ctf-tweet-actions {
		order: 4
	}
}

@media (min-width: 960px) {
	.home .twitter {
		padding: 76px 24px;
	}

	#ctf .ctf-item {
		width: calc(25% - 9px);
	}

	.home .twitter .wrap {
		width: 100%;
		max-width: 960px;
	}
}

@media (min-width: 1150px) {
	.home .twitter .wrap {
		width: 100%;
		max-width: 1150px;
	}
}

/*======================== Home Page Video Background =============================*/

.header-top-content::after {
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 80%, black 100%);
	height: 75%;
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.bottom {
	z-index: 10;
}

.level27video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	overflow: hidden;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.control-button {
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
	color: white;
	z-index: 11;
	opacity: 0.12;
	border: 1px solid white;
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: flex;
}

.control-button .fa {
	font-size: 20px;
	margin: auto;
}

.fa-play {
	display: none;
}


.block-footer-link {
	display: flex;
	align-items: center;
}

.block-footer-link a {
	display: flex;
	align-items: center;
}

.block-footer-link a img, block-footer-link a .icreate {
	margin-left: 3px;
}

.site-footer .icreate {
	margin-left: 3px;
}

@media only screen and (max-width : 959px)  {
	.block-footer-link {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}



/*======================== Single Barrister =============================*/
.single-barrister .contact {
	width: 280px;
}

.single-barrister .contact-line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-barrister .contact-line a {
	/*color: inherit;*/
	font-weight: normal;
}
.single-barrister .contact-line a:hover {
	/*color: #955724;*/
}

/*HEADER SCROLL*/

#main-header {
	background: #131313;
}

.header-wrap.scroll-fixed .site-header .wrap{
	transition: ease-in-out .5s;
	display: none;

}

@media screen and (max-width: 960px) {
	.header-wrap.scroll-fixed .site-header {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 960px) {
	.header-wrap.scroll-fixed {
		background: rgba(19, 19, 19, 0.8);
	}
}
/* translucent bg */



/*======================== UberMenu =============================*/

.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
	color: #aaa !important;
}


.ubermenu-skin-none .ubermenu-item-header > .ubermenu-submenu,
.ubermenu-skin-none .ubermenu-item-type-column > .ubermenu-submenu {
	padding: 0;
	margin: 0 !important;
}


.ubermenu-skin-none .ubermenu-item-type-column .ubermenu-has-submenu-stack + .ubermenu-has-submenu-stack:not(.ubermenu-autocolumn) {
	margin-top: 24px;
}

.ubermenu-skin-none .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	border: none;
}

.ubermenu-skin-none .ubermenu-item-header > .ubermenu-target {
	margin-bottom: 6px;
}

.ubermenu-skin-none .ubermenu-item-header > .ubermenu-target .ubermenu-target-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #955724;
    text-transform: uppercase;
}

.header-search .search-icon {
	width: 47px;
}

.ubermenu .barristers-menu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1149px) {
	.ubermenu-skin-none .barristers-menu > .ubermenu-submenu.ubermenu-submenu-type-mega {
		width: 950px;
		min-width: 950px;
	}
}

