
/* General Styles */




* {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 400;
}

body {
	overflow: hidden;
	position: relative;
}


section {
	background: #fff;
}

ul, ol {
	margin:0.5rem 1rem;
}


html {	
	font-size: 16px;
	background: #fff;
}

	
body, button, input, textarea {
	color:#3E3E3E;
	line-height: 1.5;
	font-size:100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, .button {
	transition: all 150ms ease;
	-webkit-backface-visibility: hidden;
	cursor: pointer;
}

a {color:#F5A800;}


p {
	margin-bottom:1em;
}


em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.flex {
	display: flex;
}

#wrapper {	
	overflow-x: hidden;
	margin:auto;
}


.text-center {
	text-align: center;
}


.padding {
	padding-top:6rem;
	padding-bottom:6rem;
}

.padding-top {
	padding-top:6rem;
}

.padding-bottom {
	padding-bottom:6rem;	
}



h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom:1rem;
	line-height: 1.2;
	width: 100%;
	margin-bottom:1rem;
	color:#58595B;
}


h1 {
	font-size: 3rem;

}

h2 {
	font-size: 2rem;
	font-weight: bold;
}

h3 {
	font-size:1.5rem;
}

.main-content h3 {
	font-size: 1.250rem;
	font-weight: bold;
}

.additional-content h2 {
	color:#F5A800;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom:1rem;
}


.additional-content ul {
	margin:0;
}

.additional-content ul li {
    list-style: none;
    list-style-position: outside;
    margin: 1rem 0;
    color: #58595B;
    padding-left: 1rem;
}

.additional-content ul li:before {
    content: "+";
    margin-right: 0.5rem;
    color: #C0C2C4;
    margin-left: -1rem;

}


.menu-portal-menus-container {
	display: inline-block;
}

ul#menu-portal-menus {
	display: inline-block;
}




.menu-portal-menus-container li .sub-menu {
	visibility: hidden;
	opacity: 0;
	text-align: left;
}

.menu-portal-menus-container li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.menu-portal-menus-container li .sub-menu {
	display: block;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-top: 31px solid transparent;
    padding: 0;
    z-index: 999;
    width: 184px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 150ms linear;
    font-size: 0.875rem;
}


.container {
	width:90%;
	max-width: 1440px;
}

header {
	height: 100px;
    padding-top: 26px;
    padding-bottom: 26px;
    overflow: visible;
    z-index: 999;
}

header img {
	width:250px;
	height:auto;
}

header #contact-menu.menu {
	margin:10px 0 0 0;
	float:right;	
}

header #contact-menu.menu a {
	color:#58595B;
	font-size:1.5rem;
	margin-left:2rem;
}



header #contact-menu.menu li:last-child a {
	color:#F5A800;
}

header .row {
	overflow: visible;
}


.menu li {
	line-height: 1;
	display: inline-block;
	list-style: none;
	position: relative;
}


.menu-main-menu-container, .menu-portal-menus-container, header #contact-menu.menu {
	margin-bottom:22px;
}


.menu > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    margin-left: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1;
}


#menu-main-menu.menu li .sub-menu {
	display: block;
	margin:0;
	opacity:0;
	visibility: hidden;
	position: absolute;
	border-top:31px solid transparent;
	padding:0;
	z-index: 999;
	width:184px;
	left:50%;
	transform: translateX(-50%);
	transition: all 150ms linear;
	font-size: 0.875rem;

}

#menu-main-menu.menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	

}


header .menu {
	margin: 0;
}


.menu li .sub-menu li {
	width:100%;
	display: block;
	padding-left:0;
	line-height: 1.4;
}


#contact-menu li {
	padding:0;
}

.menu li .sub-menu li:first-child a {
	padding-top:1rem;
	}
	
	
.menu li .sub-menu li:last-child a {
	padding-bottom:1rem;
	}

.menu li .sub-menu li a {
	color:#fff;
	padding:0.5rem 1.5rem;
	display: block;
	width:100%;
	font-weight: normal; 
	background: rgba(65,64,66,0.8);
}

.menu li .sub-menu li a:hover {
	background: rgba(65,64,66,1);
}



.menu a {
	color:#58595B;
	font-weight: bold;
	text-decoration: none;
}

.menu > li:after {
    content: '';
    padding-left:2rem;
    border-right: 1px solid #58595B;
    transform: rotate(35deg);
    height: 30px;
    display: inline-block;
    position: relative;
}

footer .menu > li:after {
	display: none;
}

header #contact-menu.menu li:after {
	display: none;
}


