@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	height: 100%;
	width: 100%;
}
.single.single-post .post-date {
    position: relative;
}
.page-template-template-admins {
	background-color: #00aeed;
}
table.admin-table td, table.admin-table td {
	border-top: 7px solid #00aeed;
	background-color: #fff;
}
.table-container table.admin-table thead th {
	padding: 20px 10px;
}
table.admin-table a.text-primary{
	color: #0062cc;
	font-size: 1rem;
	font-weight: 400;
}
table.admin-table .resubmit-signup{
	background-color: #0062cc;
	border-color: #005cbf;
	font-size: 1rem;
	color: #fff;
	padding: .375rem .75rem;
	border-radius: 5px;
}
table.admin-table .filters input[type='text'] {
	padding: 5px 10px;
	border: 2px solid #fff;
	border-radius: 5px;
	height: 40px;
}

table.admin-table .filters label {
	background: #fff;
	color: #000;
	padding: 2px 10px;
	border-radius: 5px;
	height: 39px;
	display: inline-block;
	font-size: 1rem;

}

table.admin-table thead{
	z-index: 99;
}
table.admin-table {
	width: 100%;
	border-collapse: collapse;
}
.single.single-post .page-hero {
    height: 150px;
}
.grecaptcha-badge {
    display: none !important;
}
body {
	margin: 0 auto;
	min-height: 100%;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #1D1D1D;
	background-color: #FFF;
	min-height: 100%;
    width:100%;
    overflow-x: hidden;
}
body.blog {
    overflow-x: hidden;
}
hr.wp-block-separator {
	background-color: #282a66;
	color: #282a66;
	height: 2px;
	border: 1.4px solid;
	margin: 30px 0;
}
.error-message p {
	color: #fff;
}
hr.wp-block-separator:before{
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	margin-top: -4px;
	background: #282a66;
	position: absolute;
	left: 10px;
	border-radius: 100%;
}
hr.wp-block-separator:after{
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	margin-top: -4px;
	background: #282a66;
	position: absolute;
	right: 10px;
	border-radius: 100%;
}
p.remover-home {
	display:none;
	position: absolute;
	width: 100vw;
	left: calc(100vw - 133.1%);
	height: 500px;
	background: #fff;
	z-index: -1;
}
.home h2.has-text-align-center.mt-5 {
	font-size: 72px;
	margin-bottom: 10px;
    letter-spacing: -2px;
	font-weight: 500;
}
.wp-block-button__link:hover {
	background-color: #5d6678 !important;
	transition: 0.3s;
}
:active, :focus {
	outline: none;
}
.shape-element {
	position: absolute;
	right: 0;
	top: 0;
	height: 1200px;
	width: 100%;
	z-index: -1;
	text-align: right;
	overflow: hidden;
	max-height: 780px;
}
.shape-element img{
	width: 57%;
}

@media screen and (min-width: 1100px){
	.wp-block-columns.container-fluid {
		width: calc(100vw - 6px);
		margin-left: calc(100% - 118%)
	}
	.wp-block-columns.container-fluid .wp-block-column.is-vertically-aligned-center.column-fluid-none {
		padding-left: 10%;
	}
}
@media screen and (min-width: 1200px){
	.wp-block-columns.container-fluid {
		width: calc(100vw - 6px);
		margin-left: calc(100% - 104%)
	}
	.wp-block-columns.container-fluid .wp-block-column.is-vertically-aligned-center.column-fluid-none {
		padding-left: 10%;
	}
}
@media screen and (min-width: 1500px){
	.wp-block-columns.container-fluid {
		width: calc(100vw - 6px);
		margin-left: calc(100% - 109%);
	}
}
@media screen and (min-width: 1700px){
	.wp-block-columns.container-fluid {
		width: calc(100vw - 6px);
		margin-left: calc(100% - 114%);
	}
}
h3 {
	font-family: "Lato", sans-serif !important;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.315em;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
	width: 100%;
	font-weight: 900;
	color:#0c0e3f;
}
h1 strong{
	font-weight: 1000;
}
p, li {
	color: black;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.315em;
	letter-spacing: 0px;
}
.blog-posts .post-element {
	width: 100%;
	border: 2px solid #e1e1e1;
	margin: 10px 0;
	display: flex;
	position: relative;
}
.post-home-desktop span.read-more a {
	background-color: #333366;
	padding: 14px 45px !important;
	border-radius: 100px !important;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}

.post-home-desktop span.read-more a:hover {
	background-color: #5d6678 !important;
	transition: 0.3s;
}
.readmore:hover{
	background-color: #5d6678 !important;
	transition: 0.3s;
}
.blog-posts .post-element h4{
	width: 100%;
	display: inline-block;
	margin-left: 1%;
	margin-top: -10px;
	margin-bottom: 0;
	font-size: 20px;
	letter-spacing: -1px;
}
.blog-posts h4 a{
	color: #0c0e3f;
}
.post-home-desktop{
	width:100%;
	margin-top:10px;
    margin-bottom:20px;
}
.post-home-desktop img {
	width: 100%;
	max-height: 500px;
}
.post-home-desktop h4 {
	font-size: 34px;
	line-height: initial;
	margin-top: 0;
	margin-bottom: 5px;
}
.blog-posts .post-element span.date,
.post-home-desktop span.date{
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #0c0e3f;
	width: 50%;
}
.post-home-desktop span.read-more{
	width: 49%;
}
.post-home-desktop span.read-more a{
	font-size:20px;
	color:#2159c1;
	text-decoration: underline;
}
.post-home-desktop span.date,.post-home-desktop span.read-more {
	position: initial;
	display: inline-block;
	margin: 0;
	margin-top: 10px;
}

