/*   
Theme Name: Wren Technologies
Theme URI: https://thetermguy.com
Description: Theme for Wren Waterjet
Author: Mitch Wienecke
Author URI: http://crashcreative.ca
Version: 2.3
*/

/* -- COLOURS

Teal #47718A;

Dark Teal  #0D1F32;

Light Gray: #7F7F7F;

Dark Gray: #383838;

*/


/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/


/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}
/*
html, body {
	height: calc(100% - 16px);
	min-height: calc(100% - 16px);
	background-color: #FFF;
}
body {
	margin: 0 !important;
	padding: 0 !important;
}
html[lang] {
  margin-top: 0 !important;
}
a {
	text-decoration: none;
}
*/

:root {
  --menuItem-width: 20%;
}


a i.fab {
	color: #FFF;
	font-size: 200%;
	margin-right: 15px;
}
a:hover i.fab {
	color: #0D1F32;
}






.fadein {
	/*
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
	*/
    position: relative;
    background-color: black;
    /*
    height: 75vh;
    */
    height: calc(100vh - 96px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  
    margin-bottom: 8px;
}

.fadein img {
	/*
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;
	*/
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.slideshow-text-wrap {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
    top: 100px;
    left: 0;
}
.slideshow-text {
	width: 50%;
	max-width: 500px;
	margin: 40px 0 0 40px;
	/*
	background:url('images/BlackScreen.jpg') no-repeat #383838;
	*/
    background-color: black;
    opacity: 1.0;
	
	padding: 0em 1.5em;
	border: 2px solid #FFF;
}
.slideshow-text h2 {
	color: #FFF;
	opacity: 1 !important;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
}
.slideshow-text h2 span {
	font-weight: bold;
	font-size: 1.95em;
}







#video-section {
  position: relative;
  background-color: black;
  /*
  height: 75vh;
  */
  height: calc(100vh - 96px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  
  margin-bottom: 8px;
}
#video-section video, #video-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#video-section .video-text-wrap {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
    top: 0;
    left: 0;
}
.video-text {
	width: 50%;
	max-width: 500px;
	margin: 40px 0 0 40px;
	/*
	background:url('images/BlackScreen.jpg') no-repeat #383838;
	*/
    background-color: black;
    opacity: 1.0;
	
	padding: 0em 1.5em;
	border: 2px solid #FFF;
}
#video-section .video-text h2 {
	color: #FFF;
	opacity: 1 !important;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
}
#video-section .video-text h2 span {
	font-weight: bold;
	font-size: 1.95em;
}

#video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,1) 100%);
  opacity: 0.5;
 
  z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
  #video-section {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  #video-section video {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- FONTS ---- */
/* ----------------------------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ---- UNIVERSAL LAYOUT ---- UNIVERSAL LAYOUT ---- UNIVERSAL LAYOUT ---- UNIVERSAL LAYOUT ---- UNIVERSAL LAYOUT --------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
#header-wrap {
	width: 100%;
	height: 80px;
	
	display: flex;
	margin: 8px 0px;
}
#logo-side {
	display: flex;
	align-items: center;
	width: 30%;
}
.wren-slogan h1 {
	font-size: 1.35em;
	letter-spacing: 0.05em;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #0D1F32;
	
	margin: 0;
}
.wren-slogan p {
	font-size: 0.95em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #777;
}
.wren-logo, #header-divider {
	 height: 80px;
	 width: 80px;
}
.wren-logo img, #header-divider img {
	width: 100%;
	height: 100%;
}
#menu-side {
	background-color: #47718A;
	
	display: flex;
	align-items: center;
	width: calc(70% - 80px);
}
#menu-bar {
	width: 85%;
}
#phone-button {
	display: flex;
	flex-direction: row;
}
a.menu-phone-button {
	background-color: #0D1F32;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	padding: 6px 0;
	
	border: solid #FFF 2px;
	width: 160px;
	text-align: center;
	margin-right: 10px;
}






.parallax-container {
	line-height: 0;
	color: rgba(255,255,255,.9);
}
.parallax-container .section {
	width: 100%;
}
.header-image {
	min-height: 100px;
	max-height: 250px;
	height: auto;
	box-shadow: 0px 5px 5px #9D9D9D;
}
.waterjet-screen {
	min-height: 100px;
	max-height: 350px;
	height: auto;
}  
.content-image {
	min-height: 100px;
	max-height: 200px;
	height: auto;
	
}
.content-image.large {
	max-height: 250px;
}
/*
ul.primaryMenu {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
	font-family: Arial Narrow, sans-serif;
	text-transform: uppercase;
}
ul.primaryMenu li {
  	float: left;
}
ul.primaryMenu li a {
  	display: block;
  	color: #FFF;
  	text-align: center;
  	padding: 12px;
}
ul.primaryMenu li a:hover {
	color: #7a9dbe;
}
*/

