/*
Theme Name: Touchstone
*/

body {
	font-family: 'Roboto', sans-serif;
	color: #8B8B8B;
	padding-top: 52px;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

b,
strong {
	font-weight: 700;
}

hr {
	margin: 50px 0;
	border-color: #8A8A8A;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Cinzel', serif;
}

h1 {
	font-weight: 400;
	color: #000;
	margin: 0 0 15px 0;
}

h2 {
	font-weight: 300;
	color: #000;
}

h3 {
	font-weight: 300;
	color: #000;
	margin: 0 0 20px 0;
}

h4 {
	font-weight: 300;
	color: #000;
}

h5 {
	font-weight: 300;
	color: #000;
}

h6 {
	font-weight: 300;
	color: #000;
}

p {
	font-size: 14px;
	font-weight: 300;
	color: #8B8B8B;
}

a,
a:focus {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-decoration: none;
	outline: 0;
	color: #8f2f48;
}

a:hover {
	text-decoration: none;
	color: #8B8B8B;
}

ul {
	margin: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
	border: 2px solid #ddd;
	width: 100%;
	height: 35px;
	line-height:35px;
	padding: 0 0 0 15px;
}

select {
	border: 2px solid #ddd;
	position: relative;
	width: 100%;
	height: 35px;
	line-height:35px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	padding: 0 0 0 5px;
	background-image:url(images/arrow.png);
	background-size: 15px;
	background-position: center right 10px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
}

::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	opacity: 1;
}

textarea {
	border: 2px solid #ddd;
	width: 100%;
	resize: none;
	padding: 15px 0 0 15px;
}

.half-padding {
	margin-left: -7px;
	margin-right: -7px;
}

.half-padding > [class*="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}

.no-padding > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 1200px) {
	.row-eq-height-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.row-align-center {
	flex: 1 0 auto;
	align-items: center;
}

/***Header***/
#top-header {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width:100%;
}

.navbar-default {
	border-radius: 0;
	border: none;
	margin: 0;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.navbar-default .container {
		width: 100%;
	}
}

.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #474747;
	font-size: 16px;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 10px;
	}
}