.menu li:last-child:after {
	border-color: transparent;
}

.menu li {
	padding-left:2rem
}



.menu-portal-menus-container .menu li:last-child:after {
	border-color:#58595B;
}



#menu-main-menu.menu .sub-menu li:after {
	display: none;
}

.menu-trigger, .mobile-menu {
	display: none;
}


.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin:0;
  background: #fff;
  position: relative;
  zoom: 1;
  width:100%;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  padding:0.25em 1.5em;
  margin-top:-35px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#fff;
  background: rgba(0,0,0,0.5);
}
.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
  font-weight: 300;


}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    z-index: 2;
      display: none;

}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 25px;
  height: 5px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;

}
.flex-control-paging li a:hover {
  background: #e31837;
}
.flex-control-paging li a.flex-active {
  background: #e31837;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}


.button, #banners ul.slides a {
	background:transparent;
	padding:0.5rem 1rem 0.5rem 1rem;
	color:#F5A800;
	font-weight: bold;
	text-align: left;
	position: relative;
	text-decoration: none;
	display: inline-block;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}


#banners ul.slides a:hover {
	color:#fff;
}

.button:after, #banners a:after {
	font-family:"Font Awesome 5 Pro";
	content:"\f105";
	position: initital;
	right:1rem;
	padding-left:1rem;
}


 #banners ul.flex-direction-nav a:after {
	 display: none;
 }

#banners ul.slides > li {
	height:700px;
	max-height: cal(100% - 100px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color:#fff;
}


#banners li .container {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding-left:2rem;
    padding-right:2rem;
    transform: translateX(-50%);
}

#banners li .container > .row {
	padding:3rem;
	background:rgba(0,0,0,0.5);
	
	
}

#banners h2 {
	color:#fff;


	margin:0;
}

#banners a {
}

.light-bg {
	background: #F2F2F3;
}


.darker-bg {
	background:#58595B;
	color:#fff;
}


.section-heading-yellow {
	color:#F5A800;
	margin-bottom:3rem;
	font-weight: bold;
}


.single-post .section-heading-yellow {
	margin-bottom:2rem;
}

.content-holder {
	position: relative;
}

section.call-to-action .content-holder {
	padding:2rem 10rem 0 2rem;
	margin-bottom:3rem;

}

section.our-services .content-holder {
	padding:1rem;
	margin-bottom:5rem;
}




.home section.our-services .content-holder {
	padding:1rem 10rem 0rem 2rem;
}


 section.our-services .row .col-lg-4:nth-last-child(-n+3) .content-holder {
	 margin-bottom:0;
 }


 .content-holder:after {
	font-family: "Font Awesome 5 Pro";
	content:"\f101";
	color:#F5A800;
	font-size: 2rem;
	position: absolute;
	top:2rem;
	right:2rem;
	transition: all 150ms linear;
	line-height: 1;
}


.home .content-holder:after {
	right:4rem;
}



section.our-services .content-holder:after {
	top:1rem;
}




 a:hover .content-holder:after {
	right:2rem;
}

.home a:hover .content-holder:after {
	right:3rem;
}


section.call-to-action a {
	color:#fff;
	text-decoration: none;
}

.image-holder  {
	position: relative;
	line-height: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}

.image-holder img {
	transition: all 150ms linear;
	transform: scale(1);
}

a:hover .image-holder img {
	transform: scale(1.1);
}

section.call-to-action .image-holder h3 {
	position: absolute;
	bottom:0;
	padding:1rem 2rem;
	margin-bottom:0;
	background: rgba(0,0,0,0.5);
	max-width: 70%;
	color:#fff;
}

