/*!
Theme Name: Worcester Renewables
Theme URI: http://underscores.me/
Author: James Monk Design
Author URI: https://www.jamesmonkdesign.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: worcester-renewables
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Worcester Renewables is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #444444;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #F26522;
}

a:hover,
a:focus,
a:active {
	color: #F26522;
}

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

/* Forms
--------------------------------------------- */

#wpcf7-f200-p120-o1 {
    margin-bottom: 50px;    
}

.page div.wpcf7-response-output {
    padding: 15px;
    margin: 0;
    font-size: 1em;
}

.page span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 0.9em;
    margin-top: 5px;
}

.page .cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip {
    text-align: center;
    font-size: 1em;
}

label {
    font-weight: bold;
}

fieldset {
    width: 50%;
    float: left;
    border: none;
    margin: 0;
    padding: 0 15px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;        
}

fieldset:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
        display: block;
        -webkit-appearance: none;
        border: none;
        cursor: pointer;
    	width: 100%; 
		font-size: 1.0625em;
		color: #F26522;
		font-weight: normal;
		background-color: #fff;
		display: inline-block;
		padding: 12.5px 20px;	
}

.wpcf7 button:hover,
.wpcf7 input[type="button"]:hover,
.wpcf7 input[type="reset"]:hover,
.wpcf7 input[type="submit"]:hover {

}

.wpcf7 p {
	margin: 0;
	padding: 10px 0 0;
}

select,
input[type="text"],
input[type="email"],
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: rgba(39,40,46,1);
	font-size: 1em;
	border: none;
	padding: 10px 15px;
	width: 100%;
	background-color: #fff;
	font-size: 1em;
}

input[type="text"]:focus,
input[type="email"]: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 {
	background-color: #F26522;
	color: #fff;
}

select {
	border: 1px solid #ccc;
}

.cf7sr-g-recaptcha {
    display: inline-block;
    margin-top: 0px;
}

.red {
    color: red;
}

span.wpcf7-list-item {
    margin: 10px 0 0;
    display: block;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

.menu-main-menu-container {
	display: inline-block;
	margin-top: 37.5px;
}

.main-navigation {
	display: block;
	width: 100%;
	text-align: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    text-align: left;
    padding-top: 15px;
}

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

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

.main-navigation ul ul a {
	width: 250px;
    color: #fff;
	background: rgba(242, 101, 34, 1);
    padding: 10px 15px;
}

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

.main-navigation li {
	position: relative;
	display: inline-block;
	font-size: 1em;
	margin-right: 60px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #666666;
}

.main-navigation li.current_page_item .sub-menu a,
.main-navigation li.current_page_parent .sub-menu a {
	color: #fff;
}

.main-navigation li.current_page_parent .sub-menu li.current_page_item a,
.main-navigation li .sub-menu a:hover {
	color: #000;
}

.main-navigation li.current_page_parent a,
.single-case-study #menu-item-28 a,
.main-navigation li.current_page_item a,
.main-navigation a:hover {
	color: #F26522;
}

.main-navigation li.menu-item-has-children {
    background-image: url(img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}


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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/*--------------------------------------------------------
# General Typography Styles */

@font-face {
    font-family: 'Comfortaa-Regular';
    src: url('fonts/Comfortaa-Regular.eot');
    src: url('fonts/Comfortaa-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Comfortaa-Regular.woff2') format('woff2'),
        url('fonts/Comfortaa-Regular.woff') format('woff'),
        url('fonts/Comfortaa-Regular.ttf') format('truetype'),
        url('fonts/Comfortaa-Regular.svg#Comfortaa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa-SemiBold';
    src: url('fonts/Comfortaa-SemiBold.eot');
    src: url('fonts/Comfortaa-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Comfortaa-SemiBold.woff2') format('woff2'),
        url('fonts/Comfortaa-SemiBold.woff') format('woff'),
        url('fonts/Comfortaa-SemiBold.ttf') format('truetype'),
        url('fonts/Comfortaa-SemiBold.svg#Comfortaa-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Comfortaa-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Comfortaa-SemiBold';
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
}


/*--------------------------------------------------------
# General Page Styles */

.center-content {
    width: 100%;
    padding: 0 15%;
    margin: 0 auto;
}

header::after,
main section::after,
.center-content::after {
    content: '';
    display: block;
    clear: both;    
}

.contact-form .overlay {
	background-color: rgb(242, 101, 34, 0.66);
}

.slideshow .overlay {
	background-color: rgb(0, 0, 0, 0.2);	
}


/*--------------------------------------------------------
# General Header Styles */

#logo {
	float: left;
	width: 11%;
	padding: 6px;
}

#logo img {
	vertical-align: bottom;
}

#site-navigation {
	float: right;
	width: 88.50%;
	text-align: right;
}

#phone-number {
	background-color: #F26522;
	color: #fff;
	font-size: 1.625em;
	padding: 0 45px;
	line-height: 100px;
	float: right;
	display: inline-block;
}