.post-home-desktop span.read-more {
	float: right;
	text-align: right;
}
.wp-block {
	max-width: none;
}
.content p {
	color: black;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.315em;
	letter-spacing: 0px;
}
.font-small {
	font-size: 14px!important;
	line-height: 1.2em!important;
}
.font-medium {
	font-size: 16px;
}
.subhead {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.content p.has-large-font-size {
	font-size: 36px;
}
.content p.has-medium-font-size {
	font-size: 20px;
}
.content p.has-huge-font-size {
	font-size: 42px;
}

.process-container {
	display: flex;
	flex-wrap: wrap;
}
.process-container .block {
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.process-container .block .number {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	background: #0c0e3f;
	height: 80px;
	text-align: center;
	padding: 23px;
	border-radius: 100%;
	display: flex;
	float: left;
	flex-basis: 80px;
}
.process-container .block .content {
	display: block;
	width: 40%;
	float: left;
	flex: 0 0 calc(50% - 90px);
	margin-left: 10px;
}
.process-container .block .content h3 {
	overflow: hidden;
	display: inline-block;
	max-height: 100px;
	flex: 0 100%;
	display: block;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 10px;
}
.content p {
	color: black;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.315em;
	letter-spacing: 0px;
	display: inline-block;
}
.process-container .block .image {
	width: 50%;
	text-align: right;
	flex: 0 50%;
}
hr.wp-block-separator {
	background-color: #282a66;
	color: #282a66;
	height: 2px;
	border: 1.4px solid;
	margin: 30px 0;
}
.process-container hr.wp-block-separator {
	width: 100%;
	float: left;
}
img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #1D1D1D;
	position: relative;
}

#category-page .tag-description:first-child .col {
	max-width: 100%;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	padding: 0 60px !important;
}
section.blog-single .col {
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	padding: 0 25px 25px 25px;
}
#category-page .tag-description a:not(.yellow) {
	text-decoration: underline;
	color: blue;
	position: initial;
}

h2.headline-gradient, h1.headline-gradient {
	font-weight: 900;
	font-size: 48px;
	line-height: 1.2em;
	text-align: center;
}
h3.headline-gradient {
	text-align: center;
}
.text-right {
	text-align: right;
}
.placeholder-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
@media (max-width: 800px){
	h1{
		font-size: 25px !important;
	}
	ul#menu-main-menu li a {
		font-size: 18px;
		font-family:"Lato", sans-serif;
		width: 80%;
		margin-left: 5%;
	}

	ul#menu-main-menu li:first-child {
		border-top: 1px solid;
	}

	ul#menu-main-menu li:first-child a {
		padding-top: 20px;
		display: block;
	}
	h2.headline-gradient {
		font-size: 40px;
	}
}
@media (max-width: 576px){
	h2.headline-gradient {
		font-size: 36px;
	}
}

.button {
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.3em;
}

.button.yellow {
	background-color: firebrick;
	padding: 14px 45px !important;
	border-radius: 100px !important;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}
.button.yellow:hover {
	background-color: #5d6678 !important;
	transition: 0.3s;
}

.button.transparent {
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	background: transparent;
	padding: 6px 15px;
	font-size: 14px;
	color: #808080;
}
.button.transparent:hover {
	color: #1D1D1D;
}
.button.white {
	border: 1px solid #E6E6E6;
	background: #FFF;
	padding: 6px 15px;
	color: #1D1D1D;
}

.readmore {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	padding: 15px 30px 15px 30px;
	transition: all 0.3s;
	text-decoration: none;
	background-color: #333366;
	border-radius: 100px;
	margin-top: 10px;
}
.blog-headline a {
	color: #0c0e3f;
	font-weight: bolder;
}

header {
	color: #ccc;
	position: relative;
	z-index: 99;
}
header > nav a {
	color: #FFF;
}
header > nav > .container {
	position: relative;
}
header > nav > .container > .row > * {
	display: inline-block;
	vertical-align: middle;
}
.logo-header {
	height: 48px;
	margin: 16px 30px 16px 0px
}
.menu-header-container {
	padding: 0px 0px 0px 50px;
	text-align: center;
}
.menu-header-container > * {
	display: inline-block;
	vertical-align: middle;
}
header ul.menu {
	display: inline-block;
	vertical-align: middle;
}
ul.menu > li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	line-height: 1em;
}
header ul.menu > li {
	margin-right: 40px;
}

ul.menu > li a {
	color: #0c0e3f;
	position: relative;
	border-bottom:1px solid transparent;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 1000;
}
ul.menu > li a:hover {
	border-bottom: 1px solid #adb6c7;
	transition:0.3s;
}
/*
header .menu a:not(.button)::after, footer .menu a:not(.button)::after {
	content: '';
	width: 0px;
	height: 1px;
	display: block;
	transition: 0.3s;
	background: #FFF;
}
*/
header .menu a:not(.button):hover::after, footer .menu a:not(.button):hover::after {
	width: 100%;
}
#navbarHeader {
	display: inline-block;
}
.navbar-toggler {
	display: none;
}

header .give-a-call {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-align: right;
	margin-left: 10px;
}
header .give-a-call .small {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}
header .give-a-call .phone {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}
header .give-a-call .phone a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}

@media (max-width: 800px){
	body.modal-open {
		margin: 0;
		height: 100%;
		overflow: hidden;
	}
	header nav > .container > .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	#navbarHeader {
		display: none;
		position: fixed;
		top: 0;
		max-width: 320px;
		width: 100vh;
		right: 0;
		z-index: 99;
		height: 100%;
		background: rgb(255, 255, 255);
		border-top: 1px solid #FFF;
		border: 1px solid;
	}
	.navbar-toggler {
		display: inline-block;
		background: transparent;
		border: 3px solid #5f45ea;
		border-radius: 4px;
		padding: 5px 10px;
		cursor: pointer;
		width: 45px;
		line-height: 0px;
		float: right;
	}
	.navbar-toggler > span {
		display: block;
		width: 20px;
		height: 4px;
		background-color: #5f45ea;
		border: none;
		margin: 4px 0px;
	}
	#navbarHeader {
		padding: 50px 0;
	}
	header ul.menu {
		display: block;
		width: 100%;
	}
	header ul.menu > li {
		display: block;
		text-align: left;
		margin: 0px 0px 30px 0px;
	}
	header ul.menu > li a {
		font-size: 22px;
	}
	header .give-a-call {
		text-align: left;
		margin-left: 0;
	}

}

