/*
Threme Name: Morecroft Electrical
Threme URI: http://www.threesixtymedia.net/wordpress/thremes
Author: Nick Thorley
Author URI: http://www.threesixtymedia.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: morecroft
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elrements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Gravity Forms Default Styling
# Media queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  font-family: proxima-nova, arial, verdana;
  color: #3B3C43;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  /* Set so 1rem = 10px rather than 16px */
}

body {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  box-sizing: border-box;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
tremplate {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}


b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

img {
  border: 0;
}

img.size-full {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1rem 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  display: block;
  font-size: 1rem;
}

input,
label {
  margin: .4rem 0;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p {
  margin: 0px;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
div,
section {
  font-family: proxima-nova, sans-serif;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin-top: 0;
  color: #707070;
}

h1 {
  font-size: 38px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center
}

h2 {
  font-size: 38px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center
}

.news-sidebar h2 {
  font-size: 25px;
  font-weight: 600;
}

p {
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 25px;
  color: #050505;

}


dfn,
cite,
rem,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 1.5rem 3rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1rem 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  font-size: 17px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal_note {
  font-size: 13px;
}

.modal-content label {
  font-size: 15px;
}

#myModal input[type="url"] {
  color: #dd590a;
}

#myBtn:hover {
  color: #dd590a;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    opacity: 1
  }
}


.site-container {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  z-index: 500;
}

header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.headercontainer {
  background-color: #ffffff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px 30px;
  background-color: rgba(112, 112, 112, 0.09);
}

.headercontainer #masthead .site-branding {
  margin: 0 50px 0 0;
}

.headercontainer .site-branding img {
  height: 55px;
}

.headercontainer .main-navigation {
  flex-grow: 1;
}

.headercontainer .header__social {
  display: flex;
  align-items: center;
  margin: 0 0 0 50px;
}

.headercontainer .header__social a {
  margin: 0 6px;
}

.headercontainer .header__social a svg {
  fill: #707070;
  height: 1em;
}

.headercontainer .header__social a:hover svg {
  fill: #606060;
}




.header-image-panel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  /* height: 280px; */
  overflow: hidden;
}

.footermenu .main-navigation {
  flex-grow: 1;
  text-align: center
}

.footermenu .footer__social {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}

.footermenu .footer__social a {
  margin: 0 6px;
}

.footermenu .footer__social a svg {
  fill: #dd590a;
  height: 1em;
}

.footermenu .footer__social a:hover svg {
  fill: #E44B0D;
}

.morecrofts_bold_text {
  color: #707070;
}

.intro-container {
  width: 100%;
  max-width: 1200px;
  padding: 30px 217.50px;
  margin: 0 auto;
  background-color: white;
}

.home .intro-container {
  padding: 30px 217.50px;
}

.home .intro-container h1 {
  width: 97%;
}

.contentpanel:nth-child(odd) {
  background-color: white;
}

.contentpanel:nth-child(even) {
  background-color: rgba(112, 112, 112, 0.09);
}

.postid-389 .contentpanel:nth-child(even),
.postid-388 .contentpanel:nth-child(even) {
  background-color: white;
}

.postid-389 .contentpanel:nth-child(odd),
.postid-388 .contentpanel:nth-child(odd) {
  background-color: rgba(112, 112, 112, 0.09);
}

/* menu shortcut into */

div.menushortcut {
  display: block;
  position: absolute;
  right: 22px;
  top: 50px;
  height: 35px;
  width: 35px;
  float: none;
}

.menushortcut a {
  cursor: pointer;
  padding: 12px 0;
  outline: none;
}

.slick-slide img {
  padding: 0px 0px 0px 0px;
  opacity: 1
}

.slick-dots {
  text-align: center !important;
  position: relative !important;
}

.slick-dots li button {
  height: 35px !important;
}

.slick-dots li button:before {
  font-size: 40px !important;
}

.slick-dots li.slick-active button:before {
  color: #dd590a !important;
}

.services-container {
  width: 100%;
  max-width: 920px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.6rem;
  margin: 0 auto 30px;
}

.service-item {}

.service-item h3 {
  font-size: 34px;
  text-transform: uppercase;
  color: rgb(112, 112, 112);
  text-align: center;
  width: 100%;
  background-color: white;
  padding: 25px 0px;
}

.footercontainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footerpanel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center
}

.footerpanel:last-child {
  padding: 30px 0 0;
}

.footerpanel.quote-panel {
  padding: 85px 0px;
  font-weight: 400;
}

.footerpanel.quote-citation {
  display: none
}

.footerpanel p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 2.1rem
}

.mechanical_clients.projectpanel p:first-of-type {
  padding-top: 40px;
  padding-bottom: 20px;
}

.contractors.footerpanel .slick-slider {
  padding-bottom: 40px;
}

.slick-slider {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.footerpanel.our_clients h2 {
  padding-top: 30px;
}

.page-id-357 .footercontainer.quotecontainer {
  margin-top: 40px;
}

.footerpanel.getintouchpanel p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 17px;
  padding: 30px 0px 0px 0px;
  color: #707070
}

.footerpanel.getintouchpanel p:first-of-type {
  padding: 0px;
}

.footerpanel.getintouchpanel div div {
  color: #707070
}

.accreditation_list_title {
  margin: 0;
}

.footerpanel.getintouchpanel .contact_methods {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  padding: 30px 0 20px 0;
}

.footerpanel h2 {
  text-transform: uppercase;
  font-size: 38px;
}

.intro-container.news_container p {
  text-align: center;
}

.getintouchcontainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(112, 112, 112, 0.09);
  text-align: center
}

.getintouchpanel {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  color: #707070;
  padding: 30px 0;
}

.getintouchpanel h2 {
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 0;
}