#phone-number:hover {
	transform: scale(1.04);
}

#phone-number a {
	color: #fff;
	text-decoration: none;
}


/*--------------------------------------------------------
# Slideshow Section Styles */

.case-studies ul,
.slideshow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tns-outer {
	position: relative;
}

#tns1-ow li {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#tns1-ow .overlay {
	height: 600px;
	position: relative;
}

.slideshow h1 {
	font-size: 30px;
	color: #fff;	
}

.slider-title {
	background-color: rgb(242, 101, 34, 0.6);
	padding: 15px 25px 15px 15%;
	position: absolute;
	bottom: 25px;
}

.slideshow h3 {
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 1.4375em;
	color: #fff;
	padding: 15px 20px;
}

.tns-nav {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 160px;
	z-index: 1;
	text-align: center;
}

.tns-nav button {
	border: 2px solid #fff;
	background: none;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	margin: 0 2.5px;
	display: inline-block;
}

button.tns-nav-active {
	background-color: #fff;
}


/*--------------------------------------------------------
# Alternating Rows Section Styles */

.rows article {
	display: flex;
	justify-content: center;
	max-width: 100%;
	margin: auto;
}

.rows article::after {
    content: '';
    display: block;
    clear: both;  	
}

.row-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 600px;
	float: left;	
	width: 50%;

	display: flex;
	flex-direction: column;
	flex: 1 1 300px;
	/* 
	In the order, equal to
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 300px;
	*/
}

.rows article:nth-child(odd) .row-image {
	float: right;
	order: 2;
}
  
.row-content {
	/*min-height: 600px;*/
	float: right;
	padding: 5%;
	width: 50%;

	display: flex;
	flex-direction: column;
	flex: 1 1 300px;
	/* 
	In the order, equal to
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 300px;
	*/	
}

.rows article:nth-child(odd) .row-content {
	float: left;
}
  
.rows article:nth-child(even) .row-content {
	background-color: #F26522;
	color: #fff;
}

.row-content h2 {
	font-size: 1.875em;
	color: #F26522;
	margin-bottom: 20px;
	display: block;
}

.rows article:nth-child(even) .row-content h2 {
	color: #fff;
}

.row-content p {
	line-height: 1.7em;
	margin-top: 0;
	padding-top: 0;	
}

.row-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.simple-text a.btn,
.row-content a {
	display: inline-block;
	background-color: #F26522;
	color: #fff;
	font-size: 1em;
	border-radius: 10px;
	padding: 12px 30px;
	text-decoration: none;
	transition: transform .3s;
}

.rows article:nth-child(even) a {
	background-color: #fff;
	color: #F26522;	
}

.simple-text a.btn:hover,
.row-content a:hover {
	transform: scale(1.05);
}


/*--------------------------------------------------------
# Call to Action Section Styles */