/* SLEDE Home*/
.main-slider-container {
	width: 100%;
	overflow: hidden;
}
.slide-home-item {
	position: relative;
	min-height: 260px;
}
.slide-home-item img {
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
}
.slide-home-content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
}
.images-with-line .left-image,.images-with-line .right-image {
	max-width: 33%;
	margin:50px 0
}
.images-with-line .left-image{
	float:left;
}
.images-with-line .right-image{
	float:right;
}
.images-with-line{
	position:relative;
	display: block;
	float: left;
	width: 100%;
}
.images-with-line .line-for-image {
	width: 50%;
	height: 3px;
	background: #282a66;
	position: absolute;
	bottom:30%;
	margin:0 auto;
	left:0;
	right:0;
}
.images-with-line .line-for-image .dot:first-child,
.images-with-line .line-for-image .dot:last-child {
	width: 9px;
	height: 9px;
	background: #282a66;
	margin-top: -3px;
	border-radius: 100%;
}
.images-with-line .line-for-image .dot:first-child{
	float:left;
}
.images-with-line .line-for-image .dot:last-child{
	float:right;
}
.solar-list{
	position:relative;
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0;
}
.solar-list .no-list, .solar-list .yes-list {
	width: 50%;
	float: left;
	display: block;
	text-align: center;
	position: relative;
}

.solar-list .element {
	max-width: 400px;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: 60px;
}

.solar-list .element img,
.solar-list .element p {
	float:left;
	line-height: 15px;
	color: #0c0e3f;
	font-weight: 400;
}
.solar-list .element p strong{
	font-weight:1000;
	margin-left:30px
}
.no-list:after {content: " ";height: 80%;position: absolute;right: 0;width: 3px;background: #282a66;top: 10%;}

.no-list .element:first-child:after {content: "";position: absolute;right: -3px;top: 10%;width: 9px;height: 9px;background: #282a66;border-radius: 100%;}
.no-list .element:last-child:after {content: "";position: absolute;right: -3px;bottom: 10%;width: 9px;height: 9px;background: #282a66;border-radius: 100%;}
@media (min-width: 1600px) {
	nav > .container,
	.slide-home-content-wrapper > .container,
	#our-features > .container-fluid
	{
		max-width: 1530px;
	}
}
p.has-text-color.has-text-align-center.text-uppercase {
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}

p.has-text-color.has-text-align-center.text-uppercase strong {
	font-weight: 1000;
}
.slide-home-content-wrapper > .container, .slide-home-content-wrapper > .container > .row {
	height: 100%;
}
.slide-home-content-wrapper h1 {
	color: #FFF;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.2em;
}
.slide-home-content-wrapper .button {
	font-size: 16px;
	padding: 13px 68px;
	font-weight: bold;
	margin-top: 30px;
}
@media (max-width: 1200px) and (min-width: 800px) {
	.slide-home-content-wrapper h1 {
		font-size: 40px;
	}
}
@media (max-width: 799px) and (min-width: 576px) {
	.slide-home-content-wrapper h1 {
		font-size: 32px;
	}
}
@media (max-width: 576px) {
	.slide-home-content-wrapper h1 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1200px) {
	.shape-element{
		display:none;
	}
	.home .wp-block-columns.container-fluid .wp-block-column:nth-child(2) {
		display: none;
	}
	.home .wp-block-columns.container-fluid .wp-block-column:nth-child(1){
		flex-basis:100% !important;
	}
}
@media (max-width: 800px){
	.slide-home-item {
		height: 40vh;
		min-height: none;
	}
	.slide-home-item img {
		max-width: none;
		height: 100%!important;
		width: auto;
		height: 300px;
	}


}

footer {
	padding: 30px 0px;
	margin-top: 40px;
	border-top: 2px solid rgb(215, 215, 215);
	background: rgba(0,0,0,0.05);
}
footer a {
	color: #FFF;
}
footer .footer-left {

}
footer .footer-left p {
	color: #808080;
	font-size: 14px;
}
footer .footer-center {
	text-align: center;
}
footer .footer-center .menu {
}
footer ul.menu > li {
	margin: 0px 10px;
}
.footer-right {
	text-align: right;
}

.footer-right .phone a {
	color: #FFD100;
	font-weight: bold;
}
footer .policy-terms {
	font-size: 14px;
	padding: 10px 0px;
}
footer .policy-terms a {
	margin: 0px 20px;
	color: #A6A6A6;
}
@media (max-width: 800px){
.page h2 {
    font-size: 32px !important;
}

.page h3 {
    font-size: 29px !important;
}
	footer .footer-left {
		margin: 15px auto;
		text-align: center;
	}
	footer .footer-center {
		text-align: center;
		margin: 15px auto;
	}
	footer .footer-right {
		text-align: center;
		margin: 15px auto;
	}


}

/* Section our features */
#our-features {
	max-width: 1530px;
	margin: 0 auto;
	padding: 65px 0px;
}
.our-features-item {
	text-align: center;
	border: 2px solid #FFD100;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 40px 20px;
	min-height: 360px;
	margin: 0px auto 20px auto;
	max-width: 330px;
}
@media (max-width: 576px) {
	.our-features-item {
		min-height: auto;
	}
}
.our-features-item p {
	font-size: 16px;
	line-height: 1.7em;
	text-align: center;
	color: #808080;
}
.our-features-item-image {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}
.our-features-item-image img {
	width: 100%;
	height: auto;
}
.our-features-item .item-subhead {
	font-weight: 700;
	margin: 20px auto 10px auto;
	color: #000;
}

/* section how-it-works */
#how-it-works {
	margin: 0 auto;
	background-size: cover;
	background-position: center top;
	text-align: center;
}
#how-it-works .image-shadow {
	padding: 70px 0px;
}

#how-it-works .subhead {
	color: #FFF;
}
#how-it-works .container-fluid {
	max-width: 1600px;
}
#how-it-works .how-it-works-slider-container {
	margin: 40px auto;
}
#how-it-works .how-it-works-slider-item {
	text-align: center;
}
#how-it-works .how-it-works-slider-item-wrp {
	text-align: center;
	display: inline-block;
	max-width: 300px;
	min-height: 320px;
	padding: 10px 10px;
	background-color: #fff;
	color: #808080;
	margin: 15px;
}
#how-it-works .how-it-works-slider-item-wrp .item-image {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	margin-bottom: 30px;
}
#how-it-works .how-it-works-slider-item-wrp .item-image img {
	width: 100%;
	height: auto;
}
#how-it-works .how-it-works-slider-item-wrp .subhead {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}
#how-it-works .how-it-works-slider-item p {
	font-size: 16px;
	line-height: 1.7em;
}