@media screen and (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.nav > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.navbar-default .navbar-nav > li {
	border-top: 3px solid #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

@media screen and (min-width: 768px) {
	.navbar-default .navbar-nav > li.current-menu-item {
		border-top: 3px solid #8F2F48;
	}
}

.navbar-default .navbar-nav > li:hover {
	border-top: 3px solid #8F2F48;
}

.navbar-default .navbar-toggle {
	border-color: #8F2F48;
}

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

.header-logo img {
	width: 150px;
	margin-top: 5px;
}

@media screen and (min-width: 768px) {
	.header-logo img {
		width: 200px;
		margin: 0;
	}
}

.index-slider {
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.index-slider li {
    background-position: center center;
    background-size: cover;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.index-slider .owl-wrapper-outer {
    height: 100%;
}

.index-slider .owl-wrapper {
    height: 100%;
}

.index-slider .owl-item {
    height: 100%;
}

.index-slider .btn {
	font-size: 20px;
}

.top-slider-text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.top-slider-text-box .back {
	font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 1.5rem;	
}


.top-slider-text-box.mobile-top-slider-text-box {
	left: auto;
	position: relative;
	right: auto;
	transform: none;
}

.gallery-full-height .top-slider-text-box {
	display: none;
}

@media screen and (min-width: 992px) {
	
	.top-slider-text-box.mobile-top-slider-text-box {
		display: none;
	}
	
	.gallery-full-height .top-slider-text-box {
		position: absolute;
		display: block;
		width: 60%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		max-height: none;
		overflow-y: auto;
	}
}


@media screen and (min-width: 1200px) {
	.gallery-full-height .top-slider-text-box {
		width: 40%;
		left: 5%;
	}
}

.top-slider-text {
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid #fff;
	color: #fff;
	padding: 15px 20px;
	margin: 0 0 15px 0;
}

.top-slider-text h1 {
	color: #fff;
}

.top-slider-text p {
	font-size: 16px;
	margin: 0;
	line-height: 18px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.top-slider-text p {
		font-size: 26px;
		line-height: 30px;
	}
}

.owl-prev,
.owl-next {
	position: absolute;
	bottom: 30px;
}

.owl-prev {
	right: 60px;
}

.owl-next {
	right: 15px;
}


@media screen and (min-width: 992px) {
	.owl-prev {
		right: 145px;
	}
	
	.owl-next {
		right: 100px;
	}
}

.owl-theme .owl-controls {
	margin: 0;
	display: none !important;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none;
    opacity: 1;
    padding: 0;
	margin: 0;
	border-radius: 0;
}

.owl-theme .owl-controls .owl-buttons > div {
	background: rgba(0, 0, 0, 0.3);
	border: 3px solid #fff;
	height: 36px;
	width: 36px;
}

.owl-theme .owl-controls .owl-buttons div a {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
}

/***Header end***/

/***Pages****/
@media screen and (min-width: 768px) {
	.container.home-content {
		width: 90%;
	}
	
	.page-content .container {
		width: 90%;
	}
}

.page-content {
	background-color: #EEEEEE;
}

.top-index-row {
	padding: 50px 0 0 0;
}

.top-index-row > [class*="col-"] div {
	color: #9B9B9B;
	font-size: 32px;
	line-height: 32px;
	font-family: 'Cinzel', serif;
}

@media screen and (max-width: 991px) {
	.top-index-row img {
		margin: auto;
		margin-bottom: 4rem;
	}
}

@media screen and (min-width: 768px) {
	.top-index-row > [class*="col-"] div {
		font-size: 42px;
		line-height: 42px;
	}
	.top-index-row p {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.top-index-row p {
		text-align: left !important;
	}
}

.top-index-row > [class*="col-"] div:first-child {
	color: #A2425A;
}

.top-index-row p {
	font-size: 18px;
	color: #000;
}

.home-content .top-index-row p {
	color: #8b8b8b;
}

.img-items .img-box {
	background-position: center center;
	background-repeat: no-repeat;
	/* background-size: cover; */
	position: relative;
	padding: 10px;
}



.col-md-4 {
	float: left;
}

.img-items > [class*="col-md-6"] > div {
	height: 315px;
	margin-bottom: 15px;

}
	
.img-items > [class*="col-"] > .row > [class*="col-md-12"] > div {
	height: 200px;
}

@media screen and (min-width: 768px) {
	.img-items > [class*="col-md-6"] > div {
		height: 715px;
		margin-bottom: 0;
	}
	
	.img-items > [class*="col-"] > .row > [class*="col-md-12"] > div {
		height: 350px;
	}
}

.img-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}

.img-overlay-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.img-overlay-inner i {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	font-size: 23px;
}

.img-items .img-box:hover .img-overlay .img-overlay-inner {
	/* background-color: rgba(162, 66, 90, 0.9);  */
}

.img-overlay-inner span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 18px;
	background-color: rgba(71,71,71,0.9);
	padding: 5px 10px;
}

.gallery-slider {
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.gallery-slider li {
    background-position: center center;
    background-size: cover;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gallery-slider .owl-wrapper-outer {
    height: 100%;
}

.gallery-slider .owl-wrapper {
    height: 100%;
}

.gallery-slider .owl-item {
    height: 100%;
}

.gallery-slider .top-slider-text-box {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 90%;
	}

@media screen and (min-width: 768px) {
	.gallery-slider .top-slider-text-box {
		left: 100px;
		width: 40%;
	}
}

.top-slider-large-text {
	background-color: rgba(255, 255, 255, 0.85);
	color: #6D6D6D;
	text-align: left;
	font-size: 11px;
	padding: 30px 27px 30px 30px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.top-slider-large-text {
		font-size: 13px;
	}
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #8f2f48;
	font-size: 25px;
}

.top-slider-large-text p,
.top-slider-large-text ul {
	font-size: 11px;
	color: #6D6D6D;
}

@media screen and (min-width: 768px) {
	.top-slider-large-text p,
	.top-slider-large-text ul {
		font-size: 13px;
	}
}

.top-slider-large-text ul {
	list-style: none;
	padding: 0;
	margin: 12px 0;
}

.top-slider-large-text ul li {
	position: relative;
	overflow: hidden;
	padding-left: 18px;
	margin-bottom: 5px;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.top-slider-large-text ul li {
		margin-bottom: 15px;
	}
}

.top-slider-large-text ul li:before {
    color: #6D6D6D;
    content: "• ";
    left: 0;
    position: absolute;
}

.img-container {
	overflow: hidden;
}

.img-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.img-container li {
	height:350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	display: block;
	width: 100%;
	transition: all .2s;
}

.img-container li:hover {
	background-size: auto 105%;
} 

@media screen and (min-width: 768px) {
	.img-container li {
		width: calc(100%/4);
		display: inline-block;
		float: left;
	}
}


.page-background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 400px;
}

.profiles-box [class*="col-"] {
	margin-bottom: 40px;
}

.profiles-box {
	margin-top: 50px;
	display: flex;
    flex-wrap: wrap;
}

.profile-box {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.profile-name {
	font-size: 22px;
	color: #000;
	font-weight: 300;
	margin: 0 0 15px 0;
}

.profile-post {
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #8C8C8C;
	font-size: 13px;
}

.profile-box p {
	font-size: 13px;
}

.profile-box a {
	text-transform: uppercase;
	color: #A85361;
	font-size: 13px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.profile-box a:hover {
	color: #8C8C8C;
}

.profile-img-side {
	margin: 0 0 20px 0;
}

.profile-img-side img {
	max-width: 150px;
}

@media screen and (min-width: 768px) {
	.profile-img-side {
		float: left;
		margin: 0;
		margin-right: 1rem;
	}
	
	.profile-description-side {
		left: 160px;
		/* position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%); */
	}
}

/* .profiles-box [class*="col-"]:nth-child(2n+1) {
    clear: both;
} */

.contact-box .content-form-side {
	padding: 25px 15px;
}

.contact-box hr {
	border-color: #000;
    margin: 30px 0;
}

.contact-box .map-side {
	height: 200px;
}
.contact-box .map-side h3 {
	display: inline-block;
}
.contact-box .map-side h3 + a{
	margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
	.contact-box {
		width: 100%;
		display: table;
	}
	
	.contact-box .content-form-side {
		display: table-cell;
		width: 50%;
		padding: 25px 85px;
	}
	
	.contact-box .map-side {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
}

.map-side iframe {
	width: 100%;
	margin-bottom: 3rem;
	/* height: 100%; */
}

@media screen and (min-width: 768px) {
	.map-side iframe {
		/* height: 100% !important; */
		left: 0;
		/* position: absolute; */
		top: 0;
		width: 100% !important;
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {

	.contact-box .map-side {
		height: auto;
		padding: 0 2rem;
	}
}

.contact-form {
	margin-top: 30px;
}

.contact-form span {
	font-weight: 300;
	display: block;
	margin: 0 0 10px 0;
	color: #000;
}

.contact-form input,
.contact-form select {
	margin-bottom: 15px;
}

.contact-form textarea {
	height:130px;
	margin: 0 0 15px 0;
}

/***Pages end***/

/***Footer***/


#footer{
	padding-top:20px;
	padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.fixed-footer {
		padding-bottom: 80px;
	}
	
	.fixed-footer #footer {
		position: fixed;
		bottom:0;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	#footer .container {
		width: 90%;
	}
}

#footer {
	background-color: #fff;
}

#footer a {
	color: #000;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
}

@media screen and (min-width: 768px) {
	#footer ul {
		margin: 5px;
	}
}

#footer ul li {
	font-size: 12px;
	color: #000;
	font-weight: 300;
}

#footer ul li span {
	font-weight: 700;
	color: #000;
}

#footer .row > [class*="col-"]:first-child ul li span {
	color: #A2425A;
}

@media screen and (min-width: 768px) {
	.footer-social-connected {
		padding-top: 8px;
	}
}

.footer-social-connected li {
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #999999;
	color: #fff;
	text-align: center;
	-moz-transition: opacity 0.4s ease, color 0.4s ease;
	-webkit-transition:opacity 0.4s ease, color 0.4s ease;
	transition: opacity 0.4s ease, color 0.4s ease;
}

.footer-social-connected li a {
	display: block;
    line-height: 25px;
}

.footer-social-connected li:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}