.call-to-action {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

.call-to-action .overlay {
	background-color: rgb(242, 101, 34, 0.6);
	position: relative;
	padding: 70px 0;
	color: #fff;
	text-align: center;
}

.call-to-action h2 {
	font-size: 2.5em;
	margin-bottom: 15px;
}

.call-to-action a.btn {
	transition: transform .3s;
	display: inline-block;
	background-color: #fff;
	color: #444;
	font-size: 1em;
	border-radius: 10px;
	padding: 12px 24px;
	text-decoration: none;
	margin-top: 20px;	
}

.call-to-action a.btn:hover {
	transform: scale(1.05);
}


/*--------------------------------------------------------
# Standard Header Section Styles */

.standard-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.standard-header .overlay {
	background-color: rgba(0, 0, 0, 0.15);	
	position: relative;
	height: 600px;
}

.standard-header h1 {
	font-size: 1.875em;
	color: #fff;
}

.standard-header p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 1.125em;
}

.header-content-wrapper {
	background-color: rgb(242, 101, 34, 0.6);
	padding: 15px 25px 15px 15%;
	position: absolute;
	bottom: 25px;
}


/*--------------------------------------------------------
# Link Blocks & All Case Stuides List Section Styles */

.link-blocks,
.all-case-studies-list {
	padding: 70px 0 35px;
}

.link-blocks ul,
.all-case-studies-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.link-blocks li,
.all-case-studies-list li {
	margin-bottom: 35px;
}

.link-blocks li:nth-child(odd),
.all-case-studies-list li:nth-child(odd) {
	clear: left;
	width: 50%;
	float: left;
	padding-right: 17.5px;
}
  
.link-blocks li:nth-child(even),
.all-case-studies-list li:nth-child(even) {
	float: right;
	width: 50%;
	padding-left: 17.5px;
}

.link-blocks .case-study,
.all-case-studies-list .case-study {
	height: 375px;
}

.link-blocks
.all-case-studies-list .case-study h3 {
	bottom: 25px;
}


/*--------------------------------------------------------
# Simple Text BLock Section Styles */

.simple-text {
	padding: 70px 0;
}

.white-orange {
	background-color: #F26522;
	color: #fff;	
}

.orange-white h2 {
	color:  #F26522;
}

.simple-text h2 {
	font-size: 1.875em;
}

.simple-text p {
	font-size: 1.0625em;
}

.simple-text p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.simple-text ul,
.simple-text ol {
	margin: 0;
	padding: 25px 0 25px 20px;
}

.gallery {
	margin-top: 15px;
}

.gallery-item img {
	max-height: 85px;
	width: auto;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

blockquote{
	font-size: 1.1em;
	width: 100%;
	margin: 25px 0 0;
	font-family: Open Sans;
	font-style: italic;
	color: #555555;
	padding: 1.2em 30px 1.2em 75px;
	border-left: 8px solid #000;
	line-height: 1.6;
	position: relative;
	background: #EDEDED;
}

blockquote::before{
	font-family:Arial;
	content: "\201C";
	color:#000;
	font-size:4em;
	position: absolute;
	left: 10px;
	top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
	display:block;
	color:#333333;
	font-style: normal;
	font-weight: bold;
	margin-top:1em;
}

.simple-text h2:nth-of-type(2n) {
	margin-top: 30px;
}

.error-404 {
	text-align: center;
	padding: 180px 0;
	min-height: 600px;
}

.error-404 h1 {
	color: #F26522;
}


/*--------------------------------------------------------
# Home Introduction Section Styles */

.introduction {
	background-color: #F26522;
	color: #fff;
	padding: 70px 0;
}

.introduction article h2 {
	font-size: 1.875em;
}

.introduction aside h2 {
	font-size: 1.625em;
	margin-top: 5px;
}

.introduction p {
	font-size: 1.0625em;
}

.introduction article {
	width: 55%;
	float: left;
	padding-right: 30px;
}

.introduction article a {
	display: inline-block;
	background-color: #fff;
	color: #F26522;
	font-size: 1.125em;
	border-radius: 10px;
	padding: 13px 20px;
	text-decoration: none;
	transition: transform .6s;
}

.introduction article a:hover {
	transform: scale(1.02);
}

.introduction aside {
	width: 40%;
	float: right;
	padding-left: 30px;
}

#menu-our-renewable-technologies-menu {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #fff;
}