/*
.title-wrap {
	display: flex;
	height: 100%;
	
	justify-content: center;
	align-items: flex-end
}
*/
.section { 
	padding-top: 0 !important;
}
.header-image-container {
	width: 100%;
	height: 250px;
	display: flex;
}
.page-title {
	/*
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #0D1F32;
	background-color: rgba(255,255,255,0.75);
	padding: 0.75em;
	font-size: 45px;
	line-height: 0;
	border: 5px solid #0D1F32;
	font-weight: 700;
	*/
	background-color: white;
	color: black;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	
	padding: 40px 30px;
	font-size: 50px;
	
	margin: 150px 0 0;
	
	mix-blend-mode: screen;
	
	position: relative;
}
.page-title:after {
	content: '';
	    position: absolute;
	    left: 100%;
	    top: 0%;
	    width: 0;
	    height: 0;
	    border-left: 0px solid transparent;
	    border-right: 26px solid transparent;
	    border-top: 0px solid transparent;
		border-bottom: 80px solid #FFF;
	    clear: both;
}



h1.section-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 100px;
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
	line-height: 0;
	padding-top: 115px;
}
h1.section-title.large {
	padding-top: 165px;
}
#content-wrap p.section-header {
	font-weight: bold;
	color: #0D1F32;
	font-size: 1.1em;
}
#content-wrap p {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	padding: 0.5em 0;
	color: #383838;
}
#content-wrap p a {
	color: #47718A;
}
#content-wrap p:nth-last-child(1) {
	padding-bottom: 3em;
}

ul.material-list li.list-header {
	font-weight: bold;
	color: #0D1F32;
	font-size: 1.1em;
}
ul.material-list li {
	padding-bottom: 0.5em;
}
ul.material-list {
	padding-bottom: 1.5em;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ---- HOME PAGE ---- HOME PAGE ---- HOME PAGE ---- HOME PAGE ---- HOME PAGE ---- HOME PAGE ---- HOME PAGE ---- HOME PAGE ------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */




.primaryMenu {
  list-style: none;
  margin: 50px 0;
  max-width: 720px;
  padding: 0;
  width: 100%;
  
 font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #FFF;
  line-height: 0;
}

.menuItem {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  /*
  width: 20%;
  */
  width: var(--menuItem-width);
  text-align: center;
}
.menuItem a {
  color: #FFF;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}
.menuItem a:hover {
  color: #AFAFAF;
}


.waterjetIndicator {
  position: relative;
  z-index: 0;
}
.waterjetIndicator .menuItem:last-child:before, .waterjetIndicator .menuItem:last-child:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  transition: left 0.8s ease;
}
.waterjetIndicator .menuItem:last-child:before {
	background-image: url("images/MenuWaterjet.svg");
	background-size: 24px 24px;
    width: 24px;
    height: 24px;
	margin-left: -12px;
}
.waterjetIndicator .menuItem:last-child:after {
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 20%;
  z-index: -1;
}
.waterjetIndicator .menuItem:nth-child(1).current_page_item ~ .menuItem:last-child:after {
  left: 0%;
}
.waterjetIndicator .menuItem:nth-child(1).current_page_item ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width)/2);
}
.waterjetIndicator .menuItem:nth-child(2).current_page_item ~ .menuItem:last-child:after {
  left: var(--menuItem-width);
}
.waterjetIndicator .menuItem:nth-child(2).current_page_item ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width) * 1.5);
}
.waterjetIndicator .menuItem:nth-child(3).current_page_item ~ .menuItem:last-child:after {
  left: calc(var(--menuItem-width) * 2);
}
.waterjetIndicator .menuItem:nth-child(3).current_page_item ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width) * 2.5);
}
.waterjetIndicator .menuItem:nth-child(4).current_page_item ~ .menuItem:last-child:after {
  left: calc(var(--menuItem-width) * 3);
}
.waterjetIndicator .menuItem:nth-child(4).current_page_item ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width) * 3.5);
}