.footer-social-connected li i {
	color: #fff;
	font-size: 14px;
}
/***Footer end***/

/***Btn***/
.btn {
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0 20px;
	background-color: #8F2F48;
	font-size: 16px;
	height: 35px;
	line-height:35px;
	position: relative;
	border: none;
	-moz-transition: opacity 0.4s ease, color 0.4s ease;
	-webkit-transition:opacity 0.4s ease, color 0.4s ease;
	transition: opacity 0.4s ease, color 0.4s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}

.btn.btn-arrow {
	padding: 0 20px 0 60px;
}

.btn.btn-arrow i {
	background-color: #AD435E;
	height: 35px;
	width: 35px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 35px;
	font-size: 35px;
}
/***Btn end***/
.team-about {
	overflow: hidden;
}

.team-about img {
	float:left;
	margin: 0 15px 15px 0;
	max-width: 150px;
}

.navbar-nav>li>a {
	padding-top: 13px;
	padding-bottom: 16px;
}

@media (max-width: 992px) {
	.close-btn {
		display: none;
	}
}

@media (min-width:992px) and (max-width: 1400px) {

	.top-slider-large-text {
		font-size: 9px;
	}

}

@media screen and (max-width: 1024px) {
.img-container li {
height: 270px;
}
}

.single .top-slider-box {
	min-height: 70vh;
	/* height: 1px !important; */
	position: relative;
}
.single .top-slider-text-box {
	height: calc(100% - 100px);
    /* margin: 50px 0px; */

}

