/*!
Theme Name: GW Energy
Theme URI: http://underscores.me/
Author: hnc
Author URI: http://hnc.pt
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gw-energy

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

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

body {

	background: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {

	color: inherit;
	text-decoration: none;
}

a:hover, a:active, a:focus, input::-moz-focus-inner {

	outline: 0;
	border: 0;
}

img {

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

p {

	margin-bottom: 15px;
}

.centered {

	margin: 0 auto;
	max-width: 1180px;
}

.xl {

	max-width: 1500px;
}

.narrow {

	max-width: 960px;
}

.col-left {

	float: left;
}

.col-right {

	float: right;
}

#main {

	padding-top: 50px;
	padding-bottom: 50px;
}

.home #main {

	padding: 0;
}

.header-container {

	background: #efefef;
	padding: 25px 0;
}

.home .header-container {

background: #ffffff;
}

#masthead {

	position: relative;
}

#site-navigation {

	position: absolute;
	right: 0;
	bottom: 0;
}

#site-navigation ul li {

	display: inline-block;
}

#site-navigation ul li a {

	font-weight: 400;
	color: #b2b2b2;
	text-transform: uppercase;
}


#site-navigation ul li.current-menu-item a,
#site-navigation ul li.current-menu-parent a {

	color: #694c9d;
	font-weight: 600;
}

table {

	margin: 0 auto;
}

.slider {

	margin-bottom: 55px;
}

.home .row {

	max-width: 900px;
	margin: 0 auto 60px;;
}

.home .row h2 {

	font-size: 3em;
	margin-bottom: 20px;
	color: #694d9d;
}

.home .row h3 {

	font-size: 1.6em;
	color: #46bcfa;

}

.home .row ul {

	list-style: disc;
	padding-left: 30px;
	margin-bottom: 30px;
}

.home .row p {

}

.solutions {

	padding-bottom: 50px;
}

.solutions h2,
.case-studies h2 {

	font-size: 1.6em;
	font-weight: 600;
	color: #000000;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 50px;
	padding-bottom: 5px;
	position: relative;
}

.solutions h2:after,
.case-studies h2:after {

	content: " ";
	display: block;
	width: 40px;
	height: 3px;
	background: #46bcfa;
	position: absolute;
	bottom: -1px;
}

.solutions .items {

	margin: 0 -10px;
}

.solutions .item {

	float: left;
	width: 380px;
	margin: 0 10px;
}

.solutions .item .col-left {

	width: 20%;
}

.solutions .item .col-right {

	float:left;
	width: 75%;
	padding-top: 15px;
}

.solutions .item h3 {

	color: #694c9d;
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4;
}

.solutions .item {

	color: #4c4c4c;
	font-size: 1.1em;
	margin-bottom: 30px;
}

.solutions .item a.more-link,
.who-we-are a.more-link,
.case-studies .item a.more-link {

	font-size: 0.85em;
	text-transform: uppercase;
	color: #46bcfa;
	font-weight: 600;
}

.who-we-are-container {

	background: #efefef;
	padding: 70px 0;
	background: linear-gradient(#f2f2f2,#d9d9d9);
	margin-bottom: 50px;
}

.who-we-are .col-left {

	width: 40%;
	padding-top: 100px;
}

.who-we-are .col-right {

	width: 50%;
}

.who-we-are {

	font-size: 1.2em;
	font-weight: 300;
	color: #4c4c4c;
}

.who-we-are h2 {

	font-size: 2.2em;
	font-weight: 600;
	color: #000000;
}

.who-we-are h2:after {

	content: " ";
	display: block;
	width: 40px;
	height: 3px;
	background: #46bcfa;
	margin-bottom: 40px;
}

.who-we-are .content {

	margin-bottom: 30px;
}

.case-studies {

	margin-bottom: 100px;
}

.case-studies .items {

	margin: 0 -25px;
}

.case-studies .item {

	max-width: 360px;
	float: left;
	margin: 0 25px;
}

.case-studies .item .thumbnail {

	margin-bottom: 15px;
}

.case-studies .item h3 {

	color: #694c9d;
	font-size: 1.35em;
	font-weight. 600;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 600;
}

.case-studies .item {

	color: #999999;
}

.case-studies .item .tags {

	margin-bottom: 20px;
}

.case-studies .item .tags .tag {

	font-size: 0.85em;

	background: #efefef;
	color: #999999;
	padding: 0 10px;
	border-radius: 40px;
	line-height: 1;
}

footer#colophon {

	background: #1a1a1a url(images/watermark.png) no-repeat center top -120px;
}

footer .site-info {

	color: rgba(255,255,255,0.7);
	font-size: 0.9em;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 50px;
}

footer .site-info .col-right h2 {

	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

footer .site-info .col-right {

	padding-top: 20px;
}

footer .site-info .col-right section {

	display: inline-block;
	vertical-align: top;
}

footer .col-left .logo-footer {

	margin-bottom: 35px;
}

footer .site-info .col-left section {

	padding-left: 15px;
}

footer .site-info .col-left .social-title h2 {

	font-weight: 400;
	margin-bottom: 10px;
}

footer .site-info .col-left .social {

	float: left;
	margin-right: 10px;
}

.bottom-container {

	background: #000000;
	padding: 10px 0;
}

.bottom .col-left {

	color: #333333;
	font-size: 0.9em;
}

.bottom .footer-menu ul li {

	display: inline-block;
	margin-left: 20px;
}

.bottom .footer-menu ul li a {

	color: #666666;
	font-size: 0.9em;
}

.bottom .footer-menu ul li.current-menu-item a {

	color: #999999;
}

article h1 {

	font-size: 2.2em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

article h1:after {

	content: " ";
	display: block;
	width: 40px;
	height: 3px;
	background: #46bcfa;
	position: absolute;
	bottom: -1px;
}

article h3 {

	font-size: 1.4em;
	color: #333333;
	font-weight: 600;
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}

article p,
article li {

	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.8;
	color: #666666;
}

article ul {

	padding-left: 20px;
	margin-bottom: 30px;
	list-style: disc;
}

.archive article {

	margin-bottom: 30px;
}

.archive article h2 {

	font-size: 1.4em;
	font-weight: 600;
}

#shiftnav-toggle-main {

	top: 10px !important;
	right: 10px !important;
}

.wpml-ls ul {

	text-align: right;
}

.wpml-ls-legacy-list-horizontal a {

	font-size: 0.9em;
	padding: 0;
	padding-left: 10px;
	color: #cfcfcf !important;
}

.wpml-ls-current-language a {

	color: #69539b !important;
}

.shiftnav .wpml-ls ul {

	text-align: left;
	padding-left: 15px;
	padding-top: 40px;
}

.shiftnav .wpml-ls ul li a {

	text-transform: uppercase;
	font-size: 1.1em;
}

.gallery {

	margin-bottom: 40px;
}

figure {

	display: inline-block;
	margin: 0;
	margin-right: 20px;
}

.copyright {

	color: #666;
	font-size: 0.9em;
	font-weight: 600;
	text-align: center;
}