/* section benefits */
#youtube-video {
	padding: 70px 0px;
}
#youtube-video .subhead {
	color: #1D1D1D;
}
.videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-top: 40px;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* section got questions */
#questions {
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
}
#questions .questions-inner {
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 100%;
}
#questions .questions-inner h2 {
	padding-top: 70px;
}
#questions .questions-inner.shadow {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
@media (max-width: 800px){
	#questions {
		background-size: cover;
	}
}
#questions .subhead {
	color: #FFF;
}
#questions .question-item {
	display: block;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
}
#questions .question-item-headline {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 1.3em;
	color: #1D1D1D;
	text-align: left;
	padding: 20px 40px;
	cursor: pointer;
	user-select: none;
}
#questions .question-item-headline::after {
	content: '';
	position: absolute;
	top: 23px;
	right: 20px;
	width: 12px;
	height: 21px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#questions .question-item-content {
	display: none;
	font-size: 16px;
	line-height: 1.6em;
	color: #808080;
	text-align: left;
	padding: 20px 40px;
	border-top: 1px solid #aaa;
}

/* Testimonials */
#testimonials {
	padding: 70px 0px;
}
#testimonials .container-fluid {
	max-width: 1400px;
	margin: 0 auto;
}
#testimonials .subhead {
	color: #1D1D1D;
}
#testimonials .testimonial-item {
	display: block;
	position: relative;
	padding: 80px 0px 0px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#testimonials .testimonial-image {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 164px;
	border: 2px solid #FFD100;
	border-radius: 82px;
}
#testimonials .testimonial-image-border {
	display: block;
	border: 10px solid #FFF;
	overflow: hidden;
	width: 160px;
	height: 160px;
	border-radius: 80px;
}
#testimonials .testimonial-image-border img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}
#testimonials .testimonial-image::after {
	content: '';
	display: block;
	position: absolute;
	top: 60px;
	left: 135px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 2px solid #FFD100;
	border-radius: 25px;
	z-index: 9;
}
#testimonials .testimonial-text {
	border: 2px solid #FFD100;
	padding: 48px 40px;
	font-size: 16px;
	line-height: 1.4em;
	color: #1D1D1D;
	min-height: 250px;
}
#testimonials .testimonial-text .tm-name {
	font-weight: bold;
	font-size: 18px;
	color: #1D1D1D;
	padding: 0px 0px 5px 60px;
}
#testimonials .testimonial-text .tm-city {
	font-weight: bold;
	font-size: 14px;
	color: #1D1D1D;
	padding: 0px 0px 5px 60px;
}
#testimonials .tm-text, #testimonials .tm-text p {
	color: #808080;
	font-size: 16px;
	line-height: 1.6em;
}
@media (max-width: 350px){
	#testimonials .testimonial-text {
		padding: 48px 20px 25px 20px;
	}
	#testimonials .tm-text, #testimonials .tm-text p {
		font-size: 14px;
		line-height: 1.6em;
	}
}
.block-contents{
	height: 100%;
}
.ibb-contents.mt-5 p {
	font-size: 18px;
	padding:10px 10px;
}

.ibb-contents.mt-5 h3 {
	font-size: 30px;
}
.home .block-contents h3 {
	margin: 20px 5px;
	box-sizing: border-box;
	width: 95%;
}
/* Ready to help the environment? */
#readytohelp {
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#readytohelp .image-shadow {
	height: 100%;
	padding: 70px 0px;
}
#readytohelp .subhead {
	color: #FFF;
}


/* Blog */
#blog {
	padding: 70px 0px;
	text-align: center;
}
#blog .container {
	max-width: 1600px;
}
#blog .subhead {
	color: #1D1D1D;
}
#blog .blog-headline, #category-page .blog-headline h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	padding-bottom: 15px;
	text-align: left;
}
#blog .blog-tags, #category-page .blog-tags {
	display: block;
	padding-bottom: 15px;
	text-align: left;
}
#category-page .blog-tags a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	border: 1px solid #E6E6E6;
	color: #808080;
	padding: 5px 15px;
	margin-right: 10px;
	border-radius: 5px;
	white-space: nowrap;
}
#category-page .blog-tags a:hover {
	border: 1px solid #5f45ea;
	color: #5f45ea;
	font-weight: bold;
}

#blog .blog-text, #category-page .blog-text {
	text-align: left;
}
#blog .blog-text p, #category-page .blog-text, #category-page .blog-text p {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	color: #808080;
	text-align: left;
}
#blog .blog-image {
	position: relative;
	width: 255px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 10px;
}
#blog .blog-image img, #category-page .blog-image img {
	vertical-align: bottom;
	object-fit: cover;
	min-width: 100%;
	width: auto;
	max-width: none;
	height: 100%;
}
.post-date {
    background-color: #1D1D1D;
    color: #FFF;
    font-size: 16px;
    line-height: 1em;
    padding: 5px 13px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 220px;
}
#blog .post-date {

}

/* pages */
.page-hero {
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	text-align: center;
	height: 309px;
}
.image-shadow {
	height: 100%;
	position: relative;
}
.page-hero .container, .page-hero .container-fluid {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-hero .container > div {
	width: 100%;
}
@media (max-width: 800px){
	.page-hero h1 {
		font-size: 36px;
	}
}
.page-hero .subhead {}

.headline-underlined {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4em;
	color: #1D1D1D;
	position: relative;
	margin-bottom: 45px;
}

.headline-underlined::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 167px;
	height: 3px;
	background: white;
}
@media (max-width: 570px){
	.headline-underlined {
		font-style: normal;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.4em;
		color: #1D1D1D;
		position: relative;
		margin-bottom: 30px;
	}
	.headline-underlined::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -15px;
		left: 0px;
		width: 167px;
		height: 3px;
		background: white;
	}
}
img.bordered {
	outline: 3px solid #FFF;
	outline-offset: -17px;
}

section.content {
	padding: 0px 0px 0px 0px;
}
@media (min-height: 1400px){
	.content {
		min-height: 740px;
	}
}

