/* 
Theme Name:		 Simpson Roofing
Theme URI:		 https://nomanbajwa.com/
Description:	 Simpson Roofing is a child theme of Genesis, created by nomanbajwa.com
Author:			 Noman Bajwa
Author URI:		 https://nomanbajwa.com/
Template:		 genesis
Version:		 1.0.0
Text Domain:	 simpson-roofing
*/
/* Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Container
- Site Inner
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Genesis Simple FAQ
- WPForms
- Skip Links
- Site Header
- Title Area
- Site Navigation
- Responsive Menu
- Header Menu
- Footer Menu
- Content Area
- Entry Content
- Entry Meta
- Pagination
- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
- Min-width: 960px
- Site Header
- Genesis Menu
- Responsive Menu
- Header Menu
- Site Inner
- Content
- Sidebar
- Author Box
- After Entry
- Column Classes
- Entry Misc.
- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Open Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #55a2d1;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 15px 40px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 700;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #55a2d1;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 272px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: none;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1200px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/*
Add your custom styles here
*/

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

.topbar {
	background: #051725;
	padding: 12px 40px;
}

.topbar .wrap {
	max-width: 1400px;
}

.topbar .widget {
	margin-bottom: 0;
}

.tb-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tb-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tb-left a {
	color: #55a2d1;
	font-size: 18px;
	text-decoration: none;
}

.tb-left p {
	color: #ffffff;
	font-size: 18px;
}

.tb-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 560px;
	width: 100%;
}

.tb-right img {
	max-width: 186px;
	height: 40px;
	width: 100%;
	object-fit: contain;
}

.site-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header .wrap .title-area {
	order: 1;
	max-width: 300px;
	width: 100%;
	padding: 0;
}

.site-header .wrap .nav-primary {
	order: 2;
	max-width: 600px;
	width: 100%;
	display: flex;
}

.site-header .wrap .widget-area {
	order: 3;
	max-width: 300px;
	width: 100%;
	text-align: right;
}

.site-header .wrap .widget-area .widget {
	margin-bottom: 0;
}

.title-area a {
	font-size: 0;
	background-image: url(/wp-content/uploads/2024/12/simson-logo.webp);
	background-repeat: no-repeat;
	width: 280px;
	height: 75px;
	display: block;
	background-size: contain;
}

.black-btn {
	background: transparent;
	border: 1px solid #051725;
	color: #051725;
	font-size: 15px;
	text-transform: uppercase;
	padding: 12px 32px;
}

.black-btn:hover {
	background: #55a2d1;
	border: 1px solid #55a2d1;
}

.black-btn:focus {
	outline: none;
}

.bg-after-footer-widget-area {
	text-align: center;
	background: #051725;
	padding: 10px 40px;
	color: #ffffff;
}

.bg-after-footer-widget-area .widget {
	margin-bottom: 0;
}

.c-right a {
	text-decoration: none;
	color: #55a2d1;
}

.c-right a:focus {
	outline: none;
}

.fullwidth {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.services-section {
	background: url(/wp-content/uploads/2024/12/trybg.webp);
	background-repeat: no-repeat;
	padding: 170px 40px 80px;
	background-size: cover;
	background-position: 50% 0;
	margin-top: -85px;
	position: relative;
	z-index: 1;
}

.services-section h2,
.contact-page-icons h2,
.about-trusted-icons h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
}

.services-section h2 span {
	color: #55a2d1;
}

.ors-divider {
	color: #55a2d1;
	border-width: 5px;
	max-width: 80px;
	margin: 0 auto;
}

.ors-inner {
	display: flex;
	align-items: center;
	margin: 50px 0 0;
}

.ors-image-area {
	width: 50%;
}

.ors-image-area img {
	border: 4px solid #55a2d1;
	-webkit-box-shadow: #55a2d1 0 3px 11px 0;
	box-shadow: #55a2d1 0 3px 11px 0;
	-moz-box-shadow: var(--color_1) 0 3px 11px 0;
}

.ors-content-area {
	padding: 0 50px;
	width: 50%;
}