.getintouchpanel p.address {
  padding-bottom: 17px;
}

.footermenu {
  width: 80%;
  max-width: 1200px;
  margin: 15px auto;
  display: flex;
}

.introductory.paragraph {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.content-line .fc_text_panel ul li {
  font-weight: 500;
  letter-spacing: -0.4px;
}

.footermenu ul {
  list-style-type: none;
}

#menu-main-menu li {
  display: inline-block;
  margin-left: 20px;
}

.introductory-section {
  width: 100%;
  padding: 30px 0px;
}

.postid-388 .introductory-section {
  padding-bottom: 60px;
}

.postid-388 .projects_overview_intro {
  padding-bottom: 30px;
}

.introductory-section h1 {
  text-align: center
}

.content-line {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.content-line.featured {
  background-color: #cccccc;
}

.fc_text_panel {
  padding: 25px 25px 0 25px;
}

.fc_text_panel ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

.fc_text_panel ul li {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}

.fc_text_panel ul li::before {
  content: '';
  height: 1em;
  min-width: 1em;
  display: block;
  background-image: url('/wp-content/themes/morecroft/images/bullet_orange.svg');
  background-size: 0.5em 0.5em;
  background-repeat: no-repeat;
  background-position: center;
}

.project-summary-container {
  width: auto;
  max-width: 610px;
  margin: 0 auto;
  /* display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto; */
}

.key-points-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  grid-row-gap: 5px;
  font-size: 18px;
  margin: 40px 0;
}

.key-points-container div {
  background-color: #F1F1F1;
  padding: 5px 5px 5px 15px;
}

.key-data {
  font-weight: 400;
  color: #050505
}

.project-summary-text {
  text-align: left;
  /* padding-left: 20px; */
}

.quote-panel {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 34px;
  color: #707070;
  position: relative;
  font-weight: 400
}

.intro-container ul,
.introductory.paragraph ul {
  padding-left: 0;
  margin-left: 0;
  column-count: 2;
  column-gap: 30px;
}

.introductory.paragraph ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

.page-id-357 .introductory.paragraph, 
  .single-service_item .introductory-section .introductory.paragraph p {
  text-align: center;
}

.introductory ul li {
  display: flex;
  padding: 5px 0 0 0;
}

.introductory ul li::before {
  content: '';
  height: 1em;
  min-width: 1em;
  display: block;
  background-image: url('/wp-content/themes/morecroft/images/bullet_orange.svg');
  background-size: 0.5em 0.5em;
  background-repeat: no-repeat;
  background-position: left center;
}

.introductory.paragraph p {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.contact_us_introductory_section .introductory.paragraph p {
  max-width: 920px;
}

.projectcontainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px 0px;
}

.single-project_item .project_container {
  max-width: 610px;
  margin: 0 auto;

}

.page-id-383 .projectpanel p:last-of-type {
  padding-bottom: 40px;
}

.projectpanel p.projects_overview_intro {
  padding-top: 20px;
}

.projectpanel h2.projects_overview_title {
  margin-bottom: 0;
}

.projectpanel p.my_term-archive {
  padding-top: 30px;
  padding-bottom: 20px;
}

.projectpanel p h2 {
  margin-bottom: 20px;
}

.single-project_item .projectpanel .project_title {
  width: auto;
  max-width: 610px;
  margin: 0 auto 15px;
}

.single-project_item .getintouchcontainer {
  margin-top: 0;
}

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

.my_term-archive a {
  text-transform: uppercase;
  text-decoration: none;
}

.my_term-archive span {
  color: #dd590a
}