#menu-our-renewable-technologies-menu a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	display: block;
}

#menu-our-renewable-technologies-menu li {
	font-size: 1.4375em;
}


/*--------------------------------------------------------
# Case Studies Section Styles */

.case-studies {
	padding: 50px 0;
}

.case-studies li {
	overflow: hidden;
}

.link-blocks h2,
.case-studies h2 {
	font-size: 1.875em;
	text-align: center;
	margin-bottom: 15px;
}

.case-study {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	transform: scale(1.02);	
}

.case-study:hover {
	transform: scale(1.04);
}

.case-study h3 {
	position: absolute;
	left: 0;
	bottom: 15px;
	display: block;
	color: #fff;
	font-size: 1.375em;
	padding: 12.5px 25px;
	background-color: rgb(242, 101, 34, 0.6);
}

.auto {
	display: none;
}

#slider-wrapper,
#slider {
	position: relative;
}

.controls {
	margin-top: 10px;
	text-align: right;
}

.controls button {
	background-color: #F26522;
	color: #fff;
	font-size: 1.875em;
	padding: 1px 13px 0;
	border: none;
	cursor: pointer;
}

.controls button.next {
	float: right;
	margin-left: 10px;
}



/*--------------------------------------------------------
# Contact Form Section Styles */

.contact-form {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.contact-form .overlay {
	padding: 50px 0 40px;
	color: #fff;
}

.contact-form h2 {
	font-size: 1.875em;
	text-align: center;
	margin-bottom: 15px;	
}

.contact-form p {
	font-size: 1.0625em;
}

#wpcf7-f5-o1 {
	margin-top: 15px;
}


/*--------------------------------------------------------
# General Footer Styles */

footer a:hover,
footer a,
footer {
	color: #fff;
	text-decoration: none;
}

footer ul,
footer p {
	margin: 0;
	padding: 0;
}

footer ul {
	list-style: none;
}

#top-footer {
	background-color: #444444;
	padding: 60px 0;
}

#top-footer h2 {
	font-size: 1.4375em;
	margin-bottom: 20px;
}

#bottom-footer {
	background-color: #333333;
	padding: 23px 0;
}

#footer-about,
#footer-contacts,
#social-media {
	display: inline-block;
	width: 32.5%;
	vertical-align: text-top;
}

#footer-about {
	width: 35%;
}

#footer-about {
	padding: 0 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#footer-about a {
	display: inline-block;
	background-color: #fff;
	color: #444;
	font-size: 1em;
	border-radius: 10px;
	padding: 12px 24px;
	text-decoration: none;
	margin-top: 20px;
}

.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"] {
	transition: transform .6s;
}

#social-media-links a,
#footer-about a,
p.phone a {
	transition: transform .3s;
	display: inline-block;
}

.wpcf7 button:hover, .wpcf7 input[type="button"]:hover, .wpcf7 input[type="reset"]:hover, .wpcf7 input[type="submit"]:hover {
	transform: scale(1.02);
}

#social-media-links a:hover,
#footer-about a:hover,
p.phone a:hover {
	transform: scale(1.05);
}

#footer-contacts p {
	font-size: 1.0625em;
	margin-bottom: 12.5px;
}
	
#footer-contacts p:last-of-type {
	margin-bottom: 0;
}

#footer-contacts p.phone {
	font-size: 1.4375em;
}

