/*
Theme Name: Powerback
Template: generatepress
*/
/************* ACCORDIAN STYLES *************/
.accordion {
  background-color: #91062b;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #760723 ;
}
.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/************* GENERAL STYLES *************/
a {
	text-decoration: none;
}
h2 {
	font-size: 42px;
	line-height: 44px;
	font-weight: bold;
	color: #c2c2c2;
	text-transform: uppercase;
}
h5 {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	color: #979797;
	margin: 20px 0 5px 0;
}
h6 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #2c616f;
	margin: 0px 0 20px 0;
}
p.lg {
	font-size: 20px;
	line-height: 28px;
}
ul {
	margin-left: 15px;
}
button.alt {
	background: transparent;
	border: 2px solid #fff;
}
button.alt:hover {
	background-color: #fff;
	color: #2c616f;
}
.mobile {
	display: none;
}
@media only screen and (max-width: 880px) {
	h1 {
		font-size: 34px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}
/************* EVEREST FORMS *************/
.everest-forms .everest-forms-notice--success, .wp-block-everest-forms-form-selector .everest-forms-notice--success {
  	background-color: #91062a;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row .evf-frontend-grid {
  	padding-left: 0px;
  	padding-right: 0px;
}
.everest-forms .evf-submit-container {
	padding: 10px 0;
}
.everest-forms button[type="submit"], .everest-forms button.button:not(.button-large) {
	background-color: #980e28;
	color: #fff;
	border: 0px;
	border-radius: 0px;
	font-weight: bold;
}
.everest-forms button[type="submit"]:hover, .everest-forms button.button:not(.button-large):hover {
	background-color: #760723;
	color: #fff;
}
.everest-forms input[type="text"], .everest-forms input[type="email"], div.evf-container .everest-form .iti--allow-dropdown input[type="tel"] {
	padding: 14px 10px;
}
/************* HEADER *************/
.header-wrapper {
	background: url('https://powerbackllc.com/wp-content/uploads/2025/08/header-image5.jpg'); 
  	background-position: top;
  	background-repeat: no-repeat;
  	background-size: cover;
	border-bottom: 6px solid #363636;
	padding: 8px 20px;
}
.header-inside {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.site-logo img {
	width: 95%;
}
.header-contact {
	padding-top: 20px;

}
.header-contact img {
	width: 32px;
	float: right;
}
@media only screen and (max-width: 880px) {
	.header-inside {
		font-size: 18px;
		line-height: 20px;
	}
	.site-logo img {
		width: 80%;
	}
	.header-contact {
		text-align: center;
	}
	.header-contact img {
		width: 28px;
		margin-top: -3px;
	}
}
/************* MAIN NAVIGATION *************/
.main-navigation li {
    position: relative;
    display: inline-block;
	margin-bottom: 0px;
}
.main-navigation {
  	background-color: #91062b;
	color: #fff;
}
.main-navigation ul ul {
	background-image: linear-gradient(rgb(245,252,255,0), rgb(245,252,255,.2));
	border: 0px;
	box-shadow: 1px 1px 0 rgba(0,0,0,0);
}
.main-navigation .main-nav ul li a {
  	padding-left: 12px;
  	padding-right: 12px;
  	line-height: 50px;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
  	padding-right: 20px;
}
/************* HOMEPAGE *************/
.hero-bckgrnd {
	background: url('https://powerbackllc.com/wp-content/uploads/2025/08/hp-image3.jpg'); 
  	background-position: top;
  	background-repeat: no-repeat;
  	background-size: cover;
	height: 600px;
}
.hero-form {
	width: 400px;
	height: 600px;
	background-color: #2c616f;
	padding: 30px 30px;
	float: right;
	color: #fff;
}
.work-bckgrnd {
	background-color: #2c616f; 
	color: #fff;
}
.work-copy {
	margin-left: 15vw;
}
.work-image {
	display: block;
	float: right;
}
@media only screen and (max-width: 1760px) { 
	.work-copy {
		margin-left: 10vw;
	}
}
@media only screen and (max-width: 1700px) { 
	.work-copy {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 880px) { 
	.work-image {
		display: none;
	}
	.work-bckgrnd {
		padding-right: 20px;
	}
	.hero-form {
		width: 100%;
		height: auto;
		float: none;
	}
}
/************* SIDEBAR *************/
.separate-containers .inside-right-sidebar {
  	margin-bottom: 0px;
}
/************* FOOTER *************/
.footer-content {
	background-color: #363636;
	color: #fff;
	font-size: 18px;
	line-height: 62px;
}
.footer-content a {
	color: #fff;
}
.footer-content a:hover {
	color: #c2c2c2;
}
.footer-nav ul {
	list-style: none;
	margin-left: 0px;
}
.footer-nav {
	line-height: 38px;
}
.footer-nav a {
	font-weight: bold;
	text-transform: uppercase;
}
.copyright {
	font-size: 14px;
	line-height: 18px;
}
/************* COLUMNS *************/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

@media only screen and (max-width: 880px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
/*  GRID OF FIVE   ============================================================================= */
.span_4_of_5 {
  	width: 79.68%; 
}
.span_3_of_5 {
  	width: 59.36%; 
}
.span_2_of_5 {
  	width: 39.04%;
}
.span_1_of_5 {
  	width: 18.72%;
}
@media only screen and (max-width: 880px) {
	.span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
		width: 100%; 
	}
}
/*  GRID OF SIX   ============================================================================= */
.span_5_of_6 {
  	width: 83.06%;
}
.span_4_of_6 {
  	width: 66.13%;
}
.span_3_of_6 {
  	width: 49.2%;
}
.span_2_of_6 {
  	width: 32.26%;
}
.span_1_of_6 {
  	width: 15.33%;
}
@media only screen and (max-width: 880px) {
	.span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
		width: 100%; 
	}
}