.ors-content-area h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}

.ors-list {
	margin-bottom: 50px;
}

.widget .ors-list li {
	color: #ffffff;
	position: relative;
	margin: 0 0 18px 30px;
	font-size: 16px;
	line-height: 1.5;
}

.ors-list li:before {
	content: "";
	height: 22px;
	width: 22px;
	background-image: url(/wp-content/uploads/2024/12/right-arrow.png);
	background-size: auto 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -32px;
}

body .wp-block-button__link, .ors-btn {
	background-color: #55a2d1;
	border: 1px solid #55a2d1;
	padding: 10px 40px;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
}

body .wp-block-button__link:hover, .ors-btn:hover {
	background-color: #0056b9;
	border: 1px solid #55a2d1;
}

.image1-section {
	background: url(/wp-content/uploads/2024/12/image-567.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 550px;
}

.image2-section {
	background: url(/wp-content/uploads/2024/12/image-576.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 550px;
}

.banner-section {
	background: url(/wp-content/uploads/2024/12/home-banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 90px 40px 180px;
}

.banner-section:before {
	opacity: .63;
	background-color: #374551;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-area {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home .site-inner {
	padding: 0;
	max-width: 100%;
}

.blue-text {
	color: #55a2d1;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 0;
}

.white-text {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.banner-heading {
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 0;
}

.banner-text {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
	line-height: 1.5;
	max-width: 620px;
}

.banner-content-area {
	width: 100%;
	max-width: 700px;
}

.trusted-icons {
	display: flex;
	align-items: center;
}

.trusted-icons img {
	max-width: 240px;
	width: 100%;
}

.services-section .trusted-icons-heading,
.contact-page-icons .trusted-icons-heading,
.about-trusted-icons .trusted-icons-heading {
	font-size: 16px;
	margin-bottom: 0;
}

.reviews-section {
	background: url(/wp-content/uploads/2024/12/testi-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 40px;
	position: relative;
}

.reviews-section:before {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2024/12/rectangle-96w.webp);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	left: 0;
	top: 0;
}

.reviews-section:after {
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2024/12/triangles.svg');
	background-repeat: no-repeat;
	width: 91px;
	height: 82px;
	right: 35px;
	bottom: 50px;
}

.manufacturer-section {
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: auto;
	background-image: linear-gradient(0deg, rgba(5, 23, 37, 0) 0%, rgba(5, 23, 37, .5) 50%, #051725 100%), url(/wp-content/uploads/2024/12/linesbg.svg);
	position: relative;
	padding: 100px 40px;
}

.manufacturer-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #051725 !important;
	z-index: -1;
	left: 0;
	top: 0;
}

.solar-section {
	position: relative;
	background: url(/wp-content/uploads/2024/12/image-55.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 40px;
	color: #ffffff;
	text-align: center;
}

.solar-section:before {
	content: '';
	position: absolute;
	background-image: linear-gradient(90deg, #2080b5 47%, #0c2940 100%);
	opacity: .85;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.home .widget {
	margin-bottom: 0;
}

.solar-section .widget {
	position: relative;
}

.banner-form-area {
    background: #ffffff;
    padding: 0;
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
	padding: 40px;
}

.form-group {
	margin-bottom: 12px;
}

.form-group input, .form-group select, .form-group textarea {
	padding-left: 25px;
	border: 1px solid #b4b9be;
	background-color: transparent;
	border-radius: 5px;
	font-size: 16px;
	color: #051725;
}

.form-group input::placeholder, .form-group select::placeholder, .form-group textarea::placeholder {
	color: #051725;
}

.form-group input[type="submit"] {
	background-color: #55a2d1;
	border: 1px solid #55a2d1;
	width: 100%;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.form-group input[type="submit"]:hover {
	background-color: #0056b9;
	border: 1px solid #55a2d1;
	color: #ffffff;
}

.form-group textarea {
	height: 100px;
}

body .form-group .wpcf7-spinner {
	display: none;
}

.banner-content-area .ors-btn {
	display: block;
	max-width: 250px;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
}

.banner-content-area .ors-btn:nth-child(even) {
	margin-bottom: 0;
	background: transparent;
	border: 1px solid #ffffff;
}

.banner-content-area .ors-btn:nth-child(even):hover {
	background: #0056b9;
	border: 1px solid #55a2d1;
}

.cm-image-area .trusted-icons {
	flex-wrap: wrap;
	padding: 0 15px;
}

.cm-image-area .trusted-icons img {
	max-width: 190px;
}

.cm-inner {
	display: flex;
	align-items: center;
}

.cm-content-area {
	width: 50%;
	color: #ffffff;
}

.cm-image-area {
	width: 50%;
}

.cm-content-area .ors-divider {
	margin: 0 0 20px;
}

.cm-content-area h2 {
	text-transform: uppercase;
	font-weight: 700;
	max-width: 420px;
}

.title-area a:focus {
	outline: none;
}

.tb-left img {
	border: 1px solid #55a2d1;
	padding: 14px 7px;
}

.nav-primary .genesis-nav-menu a:focus {
	outline: none;
}

.form-title {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #051725;
	margin-bottom: 15px;
}

.form-button,
.form-button p {
	margin-bottom: 0;
}

.ors-btn:focus, .ors-btn:focus-visible {
	outline: none;
}

.arrow-icon {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

html {
	scroll-behavior: smooth;
}

.arrow-icon:focus {
	outline: none;
}

.about-section .ors-inner {
	margin: 0;
}

.about-section {
	padding: 100px 40px;
}

.about-section .ors-image-area img {
	border: none;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
	box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
	-moz-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
}

.about-section .ors-content-area h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #55a2d1;
}

.about-section .ors-content-area h2 span {
	color: #374551;
}

.about-section .ors-divider {
	margin: 0 0 20px;
}

.about-section .ors-content-area p {
	color: #374551;
	font-size: 16px;
	line-height: 1.5;
}

.reviews-section h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #374551;
	max-width: 400px;
	margin: 0 auto 20px;
}

.reviews-section h2 span {
	color: #55a2d1;
}

.manufacturer-section .cm-content-area p {
	font-size: 16px;
	line-height: 1.5;
}

.instagram-section {
	padding: 80px 40px;
}

.instagram-section h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	max-width: 720px;
	margin: 0 auto;
	color: #374551;
}

.instagram-section h2 a {
	text-decoration: none;
	color: #55a2d1;
}

.instagram-section h2 a:focus {
	outline: none;
}

.solar-section h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
}

.solar-section p {
	font-size: 16px;
	line-height: 1.5;
	max-width: 780px;
	margin: 0 auto 30px;
}

.form-group p {
	margin: 0;
}

body.service-child-page .solar-section .wp-block-button {
	width: 100%;
}

.solar-section .black-btn,
body.service-child-page .solar-section .wp-block-button__link {
	max-width: 340px;
	width: 100%;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: transparent;
}

.solar-section .black-btn:hover,
body.service-child-page .solar-section .wp-block-button__link:hover {
	border: 1px solid #55a2d1;
	background: #0056b9;
}

.webfooter {
	padding: 80px 40px;
}

.webfooter .wrap {
	display: flex;
}

.webfooter .widget:first-child {
	max-width: 600px;
	width: 100%;
}

.webfooter .widget:first-child .custom-html-widget {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.webfooter .widget:nth-child(2),
.webfooter .widget:last-child {
	max-width: 300px;
	width: 100%;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-links a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

.footer-links a:hover {
	color: #55a2d1;
}

.webfooter .widget .custom-html-widget h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #374551;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.c-right {
	font-size: 16px;
	line-height: 1.5;
}

.social-links {
	display: flex;
	gap: 5px;
}

.social-links a {
	border: 1px solid #55a2d1;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #55a2d1;
	font-size: 20px;
}

.webfooter .widget {
	margin-bottom: 0;
}

.address-area {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.adrs-inner {
	display: flex;
	gap: 10px;
	align-items: center;
}

.adrs-inner i.fa {
	border: 1px solid #55a2d1;
	max-width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #55a2d1;
	font-size: 20px;
	width: 100%;
}

.adrs-inner p, .adrs-inner a {
	font-size: 16px;
	line-height: 1.5;
	max-width: 180px;
	width: 100%;
}

.adrs-inner a {
	text-decoration: none;
}

.about-page-banner {
	background: url(/wp-content/uploads/2024/12/cr.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 40px;
	position: relative;
}

.about-page-banner:before {
	content: '';
	position: absolute;
	opacity: 0.72;
	background-image: linear-gradient(0deg, rgba(5, 23, 37, 1) 29%, rgba(255, 255, 255, 1) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-page-banner .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.about-page-banner h1 {
	text-transform: uppercase;
	font-weight: 700;
	max-width: 1160px;
	width: 100%;
	line-height: 1.2;
	font-size: 55px;
	margin-bottom: 0;
	color: #ffffff;
}

.page .site-inner {
	padding: 0;
	max-width: 100%;
}

.page article {
	margin: 0;
}

.thank-you-page .wp-block-group {
	padding: 50px 40px;
}

.blue-spacer {
	background: #051725;
}

.upper-text {
	color: #051725;
	letter-spacing: 0.2em;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lower-text {
	font-size: 22px;
	line-height: 1.5;
	color: #374551;
	margin-bottom: 0;
}

.thank-you-page h1,
.contact-page h1 {
	line-height: 1.2;
	font-size: 55px;
	font-weight: 700;
	color: #55a2d1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.privacy-page .site-inner {
	background: #051725;
	color: #ffffff;
	padding: 100px 40px;
}

.privacy-page .content {
	max-width: 1200px;
	margin: 0 auto;
}

.privacy-page h1 {
	color: #55a2d1;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.privacy-page h2 {
	color: #55a2d1;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

.privacy-page p {
	font-size: 15px;
	line-height: 1.5;
}

.privacy-page p:last-child {
	margin-bottom: 0;
}

.privacy-page li {
	font-size: 15px;
}

.privacy-page .content a {
	color: #55a2d1;
}

.contact-form-section {
	padding: 60px 40px 100px;
}

.contact-form-section img {
	border-radius: 20px;
}

.contact-page-icons .wp-block-group__inner-container,
.service-child-page .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-page-icons {
	background: #051725;
	padding: 80px 40px 40px;
}

.contact-form-section .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-page-content {
	padding: 40px 40px;
}

.contact-form-heading {
	text-align: left;
	color: #55a2d1;
	font-size: 28px;
}

.contact-form-section .wp-block-columns {
	margin-bottom: 0;
}

.about-page .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;
}

.family-built-section {
	background: #051725;
	padding: 80px 40px 0;
}

.about-trusted-icons {
	background: #051725;
	padding: 80px 40px;
}

.gen-section {
	background: #051725;
	padding: 0 40px 80px;
	color: #ffffff;
}

.family-built-section h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 66px;
	line-height: 1.2;
	margin-bottom: 0;
}

.family-built-section .ors-divider {
	margin: 0 0 20px;
}

.about-page .wp-block-columns {
	margin-bottom: 0;
}

.family-built-section .wp-block-columns {
	gap: 0;
}

.family-built-section .wp-block-column:nth-child(even) {
	padding: 0 50px;
}

.gen-section p {
	font-size: 16px;
	line-height: 1.5;
	font-style: italic;
}

.gen-section .jeremy-s {
	font-style: normal;
	line-height: 1.2;
	font-size: 30px;
	font-family: "Shadows Into Light", serif;
}

.service-child-page .solar-section .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
}

.cr-section {
	background: url('/wp-content/uploads/2024/12/Simpson-Roofing-bg-image-098.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.scr-section {
	background: url('/wp-content/uploads/2024/12/bg-image-9845.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.gaf-content-area h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}

.gaf-content-area h2 span {
	color: #55a2d1;
}

.gaf-content-area .ors-divider {
	margin: 0 0 20px;
}

.gaf-content-area p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	margin-bottom: 40px;
}

.gaf-image-area {
	position: relative;
}

.gaf-image-area img {
	position: relative;
	z-index: 1;
}

.gaf-image-area:before {
	content: '';
	position: absolute;
	width: 90px;
	height: 90px;
	background: url(/wp-content/uploads/2024/12/rectangle-1920w.webp);
	right: 35px;
	top: -40px;
}

.gaf-content-area .wp-block-button__link,
.family-owned-area .wp-block-button__link {
	background: transparent;
	border: 1px solid #ffffff;
}

.service-child-page .wp-block-group.about-section {
	background: #051725;
	color: #ffffff;
	padding: 100px 40px 50px;
}

.service-child-page .wp-block-columns {
	margin-bottom: 0;
}

.family-owned-area {
	padding: 0 50px;
}

.family-owned-area p {
	font-size: 16px;
	line-height: 1.5;
}

.family-owned-area h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #55a2d1;
}

.family-owned-area h2 span {
	color: #ffffff;
}

.cr-scroll-image {
	background: url(/wp-content/uploads/2024/12/Simpson-Roofing-1-e76cc3a7-2880w.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 550px;
}

.rr-scroll-image {
	background: url(/wp-content/uploads/2024/12/Simpson-Roofing-5-2880w.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 550px;
}

.scr-scroll-image {
	background: url(/wp-content/uploads/2024/12/metal-3_-ced09061-2880w.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 550px;
}

.pm-scroll-image {
	background: url(/wp-content/uploads/2024/12/bg-image-53t63.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 550px;
}

.cr-gallery-section {
	background: #051725;
	padding: 100px 40px;
	color: #ffffff;
}

.cr-gallery-section h2 {
	color: #55a2d1;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 50px;
}

.cr-gallery-section p {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

body .cr-gallery-section .wp-block-gallery figure.wp-block-image figcaption {
	font-size: 25px;
	color: #55a2d1;
	text-shadow: none;
	font-weight: 700;
	text-transform: uppercase;
}

div#mobi-menu {
	display: none;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:after {
	content: "";
	background: url(/wp-content/uploads/2024/12/right-arrow.png) no-repeat;
	width: 11px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: -2px;
	transform: rotate(90deg);
	background-size: contain;
	cursor: pointer;
}

.service-child-page .banner-content-area img {
	max-width: 150px;
	margin-bottom: 8px;
}

.cr-banner-sec {
	background: url(/wp-content/uploads/2024/12/cr-banner-image.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.service-child-page .form-title {
	max-width: 350px;
	margin: 0 auto 15px;
	line-height: 1.5;
}

.services-child-trusted {
	padding: 40px 40px;
}

.services-child-trusted h2 {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #124d7c;
}

.services-child-trusted .trusted-icons {
	background: #051725;
}

.roofing-needs-area {
	padding: 20px 40px 70px;
}

.roofing-needs-area h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #124d7c;
	line-height: 1.2;
	margin-bottom: 15px;
}

.roofing-needs-area h2 span {
	color: #55a2d1;
}

.roofing-needs-area h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #124D7C;
	line-height: 1.2;
	margin-bottom: 15px;
}

.roofing-needs-area p {
	color: #124d7c;
	font-size: 16px;
	line-height: 1.5;
}

.roofing-needs-area img {
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
	box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
	-moz-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
}

.rr-banner-sec {
	background: url(/wp-content/uploads/2024/12/Simpson-Roofing-20-2880w.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pm-banner-sec {
	background: url(/wp-content/uploads/2024/12/Screenshot-2024-07-19-at-8.49.29-AM-2880w.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.scr-banner-sec {
	background: url(/wp-content/uploads/2024/12/Slate_-2880w.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.mobile-btn {
	display: none;
}
.float-btn {
    position: fixed;
    bottom: 60px;
    left: 30px;
	z-index: 99;
}

.finance-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right:0;
    width: 90%;
    height: 100%;
    background-color:#75CAFF;
    z-index: -1;
	border-radius:19px;
	
	
}
.finance-banner{
position: relative;
	margin:70px 0;
	padding:70px 0;
}
.finance-banner h2{
font-weight: 700;
font-size: 65px;
	color:#000;
}
.finance-banner .wp-block-button__link{
	background:#082436;
	border-radius:0;
	font-size:25px;
	
}
.sub-heading{
font-weight: 300;
font-size: 28px;
text-transform: uppercase;
	color:#75CAFF !important;
	    margin: 0;

}
.finance-option-section h2, .finance-work h2{
font-size: 40px;
    color: #000;
    font-weight: 700;
}
.finance-option-section{
	padding:70px 0 ;
	color:#000;
}
.finance-work p{
    padding: 0 80px;
    color: #000;
}
.finance-work h3{
    font-size: 28px;
    color: #000;
    font-weight: 700;
    padding-top: 50px;
}
.solutions{
	background:#082436;
	text-align:center;
	padding:30px;
}
.solutions h3  {
	color:#75CAFF;
	font-size:32px;
	font-weight:700;
	margin:0;
	 padding-top: 0px;
}
.solutions p{
	color:#fff;
	  padding: 0;
}
.finance-work{
	padding-bottom:70px;
}
.finance-short-term{
	color:#fff;
	padding:70px 0;
	background: linear-gradient(to right, #75CAFF 18%, #051621 17%);
}
.finance-long-term{
		color:#fff;
	padding:70px 0;
	background: linear-gradient(to right, #051621 80%,  #75CAFF 10%);
}
.short-inner{
	position:relative;
}
.short-inner img{
	position: absolute;
    top: 38px;
}
.finance-short-term h2{
	font-size:36px;
	font-weight:700;
}
.term{
	margin:0;
	font-size:30px;
	font-weight:700;
}
.apply{
	color:#75CAFF;
font-weight: 700;
font-size: 18px;
text-transform: uppercase;

}
.apply a{
	text-decoration:none;
}
.apply a:hover{
	color:#fff;
}
.apply::before {
    content: "";
    display: inline-block;
    width: 45px; 
    height: 22px;
    background-image: url('/wp-content/uploads/2025/03/Arrow-1.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px; 
    vertical-align: middle; 
}
.long-inner{
	position:relative;
}
.long-inner img{
	    transform: scale(2.9);
    position: absolute;
    right: 0px;
    bottom: 56px;
}
.finance-cta{
	background:#000;
	padding:100px 0;
}
.finance-cta p{
	
font-weight: 400;
font-size: 26px;
text-align:center;
	color:#75CAFF;

}
.finance-cta p strong{
	color:#fff;
}
.f-investment {
    background: #63B3ED;
    padding: 70px 20px;
    text-align: center;
   background-image: url(/wp-content/uploads/2024/12/linesbg.svg);
    position: relative;
}
        .f-investment h2 {
            font-size: 32px;
            font-weight: 400;
            color: #000;
			margin:0;
        }
.first-letter {
    font-weight: bold;
    font-size: 1.2em;
	
}

        .f-investment p {
            font-size: 24px;
            color: #000;
        }
       .f-investment hr {
    width: 70px;
    height: 4px;
    background: #000;
    margin: 0 auto;
    border: none;
}
        .f-investment .content-container {
            display: flex;
            justify-content: center;
            gap: 100px;
            margin-top: 50px;
        }
        .f-investment .content-box {
            width: 520px;
            text-align: center;
        }
.content-box img{
	height:130px;
	width:155px;
}
       
        .f-investment h3 {
    font-size: 30px;
    color: #000;
    margin-top: 25px;
    font-weight: 700;
}
.content-box p{
	    font-size: 16px;
    color: #000;
    margin: 0;
}
.f-investment .cta-button {
    display: inline-block;
    margin-top: 70px;
    padding: 12px 25px;
    background: #000;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
	border:2px solid#000;
}
.f-investment .cta-button:hover {
   	border:2px solid#000;
	background:transparent;
	color:#000;
}
@media screen and (max-width: 1199px) {

	.tb-right {
		max-width: 480px;
	}

	.site-header .wrap .title-area {
		order: 2;
		max-width: 370px;
	}

	.site-header .wrap .nav-primary {
		order: 1;
		max-width: 30px;
	}

	.webfooter img {
		max-width: 248px;
	}

	#mobi-menu .fa-bars:before,
	#mobi-menu .fa-close:before {
		color: #55a2d1;
	}

	.menu-item-has-children:after {
		display: none;
	}
	.sub-menu {
		display: none !important;
	}

	.sub-menu.openNav {
		display: block !important;
	}

	.down-nav {
		transition: 0.5s all;
	}

	.down-nav {
		width: 20px;
		height: 9px;
		top: 22px;
		bottom: unset;
		right: 9px;
		background: url(/wp-content/uploads/2024/12/right-arrow.png) no-repeat;
		background-size: contain;
		transform: rotate(90deg);
		position: absolute;
		display: block;
		cursor: pointer;
	}

	.trusted-icons {
		flex-wrap: wrap;
		justify-content: center;
	}

	.nav-primary .wrap {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 179px;
		background: #ffffff;
		padding: 0 25px;
		z-index: 9999;
	}

	.genesis-nav-menu .menu-item {
		display: block;
	}

	div#mobi-menu {
		cursor: pointer;
		display: block;
	}

	.site-header .wrap .widget-area {
		max-width: 800px;
	}

	.black-btn {
		padding: 10px 20px;
	}

	.banner-content-area {
		max-width: 550px;
	}

	.banner-heading {
		font-size: 40px;
	}

	.banner-text {

		font-size: 16px;
		max-width: 500px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 26px;
	}

	body .wp-block-button__link, .ors-btn {
		padding: 10px 20px;
	}
	.long-inner, .long-one{
		width:50% !important;
	}
.long-inner img {
           transform: scale(1.5);
        bottom: -40px;
}
	.finance-banner h2 {
    font-size: 36px;

}
	.solutions h3 {
    
    font-size: 24px;
  
}
	.term { 
   font-size: 20px;
 
}
	.finance-banner {
    margin: 70px 30px;
    padding: 70px 30px;
}
	.finance-work{
		padding:0 20px;
		padding-bottom:50px;
	}
	.finance-short-term, .finance-long-term {
    padding: 70px 20px;
}
	.finance-cta {
    padding: 100px 20px;
}
	.finance-option-section {
    padding: 70px 20px;
}
}

@media screen and (max-width: 1023px) {

	.topbar {
		display: none;
	}

	.tb-inner {
		flex-direction: column;
		gap: 10px;
	}

	.tb-left a,
	.tb-left p {
		font-size: 15px;
	}

	.tb-left img {
		padding: 12px 6px;
	}

	.webfooter .wrap {
		flex-direction: column;
		gap: 20px;
	}

	.webfooter .widget:first-child,
	.webfooter .widget:nth-child(2),
	.webfooter .widget:last-child {
		max-width: 100%;
	}

	.webfooter .widget:first-child .custom-html-widget {
		align-items: center;
	}

	.webfooter .custom-html-widget {
		text-align: center;
	}

	.webfooter {
		padding: 40px 40px;
	}

	.address-area {
		align-items: center;
	}

	.adrs-inner i.fa {
		max-width: 35px;
		height: 35px;
		font-size: 18px;
	}

	.adrs-inner p, .adrs-inner a {
		max-width: 100%;
		width: auto;
	}

	.adrs-inner {
		width: 100%;
		justify-content: center;
	}

	.contact-page-icons {
		padding: 60px 20px 10px;
	}

	.contact-form-heading {
		text-align: center;
	}

	.contact-form-section {
		padding: 20px 20px 70px;
	}

	.black-btn {
		font-size: 14px;
	}

	.ors-inner, .cm-inner {
		flex-direction: column;
		gap: 20px;
	}

	.ors-image-area {
		width: 100%;
		order: 1;
	}

	.ors-content-area {
		padding: 0;
		width: 100%;
		order: 2;
	}

	.banner-content-area {
		max-width: 350px;
	}

	.banner-heading {
		font-size: 38px;
	}

	.blue-text {
		font-size: 28px;
	}

	.white-text {
		font-size: 14px;
	}

	.banner-text {
		font-size: 14px;
	}

	.banner-content-area .ors-btn {
		max-width: 220px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	.ors-content-area h3 {
		margin-bottom: 20px;
	}

	.ors-list {
		margin-bottom: 30px;
	}

	.cm-content-area, .cm-image-area {
		width: 100%;
	}
.finance-option-section h2, .finance-work h2 {
    font-size: 28px;
}
	.finance-short-term h2 {
    font-size: 24px;
}
	.finance-cta p {  
    font-size: 20px;

}
}

@media screen and (max-width: 767px) {

	.webfooter {
		padding: 40px 25px;
	}

	.site-header {
		padding: 15px 18px;
	}

	.thank-you-page h1, .contact-page h1 {
		font-size: 40px;
	}

	.lower-text {
		font-size: 16px;
	}

	.upper-text {
		font-size: 15px;
	}

	.nav-primary .wrap {
		padding: 0 18px;
		top: 89px;
	}

	.solar-section {
		padding: 70px 25px;
	}

	.instagram-section {
		padding: 80px 25px;
	}

	h2 {
		font-size: 28px;
	}	

	.solar-section h2 {
		font-size: 28px;
	}

	.cm-content-area {
		text-align: center;
	}

	.cm-content-area .ors-divider {
		margin: 0 auto 20px;
	}

	.manufacturer-section {
		padding: 70px 25px 20px;
	}

	.image1-section, .image2-section, .cr-scroll-image,
	{
		height: 350px;
	}

	.service-child-page .wp-block-group.about-section {
		padding: 70px 25px 10px;
	}

	.service-child-page .banner-section {
		padding: 65px 25px 65px;
	}

	.services-child-trusted {
		padding: 40px 25px;
	}

	.family-owned-area {
		padding: 0;
	}

	.roofing-needs-area {
		padding: 20px 25px 70px;
	}

	.reviews-section {
		padding: 80px 25px;
	}

	.about-section {
		padding: 70px 25px;
	}

	.services-section {
		padding: 100px 25px 70px;
	}

	.banner-area {
		flex-direction: column;
		gap: 40px;
	}

	.banner-form-area {
		padding: 35px 20px;
	}

	.banner-section {
		padding: 65px 25px 180px;
	}

	.banner-heading {
		font-size: 32px;
		line-height: 1.1;
	}

	.banner-content-area {
		max-width: 100%;
	}

	.form-title {
		font-size: 22px;
	}

	.title-area a {
		width: 180px;
		height: 40px;
	}

	.trusted-icons img {
		max-width: 140px;
	}

	.cm-image-area .trusted-icons img {
		max-width: 140px;
	}

	.desktop-btn {
		display: none;
	}

	.mobile-btn {
		display: block;
		background: #55a2d1;
		border: 1px solid #55a2d1;
		color: #ffffff;
	}

	.mobile-btn:hover {
		background-color: #0056b9;
		border: 1px solid #55a2d1;
	}

	.privacy-page .site-inner {
		padding: 70px 25px;
	}
	.finance-banner::before {
   
    width: 100%;
    

	}
	.short-inner img {
    position: unset;
}
	.finance-short-term, .finance-long-term  {
    background: #051621;
}
	.long-inner img {
    transform: unset;
    bottom: 0;
    position: unset;
}
 .finance-work p {
    padding: 0px;
}
	.finance-banner h2 {
    font-size: 28px;
}
	.finance-cta p {
    font-size: 16px;
}
	.finance-banner .wp-block-button__link {
    font-size: 18px;
}
	.f-investment .content-container {
    flex-direction: column;
    align-items: center;
}
	.f-investment .content-box {
    width: 100%;
}
body .image2-section {
    background-attachment: unset;
    height: 250px;
}
}