#blocks-sequence .container {
	max-width: 1600px;
}
#blocks-sequence .sequence-item {
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	border: 2px solid #FF9A01;
	border-radius: 5px;
	padding: 35px 40px;
	min-height: 350px;
	text-align: center;
	max-width: 360px;
	margin: 15px 10px;
	position: relative;
}
#blocks-sequence .sequence-item::before {
	content: '';
	position: absolute;
	right: -30px;
	top: 50%;
	width: 30px;
	height: 1px;
	border: 1px dashed #FF9A01;
}
#blocks-sequence .sequence-item:last-child::before {
	display: none;
}
#blocks-sequence .button.yellow:hover {
	color: #000;
}
@media (min-width: 1530px){
	#blocks-sequence .sequence-item:nth-child(4n)::before {
		display: none;
	}
}
@media (max-width: 1530px) and (min-width: 1140px) {
	#blocks-sequence .sequence-item:nth-child(3n)::before {
		display: none;
	}
}
@media (max-width: 1140px) and (min-width: 765px) {
	#blocks-sequence .sequence-item:nth-child(2n)::before {
		display: none;
	}
}
@media (max-width: 765px) {
	#blocks-sequence .sequence-item::before {
		display: none;
	}
}

#blocks-sequence .sequence-item-image-wrp {
	position: relative;
	display: block;
	margin: 0 auto 30px auto;
	width: 124px;
	height: 124px;
}

#blocks-sequence .sequence-item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	background: white;
	border-radius: 62px;
	text-align: center;
}
#blocks-sequence .sequence-item-image img {
	max-width: 67px;
	max-height: 67px;
}
#blocks-sequence .sequence-item-number {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -13px;
	left: calc(50% - 15px);
	background-color: #fff;
	border: 2px solid #FF9A01;
	border-radius: 15px;
	font-size: 16px;
	line-height: 27px;
	overflow: hidden;
}
#blocks-sequence .sequence-item-name {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #1D1D1D;
}
#blocks-sequence .sequence-item-text, #blocks-sequence .sequence-item-text p {
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	color: #808080;
	padding-top: 10px;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.row-eq-height .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.panel-border {
	background-color: #fff;
	border-radius: 5px;
	margin: 10px;
	min-width: calc(50% - 20px);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 990px){
	.panel-border {
		padding: 55px;
		margin: 30px auto;

		width: 100%;
	}
}
.panel-subhead {
	font-size: 24px;
	color: #131618;
}
.panel-item-container {
	display: block;
	margin: 0 auto 30px auto;
	max-width: 310px;
}
.panel-item-container > div {
	display: inline-block;
	vertical-align: top;
}
.panel-item-container .panel-subhead {
	font-size: 24px;
	font-weight: bold;
}
.panel-item-container .panel-image {
	width: 20%;
	margin-right: 10%;
	margin-top:40px;
}
.panel-item-container .panel-image img {
	max-width: 100%;
}
.panel-item-container .panel-text {
	width: 70%;
	margin-top:40px;
}
.panel-item-container .panel-text p{
	width:100%;
	margin:0;
}
.panel-item-container .font-small {
	color: #808080;
}
.social_icon {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #FFD100;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	line-height: 25px;
}
.social_icon:hover {
	background: linear-gradient(180deg, #FFD100 0%, #FF9900 100%);
}
.social_icon img {
	display: inline-block;
}
.social_icon svg path {
	fill: black;
}
.social_icon:hover svg path {
	fill: white;
}


.wpcf7 {
	max-width: 100%;
}
#contact-us .container {
	max-width: 1270px;
}
#contact-us .wpcf7 label,
#get-started .wpcf7 label
{
	display: block;
	margin-bottom: 15px;
}
#contact-us .wpcf7 label span:first-child,
#get-started .wpcf7 label span:first-child
{
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
#contact-us .wpcf7 br,
#get-started .wpcf7 br
{
	display: none;
}
a.custom-logo-link {
	width: 100%;
	text-align: left;
	display: block;
	padding: 0px 0px 0px 0px;
}
#contact-us .wpcf7-form input[type=text],
#contact-us .wpcf7-form input[type=email],
#contact-us .wpcf7-form textarea,
#get-started .wpcf7-form textarea,
#get-started input[type=text],
#get-started input[type=email]
{
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	border-radius: 5px;
	max-width: 100%;
	font-family: "Lato", sans-serif;
	padding: 10px 20px;
}
#contact-us .wpcf7-form input::placeholder,
#contact-us .wpcf7-form textarea::placeholder,
#get-started .wpcf7-form textarea::placeholder,
#get-started .wpcf7-form input::placeholder
{
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	color: #BFBFBF;
}
#contact-us .wpcf7-form input[type=submit],
#get-started .wpcf7-form input[type=button],
#get-started .wpcf7-form input[type=submit]
{
	background-color: firebrick;
	padding: 14px 45px !important;
	border-radius: 100px !important;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	border:1px solid transparent;
}
#get-started .wpcf7-radio
{
	display: flex;
	flex-direction: column;
}
#contact-us .wpcf7-response-output,
#get-started .wpcf7-response-output
{
	border-radius: 5px;
	line-height: 1.2em;
}
@media screen and (min-width:992px){
	.wp-block-group.home-buttons .wvm-video.mobile-center p {
    font-size: 18px;
}
}
#contact-us div.wpcf7-mail-sent-ok,
#get-started div.wpcf7-mail-sent-ok
{
	background-color: #ccff99;
}
#contact-us .wpcf7-not-valid-tip,
#get-started .wpcf7-not-valid-tip
{
	padding-left: 25px;
	font-size: 14px;
}
#get-started .wpcf7-form fieldset:not(:first-of-type) {
	display: none;
}
#get-started .wpcf7-form fieldset {
	border: none;
	padding: 0;
}

#page-about {
	padding-top: 50px;
}

.post_tags {
	text-align: center;
}
.post_tags > a {
	display: none;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	background: transparent;
	padding: 3px 15px;
	font-size: 14px;
	color: #FFF;
	margin: 4px;
}

.post_tags > a:hover {
	border: 1px solid #FFD100;
	color: #1D1D1D;
}
.page-hero .post_tags > a:hover {
	border: 1px solid #FFD100;
	color: #FFD100;
}

section.blog-single {
	padding: 30px 0px 70px 0px;
}
.wp-block-image figcaption {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #A6A6A6;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.page-hero .post-date {
	position: absolute;
	bottom: 0px;
	width: 180px;
	background-color: #000;
	font-size: 14px;
	color: #FFF;
}
.breadcrumbs {
	display: block;
	margin: 0px auto 15px auto;
	text-align: center;
	color: #FFF;
}
.page-hero .breadcrumbs a {
	color: #FFF;
}

