/*
Theme Name:         Zayed New
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.2.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

body {
	opacity: 1;
}

.clickToCall {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}
@media (min-width: 783px) {
	body.admin-bar .clickToCall {
		margin-top: 32px;
	}
}
.clickToCall a {
	float: right;
	width: 260px;
	padding: 10px 5px;
	color: #fff;
	background: #e47a3a;
	border-radius: 0 0 3px 3px;
	margin-bottom: -30px;
	transition: .2s;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	pointer-events: all;
}
.clickToCall a > b {
	font-size: 24px;
	padding-bottom: 4px;
}
.clickToCall a img {
	display: inline-block;
	width: 22px;
	position: relative;
	top: -1px;
	margin-right: 2px;
}
.clickToCall b {
	font-weight: 500;
}

#banner-contact {
	display: block !important;
	padding: 30px 0;
}
#banner-contact svg {
	width: 60px;
}
#banner-contact h3 {
	color: #fff;
}
#banner-contact .tel {
	color: #fff;
	text-decoration: none;
}

.practice_area #banner-contact {
	padding: 30px 20px;
}
.practice_area #banner-contact header {
	display: flex;
	align-items: center;
	justify-content: center;
}
.practice_area #banner-contact header svg {
	width: 20px;
	margin-right: 12px;
}
.practice_area #banner-contact header h3 {
	margin: 3px 0 0;
}
.practice_area #banner-contact .btn {
	display: block;
	padding: 16px;
	margin-bottom: 15px;
}
.practice_area #banner-contact .call {
	font-size: 12px;
	display: block;
	color: #fdb77a;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.practice_area #banner-contact .tel {
	font-size: 24px;
}

#practiceArea {
	background: #f2f3f4;
	padding: 60px 0;
}
#practiceArea h2 {
	font-size: 54px;
	line-height: 1.1;
	letter-spacing: .15em;
}
#practiceArea h2 .orange-txt {
	display: block;
	font-family: calluna, serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: .703em;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 4.5px;
	margin-bottom: .5rem;
}
#practiceArea ul {
	list-style: none;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
#practiceArea ul li {
	padding: 8px 0;
}
#practiceArea ul li a {
	transition: .25s;
}
#practiceArea ul li a:hover {
	color: #595954;
	text-decoration: none;
}


.page-header-spacer {
  padding-top:80px;
}
 @media screen and (min-width: 1210px) {  
    .page-header-spacer {
        padding-top:108px;
    
      }
}

.page-id-1565 .component.page-header {
	position: relative;
}
.page-id-1565 .component.page-header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, .5));
}

@media (min-width: 992px) {
	.practice_area .page-banner {
		display: flex;
	}
	.practice_area .page-banner > img {
		width: 65%;
		object-fit: cover;
	}
	.practice_area #banner-contact {
		width: 35%;
	}
}
@media (max-width: 767px) {
	body {
		/*padding-top: 78px;*/
	}
	.sub-footer {
		margin-bottom: 0;
	}
	.footer-nav .text-right:not(:last-child) {
		margin-bottom: 30px;
	}
	.clickToCall .container {
		padding: 0 !important;
	}
	.clickToCall a {
		width: 100%;
		border-radius: 0;
	}
	html.landing-page .logo-row {
		display: block;
		padding: 0 4%;
		border: 0;
	}
	.page-id-1565 .component.page-header {
		background-position: 70% 100% !important;
	}
	#hero {
		height: 600px;
	}
}
@media (max-width: 575px) {
	.page-id-1565 .component.page-header {
		min-height: auto;
	}
	.page-id-1565 .page-header-inner {
		padding: 80px 0 30px;
	}
	.page-id-1565 .page-header .page-header-inner h1 {
		letter-spacing: normal;
		line-height: 1.2;
	}
	.page-id-1565 .page-header .page-header-inner h2 {
		font-size: 20px;
	}
	#practiceArea h2 {
		font-size: 32px;
	}
	#practiceArea ul {
		font-size: 18px;
	}
}


#success-stories .stories-container:after {
	content: "";
	display: table;
	clear: both;
}
#success-stories .stories-container:not(.slick-initialized) .col-4 {
	float: left;
}
#success-stories .stories-container:not(.slick-initialized) .col-4:nth-child(+n+5) {
	display: none;
}