section.news-archive .post .thumbnail-outer {
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

section.news-archive .post .thumbnail {
	transform: scale(1);
	transition: all 150ms linear;
    background-size: cover;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section.news-archive .post:hover .thumbnail {
	transform:scale(1.1);
}

section.blockquote h1 {
	font-size:2rem;
	color:#8E9093;
	font-weight: bold;
	margin:0;
}


section.news-archive {
	background: #F1F2F2;
}

section.news-archive .post {
	padding-top:1rem;
	padding-bottom:1rem;
}

section.news-archive .post .row .post-content:first-child {
	padding-right:0;
}

section.news-archive .post .row .post-image:last-child {
	padding-left:0;
}

section.news-archive .posts a {
	color:#58595B;
	text-decoration: none;

}


section.news-archive .post .padding {
	padding: 6rem 3rem 2rem 3rem;
    background: rgba(255,255,255,1);
    transition: all 150ms ease;
    min-height: 100%;
    position: relative;
}


section.news-archive .post:hover .padding {
	background: rgba(0,0,0,0.1)
} 


section.news-archive .post h3 {
	font-size: 1.250rem;
	font-weight: bold;
}


section.news-archive date {
	position: absolute;
	top:0;
	left:0;
	background: #F5A800;
	color:#fff;
	z-index: 0;
	padding:0.5rem 1.5rem;
}

.readmore {
	color:#F5A800;
}

.readmore:after {
	font-family: "Font Awesome 5 Pro";
	content:"\f101";
	padding-left:10px;
	text-decoration: none;
}

.posts-view-all {
	padding-top:2rem;
}

.posts-view-all a {
	color:#58595B;
	text-decoration: none;
}

.posts-view-all a:hover {
	color:#F5A800;
}

footer {
	color:#fff;
	background:#414042;
}

footer img {
	margin-bottom:1rem;
}

footer ul {
	margin:0;
}

footer li {
	width:100%;
	display: block;
	padding-left:0;
}

footer .menu li {
	padding-left:0;
}

footer a {
	display: block;
	padding:0.4rem 0;
	
}

footer h5 {
	font-weight: bold;
	color:#C0C2C4;
	font-size: 0.85rem;
	margin-bottom:0.4rem;
}

footer p {
	font-size: 0.875rem;
	color:#fff;
}

footer .menu ul {
	margin:0;
}

footer .menu a {
	color:#C0C2C4;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.4;
}


footer .menu a:hover {
	color:#F5A800;
}


footer ul.social {
	margin:0;
	padding:0;
}

footer ul.social li {
	list-style: none;
	display: inline-block;
	margin-right:10px;
	width:auto;
}

footer ul.social li a {
	display: inline;
	color:#fff;
	font-size: 1.6rem;
}

footer ul.social li a:hover {
	color:#F5A800;
}

footer .phone {
	font-size: 1.4rem;
	margin-bottom:0;
	font-weight: bold;
}

footer .email a {
	text-decoration: none;
	font-weight: bold;
}

.parallax-window {
    min-height: 300px;
    width: 100%;
    background: transparent;
    position: relative;
}

/*

.main-content li {
	list-style: none;
}

.main-content li:before {
	font-family: "Font Awesome 5 Pro";
    content: '\f111';
    font-size: 0.5rem;
    font-weight: bold;
    color: #F5A800;
    margin-right: 0.5rem;
    display: inline-block;
    margin-left: -1rem;
    line-height: 1;
    float: left;
    margin-top: 9px;
}
*/

section .heading {
	position: relative;
}

section.page-title #parallax {
	height:100%;
	width:100%;
	background-size:cover;
	z-index: -1;
	
	}
	
	
section.page-title .container, section.page-title .row, section.page-title .col-xs-12 {
	  min-height: 300px;
	position: relative;
}

h1.page-heading {
	margin:0;
	color:#fff;
	padding:1rem 2rem;
	background: rgba(0,0,0,0.5);
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	width:auto;
	position: absolute;
	bottom:0;
	z-index: 2;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.1)*/
}

section.our-services .content-holder h3 {
	font-weight:bold;
	color:#fff;
	padding-right:3rem;
}

section.our-services a {
	text-decoration: none;
}

section.our-services img {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

section.our-team .image-holder {
	min-height: 100%;
	background-size:cover;
	background-position: center;
}

section.our-team .content {
	padding:2rem;
	position: relative;
}

section.our-team .team-holder {
	margin-bottom:2rem;
}


section.our-team .team-holder .inner {
	border:1px solid #e5e5e5;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	min-height: 100%;
}


section.our-team .col-lg-6 > .container {
	width:100%;
	border:1px solid #E6E7E8;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

section.our-team .col-lg-6 > .container .row > .col-lg-6  {
	padding-right:0;
	padding-left:0;
}

section.our-team .col-lg-6 > .container .row > .col-lg-6:last-child {
	border-left:0;
}

section.our-team .team-position {
	color:#F5A800;
	font-style: italic;
}

section.our-team .team-email {
	font-weight: bold;
	color:#F5A800;
	margin-top:1rem;
}

section.our-team .social {
    margin-bottom: 0;
    position: absolute;
    right: 2rem;
    top: 18px;
}

section.our-team .social a {
	font-size: 2rem;
	margin-right:10px;
	color:#58595B;
}

section.our-team .social a:hover {
	color:#F5A800;
}

section.our-team h4 {
	font-weight: bold;
	font-size: 1.250rem;
}


section.form-area h2 {
	font-size: 1.5rem;
	color:#8E9093;
	margin-bottom:1rem;
	margin-top:2rem;
}

section.form-area h3 {
	color:#F5A800;
	font-weight:bold;
	font-size: 2.750rem;
}



section.form-area .gf_no_label label {
	display: none!important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
	padding:1rem;
	background: #8E9093;
	border:none;
	color:#fff;
}

body .gform_wrapper ::-webkit-input-placeholder { 
  color: #fff;
}
body .gform_wrapper ::-moz-placeholder { 
  color: #fff;
}
body .gform_wrapper :-ms-input-placeholder { 
  color: #fff;
}
body .gform_wrapper :-moz-placeholder { 
  color: #fff;
}


body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), body .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin:0;
}