.project-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.project-item {
  display: flex;
  position: relative;
  min-height: 230px;
  background-color: #cccccc;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: box-shadow 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.project-item:hover {
  box-shadow: inset 0 0 15px 5px rgba(20, 20, 20, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #000;
}

.project-item__image {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  transition: all 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.project-item:hover .project-item__image {
  transform: scale(1.2);
  opacity: 0.5;
}

.project-item .project-title {
  padding: 5px 0px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  align-self: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  text-transform: uppercase;
  width: 100%;
}

.project-item.active .project-title {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.my_term-archive a.active-term {
  color: #dd590a;
  font-weight: 600;
}

.services-nav-item.active {
  color: #dd590a;
  font-weight: 700;
}

.staff-list {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
/*   display: grid; */
	display: flex;
/*   grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  text-align: left;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
	justify-content: center;
}

.staff-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.staff-field {
  text-align: center;
  font-size: 1.8rem;
}

.staff-name {
  font-weight: 700;
  margin-top: 5px;
}

.staff-position {
  font-weight: 400;
  margin-bottom: 5px;
}

.staff-linkedin {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-end
}

.acf-map {
  height: 450px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(112, 112, 112, 0.09);
}

.key-data {
  font-weight: 400;
}

.project-summary-text {
  text-align: left;
  /* padding-left: 20px; */
}

.quote-panel {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 34px;
  color: #707070;
  position: relative;
  font-weight: 400
}

.quote-panel:before {
  position: absolute;
  content: url('./images/quotestart.svg');
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 25px;
}

.quote-panel:after {
  position: absolute;
  content: url('./images/quoteend.svg');
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  bottom: 25px;
}

.intro-container ul,
.introductory.paragraph ul {
  padding-left: 0;
  margin-left: 0;
  column-count: 2;
  column-gap: 30px;
}

.introductory.paragraph ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

.introductory ul li {
  display: flex;
  padding: 5px 0 0 0;
}

.introductory ul li::before {
  content: '';
  height: 1em;
  min-width: 1em;
  display: block;
  background-image: url('/wp-content/themes/morecroft/images/bullet_orange.svg');
  background-size: 0.5em 0.5em;
  background-repeat: no-repeat;
  background-position: left center;
}

.introductory.paragraph p {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.contact_us_introductory_section .introductory.paragraph p {
  max-width: 920px;
  text-align: center;
}

.projectcontainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px 0px;
}

.projectpanel {
  width: 100%;
  /* max-width: 610px; */
  margin: 0 auto;
}

/* 
.projectpanel p:last-of-type {
  padding-top: 40px;
  padding-bottom: 40px;
} */

.projectpanel p.projects_overview_intro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.projectpanel h2.projects_overview_title {
  margin-bottom: 0;
}

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

.my_term-archive a {
  text-transform: uppercase;
  text-decoration: none;
}

.my_term-archive span {
  color: #dd590a
}

.project-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.project-item {
  display: flex;
  position: relative;
  min-height: 230px;
  background-color: #cccccc;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: box-shadow 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.project-item:hover {
  box-shadow: inset 0 0 15px 5px rgba(20, 20, 20, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #000;
}

.project-item__image {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  transition: all 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.project-item:hover .project-item__image {
  transform: scale(1.2);
  opacity: 0.5;
}

.project-item .project-title {
  padding: 5px 0px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  align-self: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  text-transform: uppercase;
  width: 100%;
}

.project-item.active .project-title {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.my_term-archive a.active-term {
  color: #dd590a;
  font-weight: 600;
}

.services-nav-item.active {
  color: #dd590a;
  font-weight: 700;
}

.staff-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.staff-field {
  text-align: center;
  font-size: 1.8rem;
}

.staff-name {
  font-weight: 700;
  margin-top: 5px;
}

.staff-position {
  font-weight: 400;
  margin-bottom: 5px;
}

.staff-linkedin {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-end
}

.acf-map {
  height: 450px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(112, 112, 112, 0.09);
}

.news-container {
  width: 100%;
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.6rem;
  margin: 0 auto;
}

.news-item {
  display: flex;
  flex-direction: column;
  grid-column-end: span 2;
  border-bottom: 0px solid rgba(59, 60, 67, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

.news-item h2 {
  font-size: 2.1rem;
  font-weight: 400;
  text-align: left;
  padding: 20px 10px 50px 10px;
  margin: 0;
  text-transform: capitalize;
}

.news-item p {
  padding: 10px;
}

.news-item a.text-link {
  width: 100%;
  text-align: right;
  display: flex;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #dd590a;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
}

.news-item:nth-child(1) {
  grid-column-end: span 3;
}

.news-item:nth-child(2) {
  grid-column-end: span 3;
}

.news-item__excerpt {
  flex-grow: 1;
}

.news-item:nth-of-type(1) h2,
.news-item:nth-of-type(2) h2 {
  padding: 20px 10px 20px 10px;
}

.news-item:nth-of-type(1) p,
.news-item:nth-of-type(2) p {
  padding-bottom: 50px
}

/* .news-item .news-item-image {
  max-height: 150px;
  height: 100%;
  overflow: hidden;
} */

.news-item:nth-of-type(1) .news-item-image,
.news-item:nth-of-type(2) .news-item-image {
  max-height: 360px;
/*   height: 100%; */
  overflow: hidden;
}

.news_social_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px 30px;
}

.news_social_container .news__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.news_social_container .news__social a,
.news_social_container .news__social_modal a {
  display: block;
  margin: 0 6px;
  text-decoration: none;

}

.news_social_container .news__social a svg,
.news_social_container .news__social_modal a svg {
  fill: #606060;
  height: 1em;
  padding-right: 5px;
  vertical-align: middle;
}

.news_social_container .news__social a:hover svg,
.news_social_container .news__social_modal a:hover svg {
  fill: #dd590a;
  padding-right: 5px;
  vertical-align: middle;
}

.news_social_container .news__social_modal a:hover {
  color: #dd590a;
}

.pagination__current {
  background: #dd590a;
  color: white;
  width: 1em;
  display: inline-block;
  text-align: center;
}

.pagination__number {
  padding: 0 5px;
  text-decoration: none;
}

.pagination__prev,
.pagination__next,
.pagination__first,
.pagination__last {
  color: #dd590a;
  text-decoration: none;
  padding: 0 5px;
}

.intro-container h1 {
  text-align: center;
}

.home .intro-container h1 {
  text-align: center;
  padding-bottom: 30px;
}

.intro-container p {
  text-align: center;
}

.pagination {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 20px;
  text-align: right;
  padding: 5px 0px;
}

.single-post article {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

.single-post article h1 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.news-images-rotation {
  width: 100%;
  max-width: 610px;
  height: auto;
}

.content-rotating-images .slick-track img {
  max-width: 610px;
  margin: 0 auto;
  max-height: 100%;
  width: 100%;
  height: auto;
}


.slick-prev:before,
.slick-next:before {
  color: black !important;
  display: block;
}

.single-project_item .slick-next:before {
  content: '';
  height: 1em;
  min-width: 1em;
  display: block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_dark_grey.svg);
  background-size: 0.7em 0.7em;
  background-repeat: no-repeat;
  background-position: right center;
}

.single-project_item .slick-prev:before {
  content: '';
  height: 1em;
  min-width: 1em;
  display: block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_dark_grey.svg);
  background-size: 0.7em 0.7em;
  background-repeat: no-repeat;
  background-position: right center;
  transform: rotate(180deg);
}

.postid-389 .content-line .fc_left_column img {
  display: block;
  padding: 25px 0px 25px 65px;
}

.postid-389 .content-line.featured {
  background-color: rgba(112, 112, 112, 0.09)
}

.service-item-images {
  position: relative;
  font-size: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.service-item-images h3 {
  bottom: 0;
  left: 0;
  background-color: rgba(112, 112, 112, 0.09);
  width: 100%;
  padding: 10px 30px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.3rem
}

.fc_right_column,
.fc_left_column {
  font-size: 0;
}

.page-id-383 .service-item-images h3,
.page-id-357 .service-item-images h3 {
  background-color: #F7F7F7;
}

.service-item-images h3 a {
  text-decoration: none;
  color: #707070
}

.contact_methods {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}

.contact_methods div {
  display: flex;
  height: 40px;
  line-height: 40px
}

.contact_methods div img {
  margin-right: 5px;
  height: 100%;
}

.contact_methods .tel {
  justify-content: flex-start;
}

.contact_methods .email {
  justify-content: center;
}

.contact_methods .fax {
  justify-content: flex-end;
}

.view-all {
  font-size: 18px;
  box-shadow: none;
  padding: 5px 15px;
  border: 1px solid #707070;
  background-color: #707070;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 150px;
  margin: 30px auto;
  text-align: center;
}

.view-all a {
  text-decoration: none;
  color: #f2f2f2;
  text-transform: uppercase;
}

.more-projects {
  font-size: 18px;
  box-shadow: none;
  padding: 5px 15px;
  width: 300px;
  margin: 30px auto 0;
  text-align: center;
}

.more-projects span {
  text-decoration: none;
  text-transform: uppercase;
}

.intro-container h1 {
  text-align: center;
}

}

.more-projects .next {
  min-height: 3em;
  min-width: 1.2em;
  display: inline-block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_orange.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.more-projects .prev {
  min-height: 3em;
  min-width: 1.2em;
  display: inline-block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_orange.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  border: none;
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.services-nav {
  font-size: 18px;
  padding: 5px 15px;
  margin: 20px auto;
  text-align: center;
}

.services-nav a {
  text-decoration: none;
  text-transform: uppercase;
}

.services-nav span {
  color: #dd590a;
}

.postid-388 .contentpanel.projectcontainer {
  background-color: #fff;
}


@media only screen and (max-width: 600px) {
  .contact_methods div {
    margin: 0 0 10px 0;
  }

  .contact_methods div img {
    width: 40px;
    height: auto;
  }

  .contact_methods .tel {
    justify-content: flex-start;
  }

  .contact_methods .email {
    justify-content: flex-start;
  }

  .contact_methods .fax {
    justify-content: flex-start;
  }

  .getintouchpanel p.address {
    font-size: 15px;
  }
}

.home-services {
  padding: 20px 0 30px 0;
}

.home-services p {
  padding-bottom: 40px;
}

.fc_left_column h2,
.fc_right_column h2 {
  font-size: 2.5rem;
  text-align: left;
  text-transform: capitalize;
  color: #050505
}

.projectpanel p:first-of-type {
  max-width: 780px;
  margin: 0 auto;
}

.service-item-image img {
  float: left
}

.single-project_item .footercontainer.quotecontainer {
  background-color: #e2e2e2;
  padding: 30px 0px;
  font-weight: 400
}

/* .project-summary-text{padding-left:30px;} */



.pagination {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 20px;
  text-align: right;
  padding: 5px 0px;
}

.single-post article {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

.single-post article h1 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.news-images-rotation {
  width: 100%;
  max-width: 610px;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
  display: block;
}

.single-project_item .slick-next:before {
  content: '';
  height: 1em;
  min-width: 1em;
  display: block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_dark_grey.svg);
  background-size: 0.7em 0.7em;
  background-repeat: no-repeat;
  background-position: right center;
}

.single-project_item .slick-prev:before {
  content: '';
  height: 1em;
  min-width: 1em;
  display: block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_dark_grey.svg);
  background-size: 0.7em 0.7em;
  background-repeat: no-repeat;
  background-position: right center;
  transform: rotate(180deg);
}

.postid-389 .content-line .fc_left_column img {
  display: block;
  padding: 25px 0px 25px 65px;
}

.postid-389 .content-line.featured {
  background-color: rgba(112, 112, 112, 0.09)
}

.service-item-images {
  position: relative;
  font-size: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.service-item-images h3 {
  bottom: 0;
  left: 0;
  background-color: rgba(112, 112, 112, 0.09);
  width: 100%;
  padding: 10px 30px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.3rem
}

.service-item-images h3 a {
  text-decoration: none;
  color: #707070
}

.contact_methods {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}

.contact_methods div {
  display: flex;
  height: 40px;
  line-height: 40px
}

.contact_methods div img {
  margin-right: 5px;
  height: 100%;
}

.contact_methods .tel {
  justify-content: flex-start;
}

.contact_methods .email {
  justify-content: center;
}

.contact_methods .fax {
  justify-content: flex-end;
}

.view-all {
  font-size: 18px;
  box-shadow: none;
  padding: 5px 15px;
  border: 1px solid #707070;
  background-color: #707070;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 150px;
  margin: 30px auto;
  text-align: center;
}

.view-all a {
  text-decoration: none;
  color: #f2f2f2;
  text-transform: uppercase;
}

.more-projects {
  font-size: 18px;
  box-shadow: none;
  padding: 5px 15px;
  width: 300px;
  margin: 30px auto 0;
  text-align: center;
}

.more-projects span {
  text-decoration: none;
  text-transform: uppercase;
}

.more-projects a {
  text-decoration: none;
  text-transform: uppercase;
  color: #dd590a;

}

.more-projects .next {
  min-height: 3em;
  min-width: 1.2em;
  display: inline-block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_orange.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.more-projects .prev {
  min-height: 3em;
  min-width: 1.2em;
  display: inline-block;
  background-image: url(/wp-content/themes/morecroft/images/bullet_orange.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  border: none;
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.services-nav {
  font-size: 18px;
  padding: 5px 15px;
  margin: 20px auto;
  text-align: center;
}

.services-nav a {
  text-decoration: none;
  text-transform: uppercase;
}

.services-nav span {
  color: #dd590a;
}


@media only screen and (max-width: 600px) {
  .contact_methods div {
    margin: 0 0 10px 0;
  }

  .contact_methods div img {
    width: 40px;
    height: auto;
  }

  .contact_methods .tel {
    justify-content: flex-start;
  }

  .contact_methods .email {
    justify-content: flex-start;
  }

  .contact_methods .fax {
    justify-content: flex-start;
  }
}

.home-services {
  padding: 20px 0 30px 0;
}

.home-services p {
  padding-bottom: 40px;
}

.fc_left_column h2,
.fc_right_column h2 {
  font-size: 2.5rem;
  text-align: left;
  text-transform: capitalize;
  color: #050505
}

.projectpanel p:first-of-type {
  max-width: 780px;
  margin: 0 auto;
}

.service-item-image img {
  float: left
}

.single-project_item .footercontainer.quotecontainer {
  background-color: #e2e2e2;
  padding: 30px 0px;
  font-weight: 400
}

.single-project_item .footercontainer.quotecontainer .quote-panel {
  color: #707070;
}

.single-project_item .more-projects {
  padding-bottom: 30px;
}

.quote-panel-person,
.quote-panel-person p,
.quote-panel-person p strong {
  text-align: center;
  color: #707070;
  margin-bottom: 0;
}

/* .project-summary-text{padding-left:30px;} */

h1 {
  padding: 30px 0 0 0;
}

.news-images-rotation .slick-dots button:before {
  color: #707070;
}

/* End of menu shortcut */

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6rem 1rem .4rem;
}


input[type="submit"].gform_button {
  float: right;
  /* 	font-size: 20px; */
  box-shadow: none;
  padding: 5px 15px;
  border: 1px solid #707070;
  background-color: #707070;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-size: 15px;
  font-weight: 600;
}

input[type="submit"].gform_button:hover {
  float: right;
/*   font-size: 20px; */
  box-shadow: none;
  padding: 5px 15px;
  border: 1px solid #000000;
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
}



.contactpageform input[type="submit"].gform_button {
  float: right;
  font-size: 20px;
  box-shadow: none;
  font-size: 18px;
  padding: 15px 30px;
  border: 2px solid #9CC12B;
  background-color: #9CC12B;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0px;
  margin-top: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.contactpageform input[type="submit"].gform_button:hover {
  border: 2px solid #9CC12B;
  background-color: transparent;
  color: #9CC12B;
  transition: background-color 0.3s ease;
}

.newsletterpanel input[type="submit"].gform_button {
  float: right;
  font-size: 20px;
  box-shadow: none;
  font-size: 18px;
  padding: 15px 30px;
  border: 2px solid #9CC12B;
  background-color: #9CC12B;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0px;
  margin-top: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.newsletterpanel input[type="submit"].gform_button:hover {
  border: 2px solid #9CC12B;
  background-color: transparent;
  color: #9CC12B;
  transition: background-color 0.3s ease;
}

.gforminput[type="submit"].gform_button {
  border-radius: 0 !important;
}

input[type="submit"].gform_button:hover {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #ffffff;
  color: #ffffff;

}

input[type="text"],
input[type="remail"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="remail"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #ffffff;

}

textarea {
  width: 100%;
}

.ginput_container_textarea {
  padding-top: 5px;
}

#wp-admin-bar-root-default span {
  color: #ffffff;
}

#wp-admin-bar-top-secondary a span {
  color: white;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

.menu-service-menu-container {
  width: 100%;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 55px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right
}

.main-navigation a {
  color: black;
}

.footermenu .main-navigation a {
  color: white;
  /* font-size: 11px; */
  font-size: 15px;
  text-align: center;
  text-transform: none;
}

.main-navigation li.current_page_item a {
  color: #dd590a;
  font-weight: 700;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

/* Small menu. */
/*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
*/


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

/* Make sure select elrements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.footer-copyright-links-container {
  background-color: black;
}

.footer-menu-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 120px;
  background-color: black;
  border-top: 6px solid #dd590a;
}

.footer-copyright-panel {
  text-align: center;
  font-size: 11px;
  color: white;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5rem;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elrements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Threme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elrements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure rembeds and iframes fit their containers. */
rembed,
iframe,
object {
  max-width: 100%;
}

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


/* do we need something for centring container */

/*--------------------------------------------------------------
## Gravity Forms Default Styling
--------------------------------------------------------------*/

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

#menu-service-menu .submenu li {
  font-size: 1rem;
}

#field_1_6 {
  flex: 0 0 100%;
}

.gform_wrapper .gform_footer {
  flex: 0 0 100%;
  margin: 0px auto !important;
  max-width: 750px;
}

.contactpageform {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.footer-contact-summary-container.contact-us {
  flex: 0 0 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.gform_wrapper ul li.gfield {
  clear: none !important;
}

.gform_wrapper ul {
  list-style-type: none;
}

.formname {
  float: left;
  width: 50%;
}

.formemail {
  float: left;
  width: 50%;
}

.gform_wrapper .gfield_label {
  display: none !important;
}

.gform_wrapper #field_1_6 .gfield_label {
  clear: both;
  font-weight: 300;
  margin-top: 0;
  color: #53606B;
  font-size: 30px
}

.contact-form-panel h2 {
  font-weight: 300;
  color: #53606B;
  font-size: 30px;
  margin-bottom: 0;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0px !important
}

.gfield input,
.gfield textarea {
  padding: 10px 10px !important;
}

.gform_wrapper .gform_heading {
  margin: 0 !important;
}

.gform_wrapper {
  margin: 0px 0px 16px 0px !important
}

.contact-form-panel {
  width: 100%;
  padding: 50px;
  margin-bottom: 25px;
}

.gform_wrapper input.large,
.gform_wrapper input.medium,
.gform_wrapper input.small,
.gform_wrapper select.large,
.gform_wrapper select.medium,
.gform_wrapper select.small {
  background-color: white;
  border-bottom: 0px solid rgba(59, 60, 67, 0.3);
  flex: 0 0 50%;
  color: rgba(59, 60, 67, 0.5) !important;
  border-radius: 10px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  width: calc(100% - 5px);
  text-align: left;
}

.gform_wrapper input.large:focus,
.gform_wrapper input.medium:focus,
.gform_wrapper input.small:focus,
.gform_wrapper select.large:focus,
.gform_wrapper select.medium:focus,
.gform_wrapper select.small:focus {
  background-color: transparent;
}

.gform_body #gform_fields_1 .gfield {
  text-align: left;
}

.gform_body #gform_fields_1 .gfield:nth-child(even) input {
  margin-left: 5px;
}

.gform_wrapper {
  width: 100%;
}

li.gfield {
  flex: 0 0 50%;
  color: rgba(59, 60, 67, 0.5) !important;
}

#gform_wrapper_2.gform_wrapper input.large,
#gform_wrapper_2.gform_wrapper input.medium,
#gform_wrapper_2.gform_wrapper input.small,
#gform_wrapper_2.gform_wrapper select.large,
#gform_wrapper_2.gform_wrapper select.medium,
#gform_wrapper_2.gform_wrapper select.small {
  background-color: #BEC3C8;
  border-bottom: 0px solid white;
  color: #53606B;
  padding: 15px !important;
}

#gform_wrapper_2.gform_wrapper .top_label input.medium,
#gform_wrapper_2.gform_wrapper .top_label select.medium {
  width: 100%;
}

.darkoverlay {
  position: absolute;
  height: 270px;
  width: 100%;
  top: 0px;
  left: 0px;
  display: block;
  background: rgb(36, 47, 58);
  background: linear-gradient(180deg, rgba(36, 47, 58, 0) 0%, rgba(36, 47, 58, 1) 100%);
  transition: background-color 0.3s ease;
}

ul.gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0;
  margin: 0;
  width: 100%;
  ;
  max-width: 750px;
  margin: 0 auto;
}

.button a {
  display: block;
  padding: 5px 30px;
  margin: 0 auto;
  background-color: #9CC12B;
  border: 1px solid #9CC12B;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.button a:hover {
  background-color: transparent;
  transition: background-color 0.3s ease;
  color: #9CC12B
}

html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description,
html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
  width: 100% !important;
}

#field_1_7 {
  flex: 0 0 100% !important;
  color: rgba(59, 60, 67, 0.5) !important;
  display: block !important
}

#input_1_7 {
  color: rgba(59, 60, 67, 0.5) !important;
  display: block !important;
  background-color: #F6F6F6;
}

.gfield_radio li {
  float: left;
  margin-right: 25px;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-size: 20px !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  max-width: 100% !important;
}

.gform_wrapper .gfield_radio li {
  float: left !important;
  margin-right: 50px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-right: 5px;
  padding-top: 5px;
  margin-top: 12px;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  color: #009FE3 !important;
  font-weight: 300;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
  font-weight: 400 !important;
}

.gform_wrapper ul.gfield_checkbox li textarea {
  height: 30px !important;
}

.gform_wrapper textarea.large {
  background-color: #ffffff;
  background-color: white;
  height: 150px;
  border-bottom: 0px solid rgba(59, 60, 67, 0.3);
  flex: 0 0 100%;
  color: rgba(59, 60, 67, 0.5) !important;
  border-radius: 10px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  width: 100%;
}

.contact-form-panel input[type="submit"].gform_button:after {
  content: '**';
  display: block;
  position: absolute;
}

.nextprevlinks {
  display: flex;
  margin: 50px 0px 20px;
}

.nextprevlinkitem {
  flex: 0 0 33%;
}

.nextprevlinkitem a {
  text-decoration: none;
  color: #dd590a;
  text-transform: uppercase
}

.nextprevlinkitem.previous {
  text-align: left;
  color: #dd590a;
}

.nextprevlinkitem.next {
  text-align: right;
  color: #dd590a;
}

.nextprevlinkitem.backnews {
  text-align: center;
  text-transform: uppercase
}

.footer-copyright-panel a {
  color: white;
  text-decoration: none;
}

 .news-item .news-item__header-image {
    height: 180px;
    background-size: cover;
    background-position: center;
  }

  .news-item:nth-of-type(1) .news-item__header-image,
  .news-item:nth-of-type(2) .news-item__header-image {
    height: 275px;
    background-size: cover;
    background-position: center;
  }

	.page-id-367 h2 {
    font-size: 28px;
	text-align: left;
  }


.page-id-367 .introductory-section h1 {
	text-align: left;
	width: 100%;
    max-width: 920px;
    margin: 0 auto 10px;
  }


.page-id-367 .introductory-section p {
	margin-left: 0;
}

/*--------------------------------------------------------------
## Responsive Structure
--------------------------------------------------------------*/


@media screen and (min-width: 1200px) {
  .project-3 {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
  }

  .project-4 {
    grid-column: 1 / 3;
    grid-row: 2 / 2;
  }

  .project-7 {
    grid-column: 3 / 5;
  }
	
	.services-container {
    max-width: 920px;
	}
}

@media screen and (max-width: 1199px) {
  .site-container {
    max-width: 900px;
  }

  .home-project-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 300px 300px 300px;
  }

  .home-project {
    min-height: 300px;
  }

  /* .project-3{grid-column: auto / span 2;} */
  .project-7 {
    grid-column: 1 / span 2;
    grid-row: 3;
  }

  .cs-main-image {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .cs-main-image img {
    width: 100%;
  }

  .footer-contact-summary span {
    width: 100%;
    display: block;
  }

  .footer-copyright-container {
    flex-wrap: wrap
  }

  .footer-copyright-address {
    flex: 0 0 100%;
    display: block
  }

  .footer-privacy-copyright-info {
    flex: 0 0 100%;
    display: block;
    text-align: left
  }

  .footer-privacy-copyright-info span {
    margin-left: 0;
    margin-right: 40px
  }
}

/* ipad landscape */
@media screen and (max-width: 899px) {

  p {
    font-size: 15px;
  }

  .home .intro-container {
    padding: 30px 30px;
  }

  .headercontainer {
    padding: 20px 10px;
  }

  .home-project-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px;
  }

  .headercontainer .header__social {
    display: none;
  }

  .footercontainer {
    padding: 20px 30px;
  }

  .introductory-section,
  .projectcontainer,
  .staff-list,
  .news-container {
    padding: 20px 30px;
  }

  .single-project_item .project-summary-container .key-points-container {
    margin: 0 0 40px 0;
  }

  .intro-container.news_container p {
    text-align: left;
  }

  .footer-contact-summary {
    flex: 0 0 100%;
  }

  .footer-contact-social {
    flex: 0 0 100%;
    text-align: left;
  }

  .footer-contact-social ul,
  .footer-contact-social ol {
    margin-left: 0;
    padding-left: 0;
    margin: 20px 0px;
  }

  .footer-social-icons li {
    margin-left: 0;
    margin-right: 20px;
  }

  .site-branding {
    flex: 0 0 100%;
    text-align: center;
  }

  .footermenu .footer__social {
    margin: 0 5px 0 0;
  }

  .main-navigation ul {
    text-align: center;
  }

  .content-line {
    padding: 20px 30px;
  }

  .intro-container {
    padding: 20px 30px;
  }

  .page-id-357 .introductory.paragraph, 
  .single-service_item .introductory-section .introductory.paragraph p{
  text-align: left;
}

  .news-item {
    grid-column-end: span 3;
  }

  .staff-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .footerpanel.quote-panel {
    margin-top: 0;
    font-size: 18px;
    padding: 45px 0px;
  }

  .quote-panel:after,
  .quote-panel:before {
    width: 25px;
  }

  .headercontainer .header__social {
    display: none;
  }

  .footercontainer {
    padding: 20px 30px;
  }

  .introductory-section,
  .projectcontainer,
  .staff-list,
  .news-container {
    padding: 20px 30px;
  }

  .footer-contact-summary {
    flex: 0 0 100%;
  }

  .footer-contact-social {
    flex: 0 0 100%;
    text-align: left;
  }

  .footer-contact-social ul,
  .footer-contact-social ol {
    margin-left: 0;
    padding-left: 0;
    margin: 20px 0px;
  }

  .footer-social-icons li {
    margin-left: 0;
    margin-right: 20px;
  }

  .site-branding {
    flex: 0 0 100%;
    text-align: center;
  }

  .footermenu .footer__social {
    margin: 0 5px 0 0;
  }

  .main-navigation ul {
    text-align: center;
  }

  .content-line {
    padding: 20px 30px;
  }

  .intro-container {
    padding: 20px 30px;
  }

  .news-item {
    grid-column-end: span 3;
  }

  .staff-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .intro-container p {
  text-align: left;
}

  .quote-panel:after,
  .quote-panel:before {
    width: 25px;
  }

  .quote-panel:before {
    top: 10px;
  }

  .quote-panel:after {
    bottom: -20px;
  }

  .header-image-panel {
    height: auto;
  }

  .project-summary-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .more-projects {
    margin: 0;
  }

  .project-summary-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-id-357 .footercontainer.quotecontainer {
    margin-top: 0;
  }

  .getintouchcontainer.footercontainer {
    margin-top: 0;
  }

  input[type="submit"].gform_button {
    float: none;
  }

  .site-container section.getintouchcontainer {
    margin-top: 0;
  }

  .page-id-361 .projectcontainer {
    padding-bottom: 70px;
  }
	
	.page-id-367 h2 {
    font-size: 22px;
	text-align: left;
  }

  .page-id-359 .services_intro_container h1,
  .page-id-357 .introductory-section h1,
  .page-id-363 .introductory-section h1 {
    padding: 30px 0 0 0;
  }

  .contact_us_introductory_section .introductory.paragraph p {
    text-align: left;
  }

}

/* End 899 breakpoint */

/* ipad landscape */
@media only screen and (min-width: 900px) and (max-width: 1200px) {

  .intro-container.services_intro_container,
  .services-container,
  .staff-list,
  .contact_us_introductory_section,
  .home .intro-container {
    max-width: 780px;
    padding: 0;
    margin: 0 auto;
  }

  .home .intro-container {
    padding-bottom: 40px;
  }
}


/*iphone portrait */
@media screen and (max-width: 599px) {


  .home .intro-container h1 {
  text-align: left;
}

  .gform_body #gform_fields_1 .gfield:nth-child(even) input,
  .gform_body #gform_fields_1 .gfield:nth-child(odd) input,
  .gform_body #gform_fields_1 .gfield:nth-child(even) textarea {
    margin-left: 0;
    width: 100%;
  }

  .pagination {
    text-align: center;
  }

  .footerpanel.getintouchpanel .contact_methods {
    width: 100%;
  }

  .footermenu {
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footermenu .main-navigation {
    width: 100%;
  }

  .contact_methods {
    grid-template-columns: 1fr;
  }

  .home-project-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 300px;
  }

  .services-container {
    grid-template-columns: 1fr;
    /* padding: 0 30px; */
  }

  .footer-menu-container {
    height: auto;
  }

  .project-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  li.gfield {
    flex: 0 0 100%;
  }

  .footermenu .main-navigation ul {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .content-line {
    grid-template-columns: 1fr;
  }

  .fc_text_panel {
    padding: 20px 0px;
  }

  .intro-container ul,
  .introductory.paragraph ul {
    column-count: 1;
  }

  .project-summary-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .key-points-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .single-post article {
    padding: 20px 30px;
  }

  .nextprevlinkitem {
    flex: 0 0 100%;
  }

  .nextprevlinks {
    flex-wrap: wrap;
  }

  .nextprevlinkitem.backnews {
    text-align: left;
    margin-bottom: 30px;
  }

  .nextprevlinkitem.next,
  .nextprevlinkitem.previous {
    text-align: left;
    margin-bottom: 30px;
  }

  .staff-list {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    background-color: #ffffff;
  }

  h1 {
    font-size: 28px;
    /* 		padding:30px; */
  }

  h2 {
    padding: 0;
    text-align: left;
    font-size: 25px;
  }

  .service-item-images h3 {
    text-align: left;
    padding: 10px 20px;
  }

  .service-item-images {
    margin-bottom: 20px;
  }

  .footerpanel {
    text-align: left
  }

  .footerpanel h2 {
    text-align: left;
  }

  #menu-main-menu li {
    margin-left: 0;
    margin-right: 0;
    text-align: left
  }

  .main-navigation ul {
    text-align: left
  }

  .intro-container h1 {
    margin-left: 0;
    text-align: left
  }

  h1 {
    text-align: left
  }

  .introductory-section h1 {
    text-align: left
  }

  .service-item-images h3 {
    font-size: 2.3rem;
  }

  .slick-slide {
    height: auto !important;
  }

  .footer-menu-container {
    padding: 0 0 20px 0;
  }

  .news-item,
  .news-item:nth-child(1),
  .news-item:nth-child(2) {
    grid-column-end: span 6;
  }

  .news-container {
    padding: 0 20px;
  }

  #menu-item-376,
  #menu-item-377,
  #menu-item-382,
  #menu-item-381,
  #menu-item-379,
  #menu-item-378 {
    display: none;
  }

  .header-image-panel {
    height: auto;
  }

  .staff_list_header {
    padding-left: 30px;
  }

  .more-projects {
    text-align: left;
  }


}