.waterjetIndicator .menuItem:nth-child(1):hover ~ .menuItem:last-child:after {
  left: 0% !important;
}
.waterjetIndicator .menuItem:nth-child(1):hover ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width)/2) !important;
}
.waterjetIndicator .menuItem:nth-child(2):hover ~ .menuItem:last-child:after {
  left: var(--menuItem-width) !important;
}
.waterjetIndicator .menuItem:nth-child(2):hover ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width) * 1.5) !important;
}
.waterjetIndicator .menuItem:nth-child(3):hover ~ .menuItem:last-child:after {
  left: calc(var(--menuItem-width) * 2) !important;
}
.waterjetIndicator .menuItem:nth-child(3):hover ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width) * 2.5) !important;
}
.waterjetIndicator .menuItem:nth-child(4):hover ~ .menuItem:last-child:after {
  left: calc(var(--menuItem-width) * 3) !important;
}
.waterjetIndicator .menuItem:nth-child(4):hover ~ .menuItem:last-child:before {
  left: calc(var(--menuItem-width) * 3.5) !important;
}

.waterjetIndicator .menuItem:last-child:hover:before, .waterjetIndicator .menuItem:last-child.current_page_item:before {
  left: calc(var(--menuItem-width) * 4.5) !important;
}
.waterjetIndicator .menuItem:last-child:hover:after, .waterjetIndicator .menuItem:last-child.current_page_item:after {
  left: calc(var(--menuItem-width) * 4) !important;
}

/*
.waterjetIndicator .menuItem:nth-child(1).current_page_item ~ .menuItem:last-child:after {
  left: 0%;
}
.waterjetIndicator .menuItem:nth-child(1).current_page_item ~ .menuItem:last-child:before {
  left: 10%;
}
.waterjetIndicator .menuItem:nth-child(2).current_page_item ~ .menuItem:last-child:after {
  left: 20%;
}
.waterjetIndicator .menuItem:nth-child(2).current_page_item ~ .menuItem:last-child:before {
  left: 30%;
}
.waterjetIndicator .menuItem:nth-child(3).current_page_item ~ .menuItem:last-child:after {
  left: 40%;
}
.waterjetIndicator .menuItem:nth-child(3).current_page_item ~ .menuItem:last-child:before {
  left: 50%;
}

.waterjetIndicator .menuItem:nth-child(1):hover ~ .menuItem:last-child:after {
  left: 0% !important;
}
.waterjetIndicator .menuItem:nth-child(1):hover ~ .menuItem:last-child:before {
  left: 10% !important;
}
.waterjetIndicator .menuItem:nth-child(2):hover ~ .menuItem:last-child:after {
  left: 20% !important;
}
.waterjetIndicator .menuItem:nth-child(2):hover ~ .menuItem:last-child:before {
  left: 30% !important;
}
.waterjetIndicator .menuItem:nth-child(3):hover ~ .menuItem:last-child:after {
  left: 40% !important;
}
.waterjetIndicator .menuItem:nth-child(3):hover ~ .menuItem:last-child:before {
  left: 50% !important;
}

.waterjetIndicator .menuItem:last-child:hover:before, .waterjetIndicator .menuItem:last-child.current_page_item:before {
  left: 70% !important;
}
.waterjetIndicator .menuItem:last-child:hover:after, .waterjetIndicator .menuItem:last-child.current_page_item:after {
  left: 60% !important;
}
*/

.primaryMenu:before,
.primaryMenu:after {
  content: " ";
  display: table;
}
.primaryMenu:after {
  clear: both;
}








#about-us-letter {
	display: flex;
	width: 92%;
	margin: 0 auto;
	max-width: 1200px;
	flex-direction: column;
	padding: 1.5em 0 1em;
}
.signature-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	
	margin-top: -5em;
	z-index: -1000;
}
.signature-side img, .signature-image-side img {
	width: 100%;
}
.signature-image-side {
	
}
#about-us-letter p {
	font-family: "Bookman Old Style", Georgia, serif;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 0.8em 0;
}
#about-us-letter .signature-side p {
	/*
	padding: 0.25em 0 0;
	*/
}



#call-us-wrap {
	display: flex;
	width: 90%;
	margin: 0 auto;
	max-width: 1100px;
	align-items: center;
}
.call-us-text {
	width: 60%;
	padding: 0 5%;
}
.cut-logo {
	width: 20%;
}
.right-side-spacer {
	width: 20%;
}
.cut-logo img {
	width: 100%;
}

