/*!
Theme Name:    Page Builder Framework - Child
Author:        Triscari - Video. Web. Marketing.
Author URI:    https://triscari.com
Description:   Page Builder Framework Child Theme
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

body{
    overflow-x:hidden;
	background-color: #Fafafa;
}


h1 {color: #041640;}

h2 {
	font-weight: 600;
	color: #041640;
}

.open-sans {
	font-family: open-sans-condensed;
}

h3 {
    font-family: open-sans-condensed;
    font-weight: 700;
    font-style: uppercase;
    font-size: 21px;
    text-transform: uppercase;
	color: #00205c;
}

.mw-1200 {
	max-width: 1200px;
	margin: auto;
}

.pt-40 {
	padding-top: 40px;
}

.pb-20 {
	padding-bottom: 20px;
}

.cap-white a {
	color: #ffffff;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 0;
}

.wpbf-padding-medium {
    padding-top: 20px;
}

.wpbf-breadcrumbs {
    font-size: 16px;
}

figure {
    margin-top: 20px;
}

.mb-0 {
	margin-bottom: 0;
}	

.wpbf-navigation-active > .wpbf-visible-large.wpbf-menu-stacked-advanced.menu-align-left > #navigation {
	display: none;
}

/* Before Footer Border
.before-footer:before {
    background: linear-gradient(to right, #587d58 25%,#192958 25%, #192958 50%, #efe7a8 50%, #efe7a8 75%, #5b89ac 75%);
    position: absolute;
    content: '';
    height: 5px;
    right: 0;
    left: 0;
    top: auto;
}
*/

.wpbf-navigation.wpbf-navigation-active:before {
	    background: linear-gradient(to right, #587d58 25%,#192958 25%, #192958 50%, #efe7a8 50%, #efe7a8 75%, #5b89ac 75%);
    position: absolute;
    content: '';
    height: 5px;
    right: 0;
    left: 0;
    top: auto;
}

/* After Header Blocks */

.engtw > .wp-block-column {
	margin: 0;
}

.telephone > p {
	color: #e3d578 !important;	
}

.electricity {
	background-color: #587d58;
	background-image: url("/wp-content/uploads/electricity-icon.png");
  	height: auto;
  	background-position: right;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
	transition: 0.3s;
	margin: 0 !important;
}

.electricity:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.natural-gas:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.telephone {
	background-color: #e3d578;
	background-image: url("/wp-content/uploads/telephone-icon.png");
  	height: auto;
  	background-position: right;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
	transition: 0.3s;
	margin: 0 !important;
}

.telephone:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.water:hover {
    opacity: 0.8;
    transition: 0.3s;
}

figure.aligncenter.size-large.is-resized {
	margin-top: 0;
	margin-bottom: 0;
}

.logo-home {margin-top: 30px;}

.slider-home {
	margin-top: -40px;
}

textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"] {
    padding: 10px 15px;
    font-size: 13px;
}

.searchform {
    margin-top: -20px;
}

.wpbf-nav-wrapper {
    background-color: #fff;
}

.ugb-button:not(.ugb-link-button):not(.ugb-button--design-link) {
    text-decoration: none!important;
    letter-spacing: 1.7px;
}

.sidebar-home {
	background-color: #f1f1f1;
}

.pl-0 ul {padding-left: 0 !important;}

/*-----------------------SPACERS-------------------------------------------------------------------------------------------------------*/

.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}

.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-25 {padding-right: 25px;}
.pr-30 {padding-right: 30px;}
.pr-40 {padding-right: 40px;}
.pr-50 {padding-right: 50px;}

.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}

.pl-0 {padding-left: 0px;}
.pl-5 {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.pl-30 {padding-left: 30px;}

.prl-25 {padding: 0 25px;}

.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}

.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}

.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}

.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-25 {margin-left: 25px;}
.ml-30 {margin-left: 30px;}

