@font-face {
    font-family: 'Swiss';
    font-weight: 400;
    src: url("fonts/Swiss721BT.ttf") format("truetype");
}
@font-face {
    font-family: 'Swiss HV';
    font-weight: bold;
    src: url("fonts/Swiss721BT-Heavy.ttf") format("truetype");
}

/** CUSTOM CSS**/
.logged-in .site-header {
	margin-top: 32px;
}	
.widget {
	margin: 0;
}
p:last-child {
	margin-bottom: 0 !important;
}


body {
    font-family: 'Swiss', sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4 {
    font-family: 'Swiss HV', sans-serif;	
	color: #fff;
}

.btn {
	font-size: 16px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 20px;
	line-height: 1;
	font-weight: 400;
}
.btn-main {
	color: #fff;
	text-transform: capitalize;
	background: #eb5e00;
}
.btn-main:hover {
	color: #000;
	background: #fff;
}

input[type="submit"], 
.button {
	font-size: 16px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 20px;
	line-height: 1;
	font-weight: 400;	
	color: #fff;
	text-transform: capitalize;
	background: #eb5e00;
}

input[type="submit"]:hover, 
.button:hover {
	color: #000;
	background: #fff;	
}



/** HEADER - Banner **/
#logo {
	float: left;
	max-width: 300px;
}
#logo a {
	display: block;
	line-height: 0;
}
#nav {
	float: right;
}
#nav a {
	text-transform: uppercase;
}
#nav .btn-header a {
    text-transform: capitalize;
    background: #f60;
    font-size: 16px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}
#nav .btn-header a:hover {
	background: #f60;
	color: #fff;
}

.desktop-header {
    padding: 20px 0px;
    overflow: auto;
    line-height: 1;
}
#header-banner {
	min-height: 568px;
	background: url('/wp-content/themes/allianceland/images/home-banner.jpg') center center no-repeat;
	background-size: cover;
}



/** FOOTER **/
.footer-widget-area{
	width: 33.333% !important;
	margin: 0;
}
.footer-widgets-2 {
	padding: 0 30px;
}
.footer-widgets .wrap .entry-title a, .footer-widgets .wrap a, .footer-widgets {
	line-height: 1;
	font-size: 15px;
}
.footer-widgets .wrap a:hover {
	color: #eb5e00;
}
.footer-widgets p {
	margin-bottom: 25px;
}
.footer-widgets-3 {
	padding: 0 60px;
}
.footer-widgets-3 ul li a {
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 32px;
}

/** FRONT **/
.home-about .inner-wrap {
	max-width: 860px;
	margin: 0 auto;
	padding: 80px 0 90px;
	text-align: center;
}
.home-about h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

#home-services {
	text-align: center;
	padding: 100px 0;
	border-top: 1px solid #fff;
	overflow: auto;
	clear: both;
}
#home-services h3 {
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 100px;
	line-height: 1;
}
#home-services .custom-thirds {
	width: 33.33%;
	float: left;
	padding: 30px 50px 20px;
	margin-bottom: 80px;
}
#home-services .custom-thirds h4 {
	margin: 20px 0;
}
#home-services .slider-home-services {
	display: none;
}

#projects {
	text-align: center;
	padding: 100px 60px;
	border-top: 1px solid #fff;
	overflow: auto;
}
#projects h3 {
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 100px;
	line-height: 1;
}
#projects .custom-thirds {
	min-height: 480px;
	width: 32.3%;
	margin: .5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}
#projects .custom-thirds#img-1 {
	background-image: url('images/img-1.jpg');
}
#projects .custom-thirds#img-2 {
	background-image: url('images/img-2.jpg');	
}
#projects .custom-thirds#img-3 {
	background-image: url('images/img-3.jpg');	
}
#projects .custom-thirds#img-4 {
	background-image: url('images/img-4.jpg');	
}
#projects .custom-thirds#img-5 {
	background-image: url('images/img-5.jpg');	
}
#projects .custom-thirds#img-6 {
	background-image: url('images/img-6.jpg');	
}
.page #projects h3 {
    text-transform: CAPITALIZE;
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 1;
}

#why {
	text-align: center;
	padding: 110px 0;
	border-top: 1px solid #fff;
	overflow: auto;
}
#why .inner-wrap {
	max-width: 1024px;
	margin: 0 auto;
}
#why .inner-wrap .custom-fourths {
	width: 25%;
	float: left;
	padding: 0 40px;
}
#why .inner-wrap h5 {
	font-size: 40px;
    font-family: 'Swiss HV', sans-serif;	
	color: #fff;
	margin-bottom: 5px;
	line-height: 1;
}
#why img {
	margin-bottom: 20px;
}
#why p {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Swiss', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

#footer-cta {
	text-align: center;
	padding: 100px 0;
	border-top: 1px solid #fff;
	overflow: auto;
}
#footer-cta h3 {
	font-size: 38px;
    font-family: 'Swiss HV', sans-serif;	
	color: #fff;
	margin-bottom: 20px;
	line-height: 1;
}

#before-footer-img {
	min-height: 500px;
	background: url('images/footer-banner.jpg') center center no-repeat;
	background-size: cover;
}