.call-us-text p {
	font-size: 1.2em;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	padding: 0.4em 0;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	text-align: center;
}
.call-us-text p.larger-text {
	font-style: normal;
	font-size: 1.3em;
	color: #FFF;
}
.call-us-text h2 {
	text-align: center;
	line-height: 0;
	font-family: 'Lato', sans-serif;
	color: #FFF;
}



#content-wrap {
	display: flex;
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	flex-direction: column;
	padding: 1.5em 0 1em;
}
.container.materials {
	width: 90%;
	max-width: 1010px !important;
}





#about-us-letter ul {
	font-family: "Bookman Old Style", Georgia, serif;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 0.8em 0;
}
/*
#about-us-letter ul li {
	list-style: disc;
	margin-left: 1em;
}
*/
#about-us-letter ul li::before {
  content: "\2022";
  color: #47718A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}
#about-us-letter ul li.first-item::before  {
	content: none;
	margin-left: 0em;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG ---- BLOG  ----- */
/* ------------------------------------------------------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ---- CONTACT US ---- CONTACT US ---- CONTACT US ---- CONTACT US ---- CONTACT US ---- CONTACT US ---- CONTACT US -------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

.contact-info-wrap {
	display: flex;
	width: 70%;
	margin-left: 15%;
}
/*
.contact-info-side {
	width: 50%;
	padding-right: 2%;
}
.contact-form-side {
	width: 50%;
	padding-left: 2%;
}
*/
.contact-form-side {
	width: 50%;
	padding-right: 4%;
}
.contact-info-side {
	width: 50%;
	padding-left: 2%;
}
/*
width="100%" height="300"
*/

.contact-info-wrap p.section-header {
	line-height: 1 !important;
	margin-bottom: 0em;
	
}
.contact-info-side p.section-header {
	line-height: 1 !important;
	margin-bottom: 0.1em;
	
}
.contact-info-wrap p {
	line-height: 1 !important;
}
.contact-info-side iframe {
	width: 100%;
	height: 300px;
}

#map-wrap {
	width: 100%;
	height: 300px;
}
#map-wrap iframe {
	width: 100%;
	height: 100%;
}
/*
p.contact-p {
	margin-bottom: 1em;
}
*/

select.wpcf7-select {
	display: inherit !important;
	height: auto;
}
form.wpcf7-form label {
	font-family: 'Lato', sans-serif;
	color: #7F7F7F;
	font-size: 1em;
}
form.wpcf7-form label sup {
	color: red;
	text-transform: uppercase;
	font-size: 0.7em;
}
form.wpcf7-form label span {
	font-size: 1.1em;
	color: #47718A;
}
form.wpcf7-form input.wpcf7-submit {
	border-radius: 0;
	text-transform: uppercase;
	width: 220px;
	padding: 10px 0;
	letter-spacing: 0.15em;
	border: 2px solid #7F7F7F;
	color: #9C9C9C;
	background-color: #000;
	margin: 0 auto;
}
form.wpcf7-form input.wpcf7-submit:hover {
	background-color: #F6F6F6;
	cursor: pointer;
}
.wpcf7-response-output {
	border: 3px solid #383838 !important;
	background-color: #7F7F7F;
	color: #FFF;
	padding: 10px !important;
	text-align: center;
	margin: 2em 0 1em !important;
}

/*
Light Gray: #7F7F7F;

Dark Gray: #383838;
*/

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ---- FOOTER ---- FOOTER ---- FOOTER ---- FOOTER ---- FOOTER ---- FOOTER ---- FOOTER ---- FOOTER ---- FOOTER ---- FOOTER ----- */
/* ----------------------------------------------------------------------------------------------------------------------------- */

#top-footer-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	background:url('images/WrenBird.jpg') no-repeat #383838;
	background-position: right 4% bottom;
	background-size: 200px 150px;
	border-top: 8px solid #FFF;
}
.footer-logo-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 800px;
	padding: 25px 0;
	margin: 0 auto;
}
.footer-address {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 20px 0 14px;
}
.footer-address a {
	color: #FFF;
	font-size: 1em;
}
.footer-address a:hover {
	color: #7F7F7F;
}
.footer-address a span {
	color: #7F7F7F;
	padding: 0 10px;
}
#arrow-divider {
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #9C9C9C;
	margin: 0 auto;
	width: 100%;
	
}
#arrow-divider .center {
	width: 100%;
	height: 1px;
	background-color: #9C9C9C;
	margin: 1px -5px 0;
}
#arrow-divider .left-side {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.quote-side, .footer-description {
	width: 40%;
}
.quote-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer-logo {
	width: 20%;
}
.footer-logo img {
	width: 90%;
	margin-left: 5%;
}