@media (max-width: 800px){
	.page-hero .breadcrumbs {
		display: none;
	}
}


.breadcrumbs span {
	color: #FF9A01;
}
#similar-posts {
	padding: 0px 0px 70px 0px;
}
.similar-post-iamge {
	display: block;
	position: relative;
	height: 305px;
	overflow: hidden;
	margin-top: 30px;
}
.similar-post-iamge img {
	min-width: 100%;
	width: auto;
	max-width: none;
	height: 100%;
	vertical-align: bottom;
}
.similar-post-text, .similar-post-text p {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}
.similar-post-text h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #1D1D1D;
	margin: 15px 0px 10px 0px;
}
.readmore-container {
	margin: 35px 0px;
}
.similar-post-text .post_tags {
	text-align: left;
	padding: 15px 0px 0px 0px;
}
.wp-block-image img{
	height: auto;
}
.similar-post-text .post_tags a {
	font-size: 14px;
	border: 1px solid #E6E6E6;
	color: #808080;
}
.similar-post-text .post_tags a:hover {
	border: 1px solid #FFD100;
	color: #1D1D1D;
}

#category-page {
	padding: 30px 0px;
}
#category-page .container {
	max-width: 1600px;
}
.blog-item {
	max-width: 360px;
	padding-bottom: 30px;
	margin: 0px 10px;
}
@media screen and (max-width:1519px) {
	.blog-item {
		width: 487px;
        max-width: 95%;
	}
}
.blog-item .blog-image {
	height: 225px;
	position: relative;
	overflow: hidden;
	margin: 10px auto;
}

.blog-item .blog-headline h2 a:hover {
	color: #5f45ea;
	transition: all 0.3s;
}
.blog-item .blog-image a {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 360px){
	.blog-item {
		width: 300px;
		padding-bottom: 30px;
		margin: 0px 10px;
	}
	.blog-item .blog-image {
		width: 300px;
		height: 220px;
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.blog-item .blog-image a:hover::after {
		display: none;
	}
}
.blog-item .blog-image a:hover ~ .post-date {
	background-color: #5f45ea;
	transition: all 0.3s;
}

/* get-started */
@media (min-height: 700px){
	#get-started .side-image-block {
		min-height: calc(100vh - 240px);
	}
}
.side-image-block {
	background-position: top center;
	background-size: cover;
	padding: 0;
}
.side-image-block .image-shadow {
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px 10px;
}
.side-image-block-inner {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.side-image-block .headline-gradient {
	font-weight: 900;
	font-size: 62px;
	text-transform: uppercase;
}
.side-image-block .subhead {
	color: #FFF;
	text-align: left;
	font-size: 30px;
}
.button-yellow-step {
	display: block;
	margin: 20px auto;
	background: #FFF;
	border-radius: 4px;
	height: 70px;
	width: 450px;
	color: #5f45ea;
	padding: 0;
	transition: background-color 300ms linear;
	border: none;
	font-size: 20px;
	text-align: left;
	cursor: pointer;
}
.button-yellow-step.current {
	color: #FFF;
	background: #5f45ea;
}
.button-yellow-step span:first-child {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	border: 3px solid #5f45ea;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	line-height: 60px;
	text-align: center;
	font-weight: 900;
	color: #5f45ea;
}
.button-yellow-step.current span:first-child {
	border: 3px solid #FFF;
	color: #FFF;
}

.button-yellow-step span:nth-child(2) {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 23px;
	color: #5f45ea;
	padding-left: 20px;
	font-weight: bold;
}
.button-yellow-step.current span:nth-child(2) {
	color: #FFF;
}
.button-yellow-step:hover {

}

#contact-us .wpcf7-form input[type=submit]:hover,
#get-started .wpcf7-form input[type=button]:hover,
#get-started .wpcf7-form input[type=submit]:hover{
	border: 1px solid #5d6678;
	background: #5d6678;
	transition: 0.3s;
}

@media (max-width: 576px){
	.side-image-block .headline-gradient {
		font-weight: 900;
		font-size: 40px;
		text-transform: uppercase;
	}
	.side-image-block .subhead {
		color: #FFF;
		text-align: center;
		font-size: 24px;
	}
	.button-yellow-step {
		width: 100%;
	}
	.button-yellow-step span:nth-child(2) {
		font-size: 16px;
		max-width: 190px;
		word-wrap: break-word;
	}
}
.get-started-form-wrp {
	width: 360px;
	display: block;
	margin: 0 auto;
	padding: 70px 0px;
}
.get-started-form-wrp h4 {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1D;
	margin-bottom: 20px;
}
.consent {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin-top: 10px;
}

.consent > div {
	font-size: 14px;
	line-height: 1.5em;
	max-width: 260px;
	box-sizing: border-box;
	padding-left: 25px;
}
.consent span {
	margin-left: 0;
}
.consent a {
	color: #FFD100;
}
.wpcf7 input[type=checkbox].mycheckbox {
	opacity: 0;
}
.consent input[type=checkbox].mycheckbox + .wpcf7-list-item-label {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFF;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	border-radius: 5px;
	width: 30px;
	height: 30px;
}
.consent input[type=checkbox].mycheckbox:checked + .wpcf7-list-item-label::after {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â';
	font-size: 30px;
	color: #1D1D1D;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
}

/* Posts nav */
.nav-links {

}
.nav-links span, .nav-links .paginationjs-ellipsis.disabled a, .nav-links .paginationjs-page.active a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #333366;
	background-color: #333366;
	color: #FFF;
	border-radius: 5px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 40px;
}
.nav-links span, .nav-links a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 40px;
}
.nav-links a:hover {
	border: 1px solid #333366;
	color: #333366;
	font-weight: bold;
}

ul.nav-links {
	list-style: none;
}

ul.nav-links li {
	margin-right: 6px;
}

#solar-projects .states-list input {
	width: 40px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 5px 5px;
	border: 2px solid #333366;
	color: #333366;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}

#solar-projects .states-list input.active {
	background: #5d6678;
	color: #fff;
	border-color: #fff;
}

#solar-projects {
	/* background: #F0F0F0; */
}

#solar-projects .project-list {
	margin-top: 40px;
}

