/*
Theme Name: Weave Energy
Theme URI: 
Author: K
Author URI: http://www.ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
#page {
	background-color: #fff;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #616264;
	font-size: 20px; 
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.mainmenu {
}
.mainmenu li {
	display: block;
	position: relative;
	padding: 20px 5px;
	color: #FFF;
}
.mainmenu a:link, .mainmenu a:visited {
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu .current-menu-item {
	text-decoration: underline;
}

/* 404 */
.result-404 { height: 100vh; background-color: #000; color: #FFF; text-align: center; }
.result-404 .entry-title { padding-top: 180px; font-size: 30px; }
.result-404 .entry-content { padding: 50px 0 180px; font-size: 17px; }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 26px;
	margin-bottom: 20px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
#page.homepg {
	background-color: #000;
	min-height: 100vh;
}
.stdh {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.stdh .innerw {
	padding-top: 40px;
	text-align: justify;
	margin: 0 3%;
}
.stdh .innerw:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.hlogo img {
	width: 190px;
}
.hmenu {
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	padding: 11px 12px;
	cursor: pointer;
}
.hmenu div {
	height: 2px;
	background-color: #FFF;
	margin: 7px 0;
}
.menusl {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: -22%;
	width: 22%;
	height: 100vh;
	background-color: #8a959d;
	text-align: center;
}
.menusl:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.menusl .minnerw {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 0.25em);
	text-align: center;
	box-sizing: border-box;
	padding: 0 2%;
}
.menusl-logo {
	padding-bottom: 20%;
}
.menusl-logo img {
	width: 52px;
}
.menusl-close {
	margin-top: 20%;
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
	cursor: pointer;
}
.banner img {
	width: 100%;
}
.contentinner .innerw {
	margin: 0 6%;
	padding: 80px 0;
}
.clogo {
	padding-top: 40px;
	padding-right: 70px;
	text-align: center;
}
.clogo img {
	max-width: 230px;
}
.cwrap {
	width: calc(100% - 300px);
	border-bottom: 1px solid #1c9ad6;
	margin-bottom: 40px;
}
.ctitle {
	color: #1c9ad6;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 64px;
	padding-bottom: 30px;
}
.content {
	line-height: 26px;
	padding-bottom: 40px;
}


/* home */
.hometxt {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.hometxt:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
    margin-right: -0.25em;
}
.houterw {
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 0.25em);
}
.hinnerw {
	max-width: 900px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #FFF;
}
.htitle {
	padding-bottom: 65px;
	font-size: 50px;
	line-height: 65px;
	text-transform: uppercase;
}
.hintro {
	font-size: 26px;
	line-height: 34px;
}
.homeftr {
    position: absolute;
    bottom: 0;
	z-index: 101;
    background: #fff;
    width: 100%;
}
.marquee {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.homeftr .ftrslide {
	display: inline;
	width: 100%;
	text-align: center;
}
.homeftr img {
    display: inline-block;
    vertical-align: middle;
    padding: 22px 16px;
    max-height: 35px;
}
.vidback video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 10;
}
.vidover {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


/* standard */
.stdpg {
	background-color: #000;
	color: #FFF;
	min-height: 100vh;
	padding: 180px 5% 90px;
	box-sizing: border-box;
}
.stdpg .entry-title {
	color: #1c9ad6;
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 40px;
}


/* who we are */
.profiles_title {
	margin-left: 300px;
	color: #1c9ad6;
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 40px;
}
.prof-item {
	padding-bottom: 50px;
}
.prof-img {
	padding-right: 70px;
	max-width: 230px;
	width: 100%;
}
.prof-img img {
	max-width: 100%;
	border-radius: 50%;
}
.prof-txt {
	width: calc(100% - 300px);
}
.prof-name {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	color: #1c9ad6;
}
.prof-title {
	color: #000;
	font-style: italic;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
.prof-email {
	padding-top: 5px;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
}
.prof-email span {
	font-weight: 700;
}
.prof-about {
	padding-top: 20px;
	line-height: 26px;
}


/* services */
.servicelinks {
	text-align: center;
	margin: 0 6%;
}
.servicelink {
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #1c9ad6;
	font-weight: 400;
}
.servicelink a:hover {
	color: #616264;
}
.cstitle {
	margin-left: 300px;
	color: #1c9ad6;
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 40px;
}
.cstitle span {
	font-weight: 900;
}
.csitem {
	padding-bottom: 50px;
}
.csilogo {
	max-width: 260px;
	width: 100%;
	padding-right: 40px;
	text-align: center;
}
.csilogo img {
	max-width: 100%;
}
.csitxt {
	width: calc(100% - 300px);
}
.csititle {
	color: #000;
	font-style: italic;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
}
.csicontent {
}
.bpoints {
	margin-left: 18px;
	margin-bottom: 20px;
}
.bpoints li {
	line-height: 26px;
}


/* clients */
#clientspg .innerw {
	text-align: center;
}
#clientspg .intro {
	font-weight: 900;
	text-transform: uppercase;
	color: #1c9ad6;
	font-size: 20px;
	line-height: 24px;
}
.cllogos {
	padding: 120px 0 0;
	text-align: center;
}
.cllogos img {
	padding: 40px 80px;
	vertical-align: middle;
	max-width: 100%;
	box-sizing: border-box;
}


/* contact */
#contactpg .cwrap {
	border: 0;
}
.cpgiw {
	padding-top: 30px;
}
.cpginfo {
	width: 40%;
}
.cpgform {
	width: 60%;
}
.cpgititle {
	font-weight: 900;
	text-transform: uppercase;
	color: #1c9ad6;
	font-size: 20px;
	line-height: 24px;
}
.cpgiinfo {
	line-height: 24px;
	padding-bottom: 30px;
}
#contactpg .wpcf7 {
	padding-top: 20px;
}
#contactpg .wpcf7-submit {
	font-weight: 900;
	text-transform: uppercase;
	background-color: #1c9ad6;
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
	border: 0;
	padding: 8px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.frow {
	padding: 0 0 20px 0;
}
.fcol {
	width: 46%;
	padding-right: 3%;
}
.flbl {
	padding: 0 0 5px 5px;
}
.ffield input, .ffield textarea {
	width: 95.6%;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #dcddde;
}
.fcol .ffield input {
	width: 100%;
}