.font-12 {font-size:12px;}
.font-14 {font-size:14px;}
.font-15 {font-size:15px;}
.font-16 {font-size:16px;}

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

.align-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.mw-700 {
	max-width: 700px;
	margin: auto;
}

.btn-home .wp-block-button__link {
	letter-spacing: 1.7px !important;
	font-size: 14px;
}

.shopping-guide {
	padding: 0 0 10px 0;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	min-height: 450px;
	background-color: #fff;
	max-width: 400px;
	margin: auto;
}

.contact-float h4 {
    background-color: #477193 !important;
    margin: 0 -30px;
    padding: 20px 20px 21px 20px;
	font-size: 20px;
}

.wp-block-column.contact-float {
    padding: 0 30px 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	font-size: 15px;

	margin: auto;
	min-height: 480px;
}

.wp-block-separator.is-style-wide {
    width: auto;
    max-width: none;
    height: 1px;
    margin: -5px -30px 15px -30px;
}

.bg-white {background-color: white;}

.report {
	background-color: #fff;
    padding: 15px;
    border-radius: 5px;
	border: solid .5px #ebebeb;
}

.page-sidebar {
	padding: 0 10px 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	font-size: 15px;
	max-height: 450px;
}

.page-t {
	color: white;
	font-size: 50px;
	font-weight: 600;
	padding: 40px;
	text-transform: uppercase;
}

.title-bg {
	margin: -40px 0 60px;
}

.sidebar-btn .wp-block-button__link {
	font-size: 16px !important;
	font-weight: 600;
	font-family: open-sans-condensed;
	padding: 6px 18px !important;
	text-transform: uppercase;
	border-radius: 5px;
}

.sidebar-btn .wp-block-button__link:hover {
  background-color: #465278 !important;
}

.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
    max-width: 17% !important;
}

.full-row {
	margin: 0;
}

.wp-block-getwid-recent-posts__post-content {
    font-size: 14px;
}

.twitter-timeline {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

}

.mb-minus-200 {
	margin-bottom: -80px;
	background-color: #fff;
}