.sub-page.top-slider-box,
.work-with.top-slider-box {
	position: relative;
}

.page-template-about .top-slider-box {
	position: relative;
}

@media screen and (min-width: 1300px) {
	.page-template-about .top-slider-text-box {
		height: calc(100% - 100px);
		top: 0;
		margin: 50px auto;
		-webkit-transform: translate(0%);
		-moz-transform: translate(0%);
		transform: translate(0%);		
	}
}

@media screen and (max-width: 1300px) {
	.page-template-about .top-slider-box {
		min-height: 100vh;
		height: 1px !important;
	}
/* 
	.page-template-about .top-slider-text-box,
	.single .top-slider-text-box {
		margin-top: 52px;
	} */
}

.page-template-about .owl-controls,
.single-sector .owl-controls{
	display: none !important;
}

.top-slider-box.home-full-height {
    min-height: 40rem;
    height: 50vh;
}

.profile-container {
    border-right: 1px solid gray;
}

@media only screen and (max-width: 992px) {
	.profile-container {
		border-right: none;
		border-bottom: 1px solid gray;
		width: 100%;
		padding-bottom: 3rem;		
	}
	.page-template-about .top-slider-box,
	.single .top-slider-box {
		min-height: 50vh;
	}	
}

.link-block-container {
	padding-top: 5rem;
}

.link-block-container h1 {
	text-align: center;
	margin-bottom: 4rem;
}

.link-blocks {
	color: #fff;
	text-align: center;
	background: #A2425A;
	padding-top: 4rem;
    padding-bottom: 6rem;
    
}

.link-blocks:not(:last-child) {
	margin-right: 2rem;
}

/* Remove this when client has content for Sectors */
.page-template-sectors .link-blocks a {pointer-events: none;}
/* Remove this when client has content for Sectors */

.link-blocks h3, .link-blocks a {
	color: #fff;
	position: relative;
    margin-bottom: 4rem;
}
.link-blocks a:after {content: '';display: block;width: 0px;height: 1px;margin:auto;margin-top: 3px;margin-bottom:5px;background: #fff;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.link-blocks a:hover:after {width:50px;}
.link-blocks a:hover {color:#474747;}

.link-blocks h3::after {
	content: "";
    display: block;
    height: 1px;
    width: 20%;
    position: absolute;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
}

.link-blocks ul {
	list-style: none;
    padding: 0;
}

.link-blocks ul li {
	margin-bottom: .5rem;
}

.d-flex {
	display: flex;
	border-bottom: 1px solid currentColor;
    padding-bottom: 6rem;
}

.page-template-sectors .d-flex {
	border-bottom: none;
}

.services-page {
	margin-bottom: 5rem;
}

@media only screen and (max-width: 992px) {
	.page-template-sectors .d-flex {
		padding-bottom: 0;
	}
	.d-flex {
		flex-direction: column;
		align-items: center;
	}
	.link-blocks {
		min-width: 30rem;
		margin-bottom: 3rem;
		width: 90%;
	}
	.link-blocks:not(:last-child) {
		margin-right: 0;
	}

	/* .window-full-height {
		height: auto !important;
		min-height: 100vh;
	} */
  }
  .mb30 {
	  margin-bottom: 30px;
  }

  .mt30 {
	  margin-top: 30px;
  }