/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.controls textarea{
	    height: auto;
    width: 100%;
}
#component #contact_map{
	overflow: hidden;
}
.textareaForm textarea{
	width:100%;
	height: auto;
}
.wpcf7-submit
{
	background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
}
.hustle-two input[type="email"]{
	width: 100%;
    display: block;
    margin: 0;
    padding: 11px 9px 9px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    background: #fff;
    box-shadow: none;
    color: #777771;
    font-weight: 400;
    font-size: 15px;
}
.hustle-two input[type="submit"]{
	padding: 12px 19px 13px;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    background: #2d2d2d;
    color: #ffffff;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.wph-modal--message .wpcf7-mail-sent-ok
{
	display: block;
    /* float: left; */
    background: #fff;
    position: absolute;
    padding: 24px;
    margin: auto;
    width: 89%;
    text-align: center;
}
body .wph-modal .wph-modal--close a{
	color: #fff;
    font-size: 15px;
}
.wph-modal--message .textareaForm textarea{
	height: 30px;	
}
.wph-modal.wph-modal--slide_in.wph-modal--cabriolet.wph-slide--center_right section
{
	background: #009445;
    border-radius: 0;
    border: 0;
}
.wph-modal.wph-modal--cabriolet header
{
	background: #009e53;
    margin-bottom: 0 !important;
    height: 35px;
}
.wph-modal select, textarea, .wph-modal input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], .wph-modal input[type="email"], input[type="url"], input[type="search"], .wph-modal input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    color: #777777;
    padding: 10px;
    width: 100%;
    margin: 10px auto;
    border-radius: 0;
    font-size: 1.25em;
}
body .wph-modal textarea
{
	height: 200px;
	width: 100%;
	    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
        font-size: 1.25em;
}
body .wph-modal input[type="submit"]{
	display: block;
	background: #fff;
	color: #000;
	padding: 10px 15px;
    font-size: 1.25em;
    margin-left: 0px;
}
.wph-modal select
{
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
    padding: 0 10px;
}
.wph-modal .power-bill-size:after, .wph-modal .system-size:after{
	content: ' ';
    color: #333;
    right: 10px;
    position: absolute;
    top: 4px;
    font-size: 1em;
     width: 0; 
  height: 0; 
     border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #000;
}
.wph-modal .wpcf7-list-item-label{
	color: #fff;
	margin-left: 5px;
}
.wph-modal span.wpcf7-list-item{
	display: block;
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 0;
}
.wph-modal .instructions{
	color: #000;
    display: block;
    font-weight: bold;
    text-align: left;
    font-size: 1.4em;
    line-height: 2em;
    margin-left: 20px;
 
}
.wph-modal h4{
	display: none;
}
#wpcf7-f317-o1 form{
	width: 80%;
	margin: auto;
}
body .wph-modal.wph-modal--slide_in{
	max-width: 450px;
}
.backgroundcolour{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 999999;
	position: absolute;
	top: 0;
	display: none;
}
.clickTab{
	position: fixed;
    right: -116px;
    transform: rotate(270deg);
    z-index: 99999;
    top: 280px;
    font-size: 1.3em;
    
}
.clickTab a, .clickTab a:hover, .clickTab a:focus{
	color: #fff;
	padding: 12px;
}
#trapezoid {
    border-bottom: 45px solid #4d4d4d;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
}
#trapezoid img{
	transform: scale(0.7);
}
.wph-modal--close::before{
	content: "X";
	cursor: pointer;
}
body .wph-modal .wph-modal--close a{
	display: none;
}
@media (max-width: 660px)
{
	.clickTab a, .clickTab a:hover, .clickTab a:focus
	{
		padding: 36px;
		white-space: nowrap;
	}
	.clickTab{
		right: -140px;
	}
}