.wpbf-single-content .wpbf-post-style-boxed .wpbf-article-wrapper {
    background: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.wpbf-post-content {
    max-width: 1170px;
}

.wpbf-single-content .wpbf-post-style-boxed .wpbf-article-wrapper {
    padding: 0px !important;
}

h1.entry-title {
	font-weight: 600;
	margin: 40px 60px 10px 60px;
	padding-top: 40px;
}

section.entry-content.article-content, .wpbf-article-wrapper p.article-meta {
	margin-left: 60px;
	margin-right: 60px;
}

.wpbf-article-wrapper .article-footer {
	margin: 10px 60px 40px 60px;
	padding-bottom: 40px;
}

.footer-categories {
	display: none;
}

.font-open-sans {
	font-family: open-sans-condensed;
}

.blog-posts {
	background: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.wp-block-getwid-custom-post-type__post-excerpt {
	margin-bottom: 40px;
}

.fa .fa-angle-right {
	font-weight: 600 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #0a245f !important;
	font-family: open-sans-condensed;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #041640;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 1em;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
}

.wpforms-confirmation-container-full {
    background: #b2bfd9;
    border: 1px solid #b2bfd9;
}

btn-2::before {
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}
.btn-2 span {
  color: rgb(28, 31, 30);
  border: 1px solid rgb(28, 31, 30);
  transition: 0.2s;
}  
.btn-2 span:hover {
  color: rgb(255,255,255);
  transition: 0.2s 0.1s;
}

.btn.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn.hover-slide-right:hover::before {
  width: 100%;
}

.img-resize .wp-block-media-text__media img {
	width: 100px !important;
	margin-left: 80px;
}

.guide-pdf {
	padding-left: 0;
	margin-left: -145px;
}

.img-resize {
	margin-bottom: 10px !important;
}

.wp-block-getwid-toggle {
    background-color: #fff;
}

.consumer-box {
    padding: 0 0 10px 0;
    border-radius: 5px;
    min-height: 420px;
    background-color: #fff;
	max-width: 400px;
}

.page-sidebar ul {
	padding-left: 20px;
}

.electricity a p, .natural-gas a p, .telephone a p, .water a p {
	color: #fff;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:90%;
    position:relative;

}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.before-footer .wp-block-group__inner-container {margin-bottom: -20px !important;}

.middle-footer .wp-block-group__inner-container {margin-bottom: 0px !important;}

/*-----------------------MEDIA QUERIES-------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1160px) {
	.menu-item a {
		font-size: 15px !important;
		padding: 10px 13px !important;
	}
}

@media only screen and (max-width: 1024px) {
input[type="search"] {
	width: 100%;
    background: #f1f1f1;
	border: none;
	border-radius: 100px;
	}
}

@media (max-width: 1005px) {
	.col-left {flex-basis: 60% !important;}
	.col-right {flex-basis: 40% !important;}
}

@media only screen and (max-width: 781px) {
	.water {
	background-color: #5b88ac;
	background-image: url("/wp-content/uploads/water-icon-right.png");
  	height: auto;
  	background-position: left;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
	transition: 0.3s;
	margin: 0 !important;
	}
	.natural-gas {
    background-color: #192857;
	background-image: url("/wp-content/uploads/natural-gas-icon-right.png");
  	height: auto;
  	background-position: left;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
	transition: 0.3s;
	margin: 0 !important;
  }
	.shopping-guide {margin-top: 20px !important;}
	.col-left {flex-basis: 100% !important;}
	.col-right {flex-basis: 100% !important; margin-left: 0px !important;}
	.col-contact {flex-basis: 100% !important;}
	.col-map {flex-basis: 100% !important; margin-left: 0px !important;}
	.map-responsive {padding-bottom: 50%;}
	.col-message {flex-basis: 100% !important; margin-left:0 !important; margin-right:0 !important;}
}

@media only screen and (max-width: 599px) {
.electricity > p, .electricity > p a:hover, .electricity > p a, .natural-gas > p, .natural-gas > p a, .natural-gas > p a:hover, .telephone > p, .telephone > p a, .telephone > p a:hover, .water > p, .water > p a, .water > p a:hover {
	color: #fff;
	margin: 5px 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: open-sans-condensed;
	}	
	.telephone, .water, .natural-gas, .electricity {background-image: none;}
	.wp-block-columns.inline {flex-wrap: inherit;}
	.contact-form {margin-top: 20px;}
}


@media only screen and (max-width: 530px) {
	.page-t {font-size: 30px !important; padding: 15px 15px 5px !important;}
}

/*-----------------------MIN-WIDTH--------------------------------------*/

@media only screen and (min-width: 1025px) {
input[type="search"] {
	width: 53%;
    background: #e8f0fe;
	border: none;
	border-radius: 100px;
	}
}

@media only screen and (min-width: 782px) {
	.water {
	background-color: #5b88ac;
	background-image: url("/wp-content/uploads/water-icon.png");
  	height: auto;
  	background-position: right;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
	transition: 0.3s;
	margin: 0 !important;
	}
	
	.natural-gas {
    background-color: #192857;
	background-image: url("/wp-content/uploads/natural-gas-icon.png");
  	height: auto;
  	background-position: right;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
	transition: 0.3s;
	margin: 0 !important;
  }	
	.wp-block-column.contact-float {margin-top: -150px !important;}
}

@media (min-width: 600px) {
	.wp-block-column {flex-grow: 1;}
	
	.electricity > a, .electricity > a:hover, .electricity > a, .natural-gas > a, .natural-gas > a, .natural-gas > a:hover, .telephone > a, .telephone > a, .telephone > a:hover, .water > a, .water > a, .water > a:hover {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: open-sans-condensed;
	}
	.contact-form {padding-left: 30px;}
}