.border-button {
	border-radius: 0;
	text-transform: uppercase;
	width: 220px;
	padding: 10px 0;
	letter-spacing: 0.15em;
}

.quote-link {
	border: 2px solid #000;
	color: #FFF;
	background-color: #7F7F7F;
	margin-bottom: 10px;
}
.portfolio-link {
	border: 2px solid #7F7F7F;
	color: #9C9C9C;
	background-color: #000;
}
.quote-link:hover {
	background-color: #F6F6F6;
	color: #9C9C9C;
	cursor: pointer;
}
.portfolio-link:hover {
	background-color: #F6F6F6;
	cursor: pointer;
}
.footer-description p {
	color: #9C9C9C;
	font-size: 0.9em;
	line-height: 1.8em;
	font-family: 'Roboto Condensed', sans-serif;
	width: 250px;
}
.copyright-footer {
	border-top: 2px solid #7F7F7F;
	width: 100%;
	background-color: #000;
	padding: 10px 0 50px;
}
ul.footer-menu {
	text-align: center;
}
ul.footer-menu li {
	display: inline-block;
}
ul.footer-menu li a {
	color: #9C9C9C;
	font-family: 'Roboto Condensed', sans-serif;
}
ul.footer-menu li a:hover {
	color: #FFF;
}
ul.footer-menu li a:hover::after {
	color: #9C9C9C;
}
ul.footer-menu li a::after {
	content: " | ";
}
ul.footer-menu li:nth-last-child(1) a::after {
	content: "";
}
.copyright-footer p {
	color: #5B5B5B;
	text-align: center;
	font-size: 0.85em;
	margin-top: 10px;
}






/* MOBILE MENU STYLE */


.mobmenu-content li {
	border-bottom: 1px solid #727272;
	background-color: #1b1b1b;
}
.mobmenu-content ul {
	border-top: 1px solid #727272;
}

.mobmenu-right-panel {
	background:url('images/WrenBird-2.jpg') no-repeat #383838;
	background-position: right 4% bottom;
	background-size: 200px 150px;
}
.mob-cancel-button {
	margin: 15px 15px 0 0;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ---- MOBILE DEVICES ---- MOBILE DEVICES ---- MOBILE DEVICES ---- MOBILE DEVICES ---- MOBILE DEVICES ---- MOBILE DEVICES ----- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width : 1025px) {
    footer.mobile {
  	  display: none;
    }
}	

@media only screen and (max-width : 1100px) {
    #phone-button {
    	flex-direction: column;
    }
    a.menu-phone-button {
  	  margin-bottom: 4px;
  	  border: solid #FFF 1px;
	  width: 120px;
	  font-size: 14px;
    }
}
@media only screen and (max-width : 1024px) {
	.slideshow-text-wrap {
	    top: 50px;
	}
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  
  
	.call-us-text {
		width: 80%;
	}
	.cut-logo {
		width: 20%;
	}
	.right-side-spacer {
		width: 0;
	}
  
  /* FOOTER */
  footer.full {
	  display: none;
  }
  #top-footer-wrap {
	  background-size: 100px 75px;
	  border-top: 4px solid #FFF;
  }
  .footer-logo-wrap {
	  width: 90%;
	  max-width: none;
  }
  .footer-logo-side {
	  display: flex;
	  width: 60%;
	  justify-content: space-between;
	  align-items: center;
  }
  .footer-logo {
	  width: 30%;
	  border-right: 1px solid #7F7F7F;
  }
  .footer-logo img {
	  width: 100%;
  }
  .quote-side {
	  width: 40%;
	  align-items: stretch;
	  align-content: space-between;
  } 
  .footer-address {
	  text-align: left;
	  padding: 0 0 0 5%;
	  width: 70%;
  }
  .footer-address a ul li {
	  color: #FFF;
	  font-size: 1em;
	  margin: 5% 0;
  }
  .footer-address a:hover ul li {
	  color: #7F7F7F;
  }
  .footer-address a ul li img.tiny {
	  display: none;
  }
  .quote-side .border-button {
	  width: 100%;
	  margin: 1% 0;
  }
  .quote-link {
	  margin-bottom: 0;
  }
  #arrow-divider {
	  width: 95%;	
  }
  .footer-description {
	  width: 40%;
	  margin: 0 auto;
  }
  .footer-description p {
	  width: 100%;
	  text-align: center;
	  padding: 5% 0 8%;
  }
  .copyright-footer {
	  border-top: 1px solid #7F7F7F;
	  padding: 0 0 1%;
  }

  
}




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

	.call-us-text {
		width: 80%;
	}
	.cut-logo {
		width: 20%;
	}
	.right-side-spacer {
		width: 0;
	}
	
	.page-title.full-screen {
		display: none;
	}
}