#solar-projects .project-list .project {
	width: 750px;
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	padding: 5px;
	font-weight: bold;
	display: flex;
	box-shadow: 0px 20px 30px 10px rgba(0,0,0,0.2);
}
@media (max-width: 900px){
	#solar-projects .project-list .project {
		width: 450px;
	}
}

@media (max-width: 600px){
	#solar-projects .project-list .project {
		width: 250px;
	}
}

.wvm-video p{
	cursor:pointer;
	margin-top: 10px;
}
#solar-projects .project-list .arrow {
	width: 9px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#solar-project .values span {
	font-weight: bold;
}

#solar-project .values hr {
	width: 100%;
	border-top: 1px solid #9C9C9C;
	border-radius: 5px;
}
.ibb-contents .block-contents img {
	margin: 0 auto;
	display: block;
	padding: 10px;
}
.block-contents {
	padding: 15px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
#solar-projects .pagination {
	margin-top: 25px;
	padding-bottom: 25px;
}

#solar-projects .paginationjs .paginationjs-pages li.active>a {
	background: #433ac9!important;
}

#solar-projects .paginationjs .paginationjs-pages li>a:hover {
	outline: 1px solid #433ac9!important;
}
.home-page-video-block .wvm-video.mobile-center, .home-page-video-block .wp-block-button.aligncenter.is-style-fill {
	display: block;
	float: left;
	height: 50px;
	width: auto;
	margin: 10px 15px;
	text-align: center;
}
.home-page-video-block .wvm-video.mobile-center, .home-page-video-block .wp-block-button.aligncenter.is-style-fill a {
	font-size: 24px;
	font-weight: 1000;
	padding: 10px 45px !important;
	border-radius: 70px !important;
}
h1{
	font-family: "Lato", sans-serif;
	font-size: 72px;
	font-weight: 500;
	line-height: 1.315em;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.no-margin .wp-block-columns{
	margin-bottom:0;
}
#editor .block-fluid{
	position: relative;
	width: inherit;
	right: inherit;
}
h2{
	font-family: "Lato", sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.315em;
	letter-spacing: 0px;
}
header nav {
}


.read-more {
	position: absolute;
}

.blog-posts .post-element:hover .title,
.blog-posts .post-element:hover .blog-tags,
.blog-posts .post-element:hover .post-date,
.blog-posts .post-element:hover .read-more,
.blog-posts .post-element:hover .placeholder{
	opacity: 1;
	transition: 0.4s;
}

.blog-posts .post-element .title,
.blog-posts .post-element .blog-tags,
.blog-posts .post-element .post-date,
.blog-posts .post-element .read-more {
	position: absolute;
	z-index: 2;
	opacity:0;
	transition: 0.4s;

}
.blog-posts .post-element .post-date{
	bottom:10px;
	left:25px;
}
.blog-posts .post-element .title{
	top:40px;
	left:40px;
	color:#fff;
	font-weight:bold;
	width:80%;
	font-size:28px;
	letter-spacing:1px;
	line-height:40px
}
.blog-posts .post-element .blog-tags{
	bottom:40px;
	left:40px;
	padding:5px 10px;
	border:2px solid #fff;
	border-radius:4px;
}
.blog-posts .post-element .read-more{
	right:50px;
	bottom:40px;

}
.blog-posts .post-element .read-more a{
	color:#fff;
	font-weight:bold;
	font-size:20px;
}
.blog-posts .post-element .blog-tags a{
	color:#fff !important;
	font-weight:bold !important;
}
.blog-posts .post-element .placeholder-image {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.blog-posts .post-element .placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(95, 69, 234, 0.5);
	z-index: 1;
	opacity:0;

}
.blog-posts .post-element {
	padding:10px;
}
.contact-us-block input{
	border:1px solid #ebeced;
	border-radius:4px;
	max-width: 330px;
	width: 100%;
	color: #5d6678;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0px;
	padding: 11px 14px 10px 14px;
	margin: 0px 0px 13px 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #dcdfe5;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.contact-us-block textarea{
	margin:5px 0;
	border:1px solid #ebeced;
	border-radius:4px;
	padding:10px;
	max-width: 330px;
	width: 100%;
}
.contact-us-block input,.contact-us-block textarea{
	font-family:"Lato", sans-serif;
}
.contact-us-block input[type="submit"]{
	width:auto;
	padding: 10px 20px;
	background-color: #5f45ea;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.block-fluid.text-fluid .wp-block-group__inner-container {
	max-width: 1400px;
	margin: 0 auto;
}
.subscribe-block input {
	width: 320px;
	height: 45px;
	padding: 10px 25px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.subscribe-block a.wp-block-button__link{
	color: #fff;
	background-color: #5f45ea;
	border-radius: 4px;
}
.subscribe-block p {
	max-width: 470px;
	margin: 0 auto;
	display: block;
}
.block-fluid .wp-block-group__inner-container {
	max-width: 1400px;
	margin: 0 auto;
}

.block-fluid .wp-block-group__inner-container .wp-block-columns {
	width: 80%;
	margin: 0 auto;
}
div#navbarHeader span.close {
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
.modal-wvm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.modal-wvm .placeholder {
	z-index: 1;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
}

.modal-wvm .content {
	top: 25%;
	bottom: 50%;
	position: fixed;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50%;
	background: #fff;
	z-index: 999999999;
	border: 2px solid #ccc;
	border-radius: 4px;
	max-width: 800px;
	margin: 0 auto;
}

.modal-wvm .content iframe {
	width: 100%;
	height: 100%;
}
#solar-projects .project-list .project:hover {
	box-shadow: 0px 5px 20px 5px rgba(67, 58, 201,0.5);
}