/* End 599 breakpoint */

/* TIMFOYLE CSS */
/* Menu changes */
@media screen and (max-width: 425px) {
  .site-branding {
    max-width: 200px;
  }

  .site-branding img {
    width: 199px;
    align-content: flex-start;
    display: flex;
  }

  #toggleMenu img {
    height: 25px;
    width: 25px;
  }

  .menu-main-menu-container[class] {
    left: 0;
    transform: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
  }

  .toggled .menu-main-menu-container[class] {
    pointer-events: auto;
    transition-duration: 250ms;
    opacity: 1;
  }
}

.menuHeader {
  display: none;
}

.menuClose {
  display: none;
}

@media screen and (max-width: 900px) {
  .menuClose {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
  }

  .menuHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 101px;
    background: #f2f2f2;
  }

  .menuHeaderImage {
    height: 60px;
    width: 60px;
  }

  .menu-main-menu-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    color: black;
    left: calc(100% - 250px);
    background: white;
    z-index: 5;
    transform: translatex(calc(100% + 9px));
    transition: transform 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
  }

  .toggled .menu-main-menu-container {
    transition-duration: 250ms;
    transform: translatex(0);
  }

  #site-navigation ul#menu-main-menu {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 25px;
  }

  #menu-main-menu li {
    display: flex;
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }

  #menu-main-menu li a {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #toggleMenu {
    position: absolute;
    right: 15px;
    top: 28px;
    height: 26px;
    width: 26px;
  }

  .main-navigation::after {
    content: '';
    z-index: 4;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 100ms cubic-bezier(0.4, 0.0, 0.2, 1);
    pointer-events: none;
  }

  .main-navigation.toggled::after {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 901px) {
  #toggleMenu {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .headercontainer .header__social {
    display: none;
  }

}