@media screen and (max-width: 600px) {
    #index-banner .section {
      top: 0;
    }
	
	.parallax-container {
		line-height: 0;
		color: rgba(255,255,255,.9);
	}
	.parallax-container .parallax img {
	  left: 50% !important;
	  width: 50% !important;
	  height: 100% !important;
	}
	
	
	
	.parallax-container .section {
		width: 100%;
	}
	.header-image {
		min-height: 75px;
		max-height: 150px;
		height: auto;
		box-shadow: 0px 5px 5px #9D9D9D;
	}
	.content-image {
		min-height: 75px;
		max-height: 150px;
		height: auto;
	}
	.content-image.large {
		max-height: 150px;
	}
	
	
	.page-title {
		padding: 20px 15px;
		font-size: 30px;
		margin: 90px 0 0;
	}
	.page-title:after {
		border-left: 0px solid transparent;
		border-right: 13px solid transparent;
		border-top: 0px solid transparent;
		border-bottom: 40px solid #FFF;
	}
	h1.section-title {
		font-size: 60px;

		line-height: 0;
		padding-top: 84px;

	}
	h1.section-title.large {
		padding-top: 165px;
	}
	
	
	
	#content-wrap {
		padding: 0.75em 0 1.5em;
	}
	#content-wrap p.section-header {
		font-size: 1.1em;
	}
	#content-wrap p {
		font-size: 1em;
		line-height: 1.5;
		padding: 0.4em 0;
	}
	#content-wrap p:nth-last-child(1) {
		padding-bottom: 1.5em;
	}

	.materials-list p a {
		font-weight: bold;
		color: #0D1F32;
		font-size: 1.1em;
	}
	.materials-list p.last-list-item {
		margin-bottom: 0.5em;
	}
	
	
	.signature-wrap {
		margin-top: -2.5em;
	}
	
	
	#call-us-wrap {
		width: 95%;
	}
	.call-us-text p {
		font-size: 1em;
		line-height: 1.4em;
		letter-spacing: 0em;
		padding: 0.4em 0;
	}
	.call-us-text p.larger-text {
		font-size: 1.1em;
	}
	.call-us-text h2 {
		font-size: 1.8em;
	}
	.waterjet-screen {
		min-height: 100px;
		max-height: 275px;
		height: auto;
	}  
	
	
	.contact-info-wrap {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.contact-form-side {
		width: 100%;
		padding-right: 0;
	}
	.contact-info-side {
		width: 100%;
		padding: 1em 0 1.5em;
	}
	.contact-info-side iframe {
		height: 150px;
	}
	
	
	
    /* FOOTER */
    footer.full {
  	  display: none;
    }
    #top-footer-wrap {
  	  background-size: 100px 75px;
  	  border-top: 2px solid #FFF;
    }
    .footer-description {
  	  width: 60%;
  	  margin: 0 0 0 7.5%;
    }
    .footer-logo-side {
  	  width: 55%;
    }
    .footer-logo {
  	  display: none;
    }
    .quote-side {
  	  width: 45%;
    } 
    .footer-address {
  	  text-align: left;
  	  padding: 0 0 0 5%;
  	  width: 100%;
    }
    .footer-address a ul li {
  	  font-size: 0.9em;
    }
    .footer-address a ul li img.tiny {
		display: block;
    	width: 33%;
    }
    .copyright-footer {
  	 line-height: 1.25em;
    }
    
    .slideshow-text {
		width: 75%;
		max-width: 500px;
		margin: 20px 0 0 20px;
		/*
		background:url('images/BlackScreen.jpg') no-repeat #383838;
		*/
	    background-color: black;
	    opacity: 0.9;
	
		padding: 0em 1.5em;
		border: 2px solid #FFF;
	}
	.slideshow-text h2 {
		color: #FFF;
		opacity: 1 !important;
		font-family: 'Lato', sans-serif;
		font-weight: normal;
		font-size: 1em;
		line-height: 1.5;
		text-align: center;
	}
	.slideshow-text h2 span {
		font-weight: bold;
		font-size: 1.5em;
	}
    
    
  
    
   
}