@media screen and (max-width:991px){

	.process-container .block .image{
		flex:0 30%;
	}

	.process-container .block .content{
		flex: 0 0 calc(70% - 90px);
	}

	.wp-block-group.home-buttons .wvm-video.mobile-center{
		width:220px !important;
	}


	.wp-block-columns.lg-standart {
		flex-wrap: wrap;
	}
	.wp-block-column.lg-standart {
		flex-basis: 100% !important;
		flex-grow: 1;
		text-align: center;
	}
	.block-fluid .wp-block-column:nth-child(2),
	.block-fluid .wp-block-column:nth-child(1){
		flex-basis: 100% !important;
		flex-grow: 1;
	}

}
@media screen and (max-width: 800px){
	div#navbarHeader span.close{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.process-container .block .image{
		flex:0 100%;
		text-align:center;
	}

	.process-container .block .content{
		flex: 0 0 calc(70% - 90px);
	}

	.wp-block-group.home-buttons .wvm-video.mobile-center{
		width:200px;
	}
	.process-container .block .content h3{
		font-size:20px !important;
	}
	.solar-list .no-list, .solar-list .yes-list{
		width:100%;
	}
	.no-list:after{
		display:none;
	}
	.no-list .element:after{
		display:none;
	}
	.images-with-line{
		display:none;
	}
	a.custom-logo-link{
		text-align: left;
	}

	.subscribe-block input {
		width:100%;
	}
	.subscribe-block a.wp-block-button__link{
		margin: 10px auto;
		display: block;
		max-width: 150px;
	}
}
@media screen and (min-width:992px){
	.block-fluid .wp-block-column:nth-child(1) {
		flex-basis: 40% !important;
	}
	.block-fluid .wp-block-column:nth-child(2) {
		flex-basis: 60% !important;
	}

}
@media screen and (max-width: 600px) {
.blog-posts .post-element {
    display: block;
}

.blog-posts .post-element .post-thumb {
    width: 100% !important;
}

.blog-posts .post-element h4 {
    margin-bottom: 30px;
}
post-home-desktop span.date, .post-home-desktop span.read-more{
		width:100%;

	}
	.post-home-desktop span.read-more{
		text-align:center;
		margin-bottom:30px;
        margin-top: 30px;
	}
	div#wpadminbar {
		display: none;
	}
	.wp-block-group.home-buttons .wvm-video.mobile-center p{
		margin-left: -30px !important;
	}
	.block-fluid .wp-block-group__inner-container .wp-block-columns{
		width:100%;
	}
	.blog-posts .post-element .title, .blog-posts .post-element .blog-tags, .blog-posts .post-element .post-date, .blog-posts .post-element .read-more, .blog-posts .post-element .placeholder{
		opacity: 1;
	}
	.mobile-center{
		text-align: center;
	}
	.process {
		margin: 0 auto !important;
		width: 100% !important;
	}


}
@media screen and (min-width: 768px){
	.block-fluid h3, .block-fluid.text-fluid p {
		max-width: 80%;
		margin-left: 10%;
	}
	.block-fluid .wp-block-column:nth-child(2) {
	}
	#editor .block-fluid .wp-block-column:nth-child(2){
		flex-basis: calc(50%) !important;
	}
	.block-fluid{
		position: relative;
		width: calc( 100vw - 0.7% );
		right: calc( ( 100vw - 100% ) / 2 );
	}

}
@media (min-width: 600px){
	html body .md-standart.wp-block-column,
	.block-fluid .md-standart.wp-block-column:nth-child(2),
	.block-fluid .md-standart.wp-block-column:nth-child(1){
		flex-basis: 40%;
	}

}
.wp-block-group.home-buttons a.wp-block-button__link.has-background {
	width: auto;
	display: inline-block;
	float: left;
	margin-right: 40px;
}
.blog-posts .post-element .post-thumb {
	width: 34%;
	flex: 0 0 34%;
}
.wp-block-group.home-buttons .wvm-video.mobile-center {
	display: inline-block;
	border: 2px solid #000;
	height: 60px;
	border-radius: 100px;
	padding: 20px 15px;
	width: 220px;
}
.wp-block-group.home-buttons .wvm-video.mobile-center p {
	margin-top: -3px;
	margin-left: 10px;
	font-weight: bold;
	color: #0c0e3f;
	text-transform: uppercase;
}

.wp-block-group.home-buttons .wvm-video.mobile-center p img {
	margin-top: -7px;
	position: absolute;
	margin-left: 10px;
}

.wp-block-group.home-buttons a.wp-block-button__link{
	padding: 14px 55px !important;
	border-radius: 100px !important;
}
.footer-right p {
	font-size: 18px;
	color: #6c6c6c;
	margin-top: 0;
}
ul#menu-footer-menu li a {
	color: #6c6c6c;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
@media screen and (max-width: 475px){
	.wp-block-group.home-buttons a.wp-block-button__link.has-background{
		margin-left: calc( (100% - 180px ) / 2) !important;
		margin-bottom: 20px !important;
	}
	.wp-block-group.home-buttons{
		text-align: center !important;
	}
	h1 {
		font-size: 40px;
	}

	.solar-list .element p {
		margin-top: 10px;
		font-size:16px;
	}
	.solar-list .element img {
		max-width: 30px;
	}
	.home h2.has-text-align-center.mt-5 {
		font-size: 30px;
	}

	p.has-text-color.has-text-align-center.text-uppercase {
		font-size: 18px;
	}
}
@media screen and (max-width:1300px){
	ul.menu > li a{
		font-size:19px;
	}
	p, li{
		font-size:19px;
	}

	.home h2.has-text-align-center.mt-5{
		font-size:44px;
	}
	p.has-text-color.has-text-align-center.text-uppercase{
		font-size:24px;
	}
	h1{
		font-size:44px;
	}
	.home-page-video-block .wvm-video.mobile-center, .home-page-video-block .wp-block-button.aligncenter.is-style-fill a{
		font-size:16px;
	}
}

.page-hero {
	margin-top: 50px;
}
.page h2 {
	font-weight: 1000;
	font-size: 40px;
}
.content p{
	width:100%;
}
.page ul, .page ol {
	padding-left: 40px;
}

.page ul li, .page ol li {
	font-size: 17px;
}
footer .container {
	max-width: 1140px;
}
.page h1{
	font-size: 48px;
	font-weight: 1000;
}
@media screen and (max-width:500px){
.wp-block-group.home-buttons button.ps-player-trigger {
    margin: 0 auto;
    margin-top: 20px;
}

.wp-block-group.home-buttons {
    text-align: center;
}
	

.wp-block-group.home-buttons .wp-block-button.aligncenter.is-style-fill {
    width: 100%;
    height: 50px;
    text-align: center;
}

.wp-block-group.home-buttons a.wp-block-button__link.has-background {
    margin: 0 auto !important;
    float: none;
    width: auto;
}
}