

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


.page-header {
	z-index: 100 !important;
}

.single-hero {
	position: relative;
	height: 600px;
	z-index: -1;
}

.single-hero::after {
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120%;
	z-index: 25;
}

.single-hero-image-holder,
.single-hero-text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-hero-image-holder {
	z-index: 20;
	overflow: hidden;
}

.single-hero-image-holder img {
	min-height: 100%;
	max-width: none !important;
}

.single-hero-text-holder {
	z-index: 300;
	padding-top: 10%;
}

.single-hero-text {
	font-family: lato;
	text-align: left;
	color: #fff;
	flex-direction: column;
	max-width: 80%;
	width: 100%;
	
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.single-hero-text-title {
	font-size: 28px;
	line-height: 34px;	
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;

}

.single-hero-text-exerpt {
	font-size: 16px;
	font-weight: 500;	
	border-left: 3px solid #fdb32b;
	padding-left: 1rem;
}


@media (min-width: 778px) {

	.single-hero-text-title {
		font-size: 34px;
		line-height: 41px;	
		max-width: 60%;
	}

	.single-hero-text-exerpt {
		font-size: 18px;
		max-width: 60%;		
	}
	
}

@media (min-width: 1024px) {
	
	.single-hero {
		height: 800px;
	}

	.single-hero-text-title {
		font-size: 42px;
		line-height: 51px;	
		margin-bottom: 20px;
	}
	
}


.single-author {
	background: #000;
	padding: 20px 40px;
	color: #fff;
	font-family: lato;
	display: flex;
}

.single-author-image-holder {
	margin-right: 20px;
}

.single-author-text-holder {
	flex: 1;
}

.single-author-text-author {
	text-transform: uppercase;
	font-size: 20px;
}

.single-author-text-author-name {
	font-weight: 600;
}

.single-author-text-author-title {
	font-weight: 300;
}

.single-author-text-author-bio {
	color: #fdb32b;
}

.single-author-social {
	margin-top: 10px;
}

.single-author-social .social-link{
	color: #000;
	background: #fff;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	margin-right: 5px;
	text-align: center;
	font-size: 18px;
}

.single-related-post {
	width: 100%;
	background: #222121;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.single-related-post::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.single-related-post-image-holder,
.single-related-post-text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.single-related-post-image-holder {
	align-items: center;
	justify-content: center;
	z-index: 10;
	overflow: hidden;
}

.single-related-post-image-holder img {
	min-height: 100%;
	max-height: 100%;
	max-width: none !important;
}

.single-related-post-text-holder {
	align-items: flex-end;
	justify-content: center;
	z-index: 20;
	padding: 30px;
}

.single-related-post-text-holder::after {
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75%;
	z-index: 25;
}

.single-related-post-text {
	z-index: 30;
}

.single-related-post-title {
	font-size: 20px;
	font-family: lato;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}
/*

.single-related-post-title::after {
	height: 2px;
	content: "";
	background: #fdb32b;
	width: 50%;
	display: block;
	margin: 10px 0;
}
*/

.single-related-post-categories {
	margin-bottom: 0.5rem;
}

.single-related-post-categories span {
	background: #fdb32b;
	font-size: 10px;
	display: inline-block;
	font-weight: 700;
	padding: 5px 10px;
	margin: 0 5px 5px;
	color: #000;
}

.single-related-post-categories span:first-of-type {
	margin-left: 0;
}

.single-related-post:hover .single-related-post-categories span {
	background: #fff;
}

.single-related-post-author {
	color: #fdb32b;
	margin-bottom: 5px;
	font-size: 13px;
}

.single-related-post-exerpt {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	display: none;
}

@media (min-width: 992px) {
	.single-related-post-exerpt {
		display: block;
	}
	
	.single-related-post-author {
		font-size: 16px;
	}
}

.single-related-post-category {
	position: absolute;
	top: -0.5em;
	right: -0.5em;
	background: #000;
	color: #fff;
	padding: 0.5em 1em;
	z-index: 50;
	font-size: 13px;
	text-transform: uppercase;
}

.browser-ff .headroom--not-top .header-wrap {
/* 	margin-top: -15px; */
}

.inline-contact-form .wpcf7-form-control-wrap {
	display: inline !important;
}

.inline-contact-form input {
	display: none;
}

.inline-contact-form .editable-content {
	color: #999;
}

.header-social-networks .social-link {
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}

.header-social-networks .social-link:hover {
	background-color: #000;
}

.header-social-networks .social-link .social-icon {
	color: #fff;
	margin-top: 1px;
}

.header-social-networks .social-link .social-icon:hover {
	color:#fdb32b;
}

.single-post-date {
	border-left: 3px solid #fdb32b;
	padding-left: 1rem;
	font-size: 20px;
	font-weight: 600;
}

.single-post .entry-header {
	margin-bottom: 0 !important;
}

.single-post .page-main-content {
	margin-top: 0 !important;
}

.single-post-tags-holder {
	margin: 1rem 0;
}

.single-post-tag {
	display: inline-block;
	background: #000;
	padding: 0.5rem;
	color: #fff;
	margin-right: 0.5rem;
}


.tm-blog.style-metro .hover-wrap > a,
.tm-blog.style-metro .hover-wrap > div {
	z-index: 10;
}

.tm-blog.style-metro .hover-wrap:before,
.single-related-post-text-holder:before {
	content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: #fdb32b;
    z-index: 1;
    transition: -webkit-transform .5s cubic-bezier(.75,0,.5,1);
    transition: transform .5s cubic-bezier(.75,0,.5,1);
    transition: transform .5s cubic-bezier(.75,0,.5,1), -webkit-transform .5s cubic-bezier(.75,0,.5,1);
}

.single-related-post-title,
.single-related-post-exerpt,
.single-related-post-title::after,
.single-related-post-author {
    transition: -webkit-all .3s cubic-bezier(.75,0,.5,1);
    transition: all .3s cubic-bezier(.75,0,.5,1);
    transition: all .3s cubic-bezier(.75,0,.5,1), -webkit-transform .3s cubic-bezier(.75,0,.5,1);	
}

.single-related-post-exerpt-metro {
	display: none;
    transition: -webkit-all .3s cubic-bezier(.75,0,.5,1);
    transition: all .3s cubic-bezier(.75,0,.5,1);
    transition: all .3s cubic-bezier(.75,0,.5,1), -webkit-transform .3s cubic-bezier(.75,0,.5,1);	
}

.single-related-post-text-holder:before {
	z-index: 30;
}

.single-related-post-text-holder:hover .single-related-post-title,
.single-related-post-text-holder:hover .single-related-post-exerpt {
	color: #000;
}

.single-related-post-text-holder:hover .single-related-post-title::after {
	background: #fff;
}

.single-related-post-text-holder:hover .single-related-post-author {
	color: #fff;
}

.tm-blog.style-metro .hover-wrap:hover:before,
.single-related-post-text-holder:hover:before {	
    transition-timing-function: cubic-bezier(.25,0,.125,1);
    -webkit-transform: translateY(-95.45455%);
    -ms-transform: translateY(-95.45455%);
    transform: translateY(-95.45455%);
}

.tm-blog.style-metro .hover-wrap:hover .post-categories a {
	background: white;
	color: #fdb32b;
}

.tm-blog.style-metro .hover-wrap:hover .post-title a , 
.tm-blog.style-metro .hover-wrap:hover .single-related-post-exerpt {
	color: #000;
}

.tm-blog.style-metro .hover-wrap:hover .single-related-post-exerpt {
	display: block;
    transition: -webkit-all .3s cubic-bezier(.75,0,.5,1);
    transition: all .3s cubic-bezier(.75,0,.5,1);
    transition: all .3s cubic-bezier(.75,0,.5,1), -webkit-transform .3s cubic-bezier(.75,0,.5,1);
}

.single-author-social .social-link.social-link-email {
	width: auto;
	border-radius: 25px;
	padding: 0px 8px 0 6px;
}

.social-link-email span {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.single-author-email-btn {
	background: #fff;
	color: #000;
	padding: 0.5rem 1rem;
	font-size: 14px;
	text-transform: uppercase;
}

.single-author-email-btn:hover {
	background: #fdb32b;
	color: #000;
}

.post-excerpt {
	color: #fff;
	font-size: 13px;	
}

.team-grid-item .ion-arrow-right-c {
	display: none;
	margin-left: 0.5rem;
}

.team-grid-item:hover .ion-arrow-right-c {
	display: inline-block;
}