p.phone a {
	color: #F26522;
}

#social-media {
	padding-left: 40px;
}

#social-media-links li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: text-top;
}

#social-media-links li:first-of-type {
	margin-left: 0;
}

#social-media-links i {
	font-size: 2.25em;
}

#copyright {
	float: left;
	width: 70%;
}

#design-credits {
	float: right;
	width: 30%;
	text-align: right;
}

p.email a,
#design-credits a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	transition: background-size .3s;
}

p.email a:hover,
#design-credits a:hover {
	background-size: 100% 1px;
}

#bottom-footer p {
	font-size: 0.9375em;
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1260px) {
	.center-content {
		padding: 0 6%;
	}
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1260px) {
	.center-content {
		padding: 0 4%;
	}
	.case-study {
		height: 250px;
	}
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1260px) {
	#logo {
		float: none;
		width: 100%;
		padding: 15px;
	}	
}

/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1060px) {
	.link-blocks .case-study, .all-case-studies-list .case-study {
		height: 300px;
	  }	
	.standard-header .overlay {
		height: 500px;
	}
	.introduction article {
		width: 60%;
		padding-right: 20px;
	}
	.introduction aside {
		padding-left: 20px;
	}	  
	#design-credits,
	#copyright {
		float: none;
		text-align: center;
		width: 100%;
	}	
	#design-credits {
		padding-top: 5px;
	}	
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 800px) {
	.introduction aside,
	.introduction article {
		width: 100%;
		float: none;
		padding: 0;
	}
	.introduction aside {
		padding-top: 20px;
	}
	.rows article {
		display: block;
	}
	.row-image,
	.row-content {
		float: none;
		width: 100%;
	}	
	.row-image {
		height: 450px;
	}	
	.header-content-wrapper {
		padding: 15px 25px 15px 25px;
	}
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 500px) {
	.standard-header p {
		font-size: 1em;
	}
	.row-content h2 {
		font-size: 1.625em;
		margin-bottom: 10px;
	}
	.row-image {
		min-height: auto;
		height: 350px;
	}
	blockquote {
		padding: 1.2em 30px 1.2em 35px;
	}
	.link-blocks .case-study, .all-case-studies-list .case-study {
		height: 300px;
	  }	
	.link-blocks, .all-case-studies-list {
		padding: 40px 0 5px;
	}
	.link-blocks li:nth-child(2n), .all-case-studies-list li:nth-child(2n),
	.link-blocks li:nth-child(2n+1), .all-case-studies-list li:nth-child(2n+1) {
		clear: none;
		width: 100%;
		float: none;
		padding: 0;
	}	
	.center-content {
		padding: 0 20px;
	}
	.simple-text,
	.call-to-action .overlay,
	.introduction {
		padding: 40px 0;
	}
	.case-studies {
		padding: 40px 0;
	}	
	.contact-form .overlay {
		padding: 40px 0 30px;
	}
	.tns-nav,
	.introduction article a,
	#footer-about {
		display: none;
	}
	#logo {
		float: none;
		width: 100%;
		padding: 15px;
	}	
	.slideshow h3 {
		font-size: 1.125em;
		line-height: 1.5em;
	}
	.standard-header .overlay,
	#tns1-ow .overlay {
		height: 450px;
	}
	.gallery-columns-4 {
		grid-template-columns: repeat(2, 1fr);
	  }	
	.introduction aside {
		padding-top: 0;
	}
	#footer-contacts, #social-media {
		display: block;
		width: 100%;
		padding-left: 0;
	}	
	#social-media {
		padding-top: 40px;
	}
	.slider-title {	
		padding: 20px;
		bottom: 0;
	}	
	.slideshow h1 {
		font-size: 1.4375em;
	}
	#top-footer h2 {
		margin-bottom: 10px;
		font-size: 1.25em;
	}	
	#top-footer {
		padding: 40px 0;
		text-align: center;
	}
}