/** CONTACT **/
#contact {
	text-align: center;
}
#contact h1 {
	font-size: 50px;
	margin-bottom: 30px;
}
#contact h3 {
	font-size: 36px;
	margin-bottom: 18px;
}
#contact p {
	margin-bottom: 35px;
}
#contact .inner-wrap {	
	background: #111;
	padding: 50px 180px;
	margin-bottom: 0px;
}
#contact .inner {
	margin-bottom: 15px;
}
#contact .wpcf7-spinner {
	display: none;
}
#contact input[type="submit"] {
    display: inline-block;
    margin-top: 40px;
    min-width: 100px;
    border-radius: 20px;
    text-transform: capitalize;
    background: #f60;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}
#contact input[type="submit"]:hover {
	background: #fff;
	color: #000;
}

#contact-details {
	overflow: auto; 
	padding: 100px 0 0;
}

#contact-details .custom-thirds {
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 30px 60px;
	font-size: 20px;
}
#contact-details .custom-thirds a {
	color: #fff;
}
#contact-details .custom-thirds a:hover {
	color :#eb5e00;
}
#contact-details .custom-thirds.phone-wrap {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#contact-details .custom-thirds p.phone a {
	font-size: 28px;
	font-family: 'Swiss HV', sans-serif;
}
#contact-details .custom-thirds img {
	margin-bottom: 20px;
}
#contact-details .custom-thirds h6 {
	font-size: 22px;
	color: #fff;
	font-family: 'Swiss HV', sans-serif;
}

/**PROJECTS **/

.page #projects {
    text-align: center;
    padding: 0px 60px;
    border: 0;
    overflow: auto;
}

.page #projects h1 {
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 1;
}
.page #projects p {	
	max-width: 1024px;
	margin: 0 auto 50px;
}

/** ABOUT **/

#about-intro {
	padding: 20px 0 70px;
	text-align: center;
	line-height: 2;
}
#about-intro h1 {
	font-size: 50px;
	margin-bottom: 40px;
}
#about-intro .inner-wrap {
    max-width: 860px;
    margin: 0 auto;
}
#about-intro .inner-wrap p {
	margin: 0 0 35px;
}
#about-intro .inner-wrap p a {
	margin-top: 7px;
}

/* #about-leadership {
    padding: 100px 70px;
    border-top: 1px solid #fff;
    overflow: auto;
    text-align: center;
}
#about-leadership .custom-thirds {
	width: 32.3%;
	float: left;
	margin: 0 .5%;
}
#about-leadership .custom-thirds img {
	border-radius: 20px;
}
#about-leadership h3 {
	font-size: 36px;
	margin-bottom: 80px;
	font-family: 'Swiss', sans-serif;
}
#about-leadership h5 {
    font-size: 22px;
    color: #fff;
    font-family: 'Swiss', sans-serif;
    margin: 13px 0 4px;
}
#about-leadership p {
	font-size: 18px;
} */


#about-leadership {
    padding: 100px 70px;
    border-top: 1px solid #fff;
    overflow: auto;
    text-align: center;
}
#about-leadership .custom-half {
    width: 48%;
    float: left;
    margin: 0 1%;
}
#about-leadership .custom-half img {
    border-radius: 20px;
}
#about-leadership h3 {
    font-size: 36px;
    margin-bottom: 80px;
    font-family: 'Swiss', sans-serif;
}
#about-leadership h5 {
    font-size: 22px;
    color: #fff;
    font-family: 'Swiss', sans-serif;
    margin: 13px 0 4px;
}
#about-leadership p {
    font-size: 18px;
}



#about-why {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 70px;
	line-height: 2;
}
#about-why h3 {
	font-size: 36px;
	margin-bottom: 60px;
	font-family: 'Swiss', sans-serif;	
}

.page #why {
	padding: 100px 0 60px;
}

/** SERVICES **/

#services {
	text-align: center;
	line-height: 2;
}

#services .custom-halves {
	width: 50%;
	float: left;
	padding: 0 60px;
}
#services h1 {
	font-size: 50px;
	margin-bottom: 40px;	
}
#services-intro {
	max-width: 860px;
	margin: 0 auto 30px;
}
#services-due-diligence,
#services-intro .row,
#services .row {
	max-width: 960px;
	margin: 0px auto;
	overflow: auto;
	padding: 80px 0;
}

#services h3 {
	font-size: 36px;
}
#services h4 {
	font-size: 24px;
    margin: 10px 0;
	font-family: 'Swiss', sans-serif;
}

/** SERVICE DETAILS **/

#service-details-wrap {
	max-width: 920px;
	line-height: 2;
	text-align: left;
	margin: 0 auto 30px;
}
#service-details-wrap h2,
#service-details-wrap h3 {
	text-align: center;
}
#service-details-wrap .title-wrap {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
#service-details-wrap .title-wrap img {
		margin-right: 15px;
		max-width: 80px;
		display: block;
}
#service-details-wrap h1 {
	font-family: 'Swiss', sans-serif;
	font-size: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 80px;
	text-align: left;
	margin: 0;
}
#service-details-wrap h1 span {
	display: block;
	margin: 0 0 -7px;
	font-size: 30px;
	font-weight: 300;
}



/** MOBILE MENU **/
#mobile-header {
	margin-bottom: 10px;
}
#mobile-header img {
	max-width: 150px;
	margin-bottom: 40px;
}
#mobile-header h4 {    
	font-size: 21px;
    font-family: 'Swiss', sans-serif;
	margin-bottom: 30px;
}
#mobile-header p {
	margin-bottom: 15px;
}
#mobile-header p.phone a{
	display: block;
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1;
}
.taptap-by-bonfire ul li a {
	text-transform: uppercase;
}