body .gform_wrapper .button {
    background: transparent;
    border:none;
    padding: 0 5rem 0 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #F5A800;
    text-align: left;
    position: relative;
    text-decoration: none;
    display: inline-block;
    box-shadow: none;
}

body .gform_wrapper .button:hover {
	color:#58595B;
}


/* NEWS ARCHIVE AND SINGLE */


.select-wrapper {
	position: relative;
	width:100%;
	max-width: 300px;
}

.select-wrapper:after {
	content:"\f107";
	font-weight: 600;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top:10px;
	right:1rem;
	color:#F5A800;
	
}

.category-filter select {
	-webkit-appearance: none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance: none;
	border:none;
	border-radius: 0;
	background: transparent;
	border-bottom:1px solid #F5A800;
	width:300px;
	font-weight: bold;
	line-height: 40px;
	height:40px;
	font-size: 1rem;
	padding:0 1rem;
}


.category-filter form {
	width:auto;
	margin:auto;
}

.social-sharing h4 {
	font-weight: bold;
	font-size: 1.25rem;
}

.navigation a {
	color:#fff;
	background:#C0C2C4;
	height:50px;
	width:120px;
	display: block;
	font-size: 2rem;
	line-height: 52px;
    clip-path:   polygon(
     0% 100%,     /* top left */
      25% 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% 0,  /* bottom right */
      75% 100%,  /* bottom right */
      100% 100%,   /* bottom left */
      0 100%      /* bottom left */
    )
    ;
    position: relative;
    z-index: 2;
    text-align: center;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.navigation .alignleft {
	display: inline-block;
	margin-right:-42px;

}

.navigation .alignright {
	display: inline-block;
}

.navigation .alignright a {
	background:#58595B;
	position: relative;
	z-index: 1;
}


.navigation a:hover {
	background: #F5A800;
}


section.single-post h2 {
	font-size:1.25rem;
	line-height: 1.4;
}

.single-post .page-title, .single-projects .page-title {
	height:700px;
	max-height:70vh;
}


.single-projects a.view-gallery {
    margin: 0 0 0 2rem;
    color: #F5A800;
	font-size:1rem;
   /* background: rgba(0,0,0,0.5); */
    font-weight: bold;
    display: inline-block;
    width: auto;
    text-decoration: none;
}

/*.single-projects a.view-gallery:hover {
	background: rgba(0,0,0,1);
}*/

/*.single-projects h1.page-heading {
	font-size: 1.500rem;
}*/


section.single-post h1 {
	color:#F5A800;
	font-size:2.5rem;
	font-weight: bold;
}


section.single-post img {
	margin: 1rem 0 2rem 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


section.single-post date {
	position: absolute;
	top:0;
	color:#fff;
	padding:0 3rem;
	background: #58595B;
	height:34px;
	line-height: 34px;
}

section.single-post .wp-caption {
	margin:auto;
	width:auto!important;
	position: relative;
}


section.single-post .wp-caption-text {
	color:#fff;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom:2rem;
	left:0;
	padding:0.5rem 1rem;
	margin-bottom:6px;
	width:auto;
	font-style:italic;
}

section.related-posts  {
	padding-top:2rem;
	padding-bottom:2rem;
	
}


.social-sharing a, .social-sharing span {
	display: inline-block;
	float:left;
}

.social-sharing a {
	color:#58595B;
	font-size: 1.6rem;
	margin-left:5px;
}

.social-sharing span {
	margin-right:1rem;
}

.social-sharing a:hover {
	color:#F5A800;
}

.detail-heading, .detail-content {
	padding:1rem 0;
}

.detail-heading {
	font-weight: bold;
}

.single-projects .main-content h2 {
	font-size: 1.25rem;
}

.location-map {
	line-height: 0;
}