@media (max-width: 1200px) and (min-width:901px) {
  .headercontainer #masthead .site-branding {
    padding-left: 15px;
    margin: 0;
  }
}

/* projects allow full image click */
.project-title-text {
  background-color: #dd590a;
  position: absolute;
/*   bottom: calc(50% - 25px); */
    bottom: 0;
	padding: 5px 0px;
  font-size: 16px;
  text-decoration: none;
  align-self: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  color: white;
  width: 100%;
  display: block;
  padding: 5px 15px;
}

/* projects page 2 columns breakpoint */
@media (max-width: 950px) and (min-width:600px) {
  .project-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* breakpoint to show projects in mobile view */
@media (max-width: 950px) {
  .project-title-text {
    position: absolute;
    bottom: 0;
    font-size: 12px;
  }

  .project-item .project-title {
    bottom: 0;
    padding: 0;
    position: absolute;
    opacity: 1;
  }

  .project-item:hover .project-item__image {
    transform: scale(1);
    opacity: 1;
  }
}

/* changes for about page */
@media(max-width: 900px) {
  .fc_right_column.text {
    order: 2;
  }

  .fc_left_column.text {
    order: 2;
  }

  .fc_right_column.image {
    order: 1;
  }

  .fc_left_column.image {
    order: 1;
  }

  .content-line {
    grid-template-columns: 1fr;
  }

}

/* fix padding at bottom of projects page */
.getintouchcontainer {
  margin-top: 55px;
}

/* END TIMFOYLE CSS */