/* 
 Theme Name:   GeneratePress_Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*Custom Fonts*/

/* Font Sizes */

/* Font Sizes End */
/* font colors */

/* font colors end */
/*Global Colors*/
/*Primary Color - Deep Blue (#003366):*/
/*Represents trust, professionalism, and stability. It conveys a sense of reliability and security, which is crucial for a business dealing with home and network installations.*/
/*Secondary Color - Slate Gray (#5F6368):*/
/*A sophisticated, neutral tone that complements the blue. Gray signifies professionalism and balance without being too bold. It works well for backgrounds and accents.*/
/*Accent Color - Bright Orange (#FF6F00):*/
/*Used sparingly, this color adds energy and highlights key calls to action (CTAs), making them stand out. It communicates enthusiasm and attention to detail without overwhelming the design.*/
/*Neutral Color - Soft White (#F4F4F4):*/
/*Ideal for background areas. White conveys cleanliness, simplicity, and sophistication, allowing the primary and accent colors to pop.*/
/*Highlight Color - Light Gray (#D1D3D4):*/
/*This is useful for borders, separators, and hover states. It creates a sleek, modern feel without taking attention away from your primary content.*/
p, div, body {
    color: #5F6368 !important;
}
h1, h2, h3, h3,h5, .pgp-blue-text, .pgp-blue-text * {
    color: #003366 !important;
}
.pgp-white-text, .pgp-white-text * {
    color: #ffffff !important;
}
.pgp-orange-text, .pgp-orange-text * {
    color: #FF6F00 !important;
}
.pgp-blue-bg {
    background: #003366 !important;
}
.pgp-orange-bg {
    background: #FF6F00 !important;
}
.pgp-light-bg {
    background: #F4F4F4 !important;
}
.pgp-white-bg {
    background: #Ffffff !important;
}
/*Global Colors End*/
/*Title Wrap/image*/
.featured-image, .entry-header {
    display: none;
}
.pgp-page-title-wrap {
    background-position: center bottom;
    background-size: cover;
    text-align: center;
    padding: 210px 20px 210px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}
.pgp-page-title {
    color: #fff;
    text-align: center !important;
    font-weight: 500 !important;
    text-shadow: 1px 2px 12px BLACK;
    position: relative;
}
/*Title Wrap image End*/
.page .pgp-hl-text {
    color: #003366 !important;
    font-size: 1.4em;
    line-height: 1.5em;
}
/*Custom Fonts End*/
/* Nav */
#masthead {
    position: fixed;
    left: 0;
    top: 38px;
    width: 100%;
    z-index: 999;
	transition: 300ms;
}
#masthead.pgp-sticky {
    top: 0;
    border-bottom: solid 3px #003366;
}
.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 45px;
    font-weight: 600;
    /* font-size: 24px; */
    font-size: 20px;
}
.inside-header {
    padding: 0px;
}
.site-header {
    background-color: #ffffff !important;
}
.site-header .header-image {
    width: 295px;
    padding: 10px 20px;
    transition: 300ms;
}
.pgp-sticky .header-image {
    width: 180px !important;
    padding: 10px 20px;
}
.inside-top-bar.grid-container {
    max-width: 100%;
    padding: 10px;
}
/* Nav end */
/* Body */
#main {
    margin: auto;
}
.inside-article, .vc_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#page .pgp-row-pad {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
#page .pgp-npb {
    padding-bottom: 0 !important;
}
#page .pgp-npt {
    padding-top: 0 !important;
}
.entry-content {
  margin: auto !important;
}
.pgp-img-full {
    margin-bottom: 0 !important;
}
.pgp-img-full figure,.pgp-img-full figure>div,  .pgp-img-full img{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.page .pgp-btn-default a, .page .wpcf7-submit, .single .pgp-btn-default a, .button-group button {
    text-transform: uppercase;
    font-size: 1.2rem !important;
    border: unset !important;
    border-radius: 62px !important;
    padding: 5px 30px !important;
    font-weight: 400;
    line-height: 1.2;
	text-decoration: unset;
}
.page .pgp-orange-btn a, .single .pgp-orange-btn a {
    background: #FF6F00 !important;
    color: #ffffff !important;
}
.page .pgp-blue-btn a, .single .pgp-blue-btn a {
    background: #003366 !important;
    color: #ffffff !important;
}
.pgp-color-bg {
    background-color: #F4F4F4;
}
.pgp-curves {
    height: 0;
    position: absolute;
}
.pgp-has-path-2 {
    clip-path: url(#pgp-path-2);
}
.pgp-hero-section:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF6F00;
    clip-path: url(#pgp-hero-curve);
    margin-bottom: 20px;
}
.pgp-hero-section>div, .pgp-curve-1 {
    clip-path: url(#pgp-hero-curve);
}
/* body end */

/* Pages  */
#page  .pgp-btn-default, .single  .pgp-btn-default {
    margin-bottom: 0;
    margin-top: 35px;
}
.pgp-cta-row {
    padding-top: 100px !important;
    background: #ffffff;
    margin-top: -100px;
}
.pgp-cta-row>div {
    background: transparent !important;
}
.pgp-cta-row:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 200%;
    height: 200%;
    left: 0px;
    top: -96%;
    background: url(/wp-content/uploads/2024/11/fav.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05;
}
.pgp-man-pad {
    padding: 100px 80px !important;
}
/* Pages End  */
/*Products*/
.post-template-product-single #page {
    margin-top: 100px;
}
.post-template-product-single .site-content {
    display: block;
}
.post-template-product-single .single-product-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 2px #FF6F00;
}
.post-template-product-single .single-product-wrap .product-image {
    max-width: 400px;
    width: 30%;
}
.post-template-product-single .single-product-wrap .pgp-product-info {
    width: 70%;
    padding: 0 20px;
}
.related-products-wrap {
    margin-bottom: 40px;
}
.related-product-image {
    text-align: center;
}
.related-products-group {
    display: flex;
	flex-wrap: wrap;
}
.related-product {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
}
.related-product-title {
font-size: 1.2rem !important;
	line-height: 1.2;
}
.related-product-title a {
    text-decoration: unset;
}
.related-product-title a:hover {
    text-decoration: unset;
    color: #FF6F00 !important;
}
.related-product-price {
    font-weight: 600;
    color: #FF6F00 !important;
}
/*Products End*/
/*Blog loop*/
.pgp-all-post-wrap {
    display: flex;
    flex-direction: column;
}
.pgp-all-post-wrap>div:not(:last-child) {
    border-bottom: solid;
}
.pgp-blog-content-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 30px;
    margin-bottom: 30px;
}
.pgp-blog-loop-img-wrap {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    width: 30%;
    padding: 20px 0 !important;
    box-sizing: border-box;
}
.pgp-blog-loop-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
	transition: 200ms;
}
.pgp-blog-loop-img-wrap img:hover {
    min-width: 105%;
    min-height: 105%;
}
.pgp-blog-loop-img-wrap a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}
.pgp-all-other {
    width: 70%;
    text-align: left;
    padding: 20px 40px;
}
.pgp-blog-title {
    font-size: 1.8em;
}
.pgp-all-other .pgp-blog-title a {
    color: #003366;
    text-decoration: unset;
}
.pgp-blog-excerpt {
    font-size: 1.125em;
}
.pgp-blog-meta {
    font-weight: bold;
    margin-bottom: 20px;
}
/*Blog Loop End*/
/*Contact Form*/
/*Contact Form End*/
/*Footer*/
.inside-site-info {
    padding: 5px 20px;
}
.footer-widgets-container {
    padding: 20px 40px !important;
}
.site-footer #nav_menu-3 a {
    text-decoration: unset;
}
.site-footer #nav_menu-3 ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.site-footer #nav_menu-3 ul li, .pgp-fot-soc-links a {
    margin-bottom: 0;
    padding: 0 10px;
	text-decoration: unset;
}
.pgp-fot-soc-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
a.generate-back-to-top, a.generate-back-to-top {
    background-color: #FF6F00;
    color: #ffffff;
    border-radius: 50%;
    bottom: 8px;
}
a.generate-back-to-top:hover, a.generate-back-to-top:focus {
    background-color: rgb(255 111 0 / 67%);
}
footer.site-info div {
    color: #ffffff !important;
}
/*Footer End*/
/* CF7 Form */
form.wpcf7-form {
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px 40px;
  border-width: 4px;
}
.wpcf7 form .wpcf7-response-output:hover {
  cursor: pointer;
}
.wpcf7 form .wpcf7-response-output::before {
  content: 'X';
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
}
/* CF7 Form END */
.pgp-hide {
    display: none !important;
}
.pgp-nowrap {
    white-space: nowrap;
}
.pgp-nowrap, footer.site-info a {
    white-space: pre;
}
.pgp-is-center {
    justify-content: center;
}
/*Media queries*/
/* @media screen and (max-width: 1500px) {
    .main-navigation .main-nav ul li a {
    font-size: 20px;
  }
} */
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 1320px) {
    
}
@media screen and (max-width: 1100px) {
	.related-product {
        width: 33.33%;
    }
}
@media screen and (max-width: 900px) {
h1 {
    font-size: 2.8rem;
}
h2 {
    font-size: 2.2rem;
}
.pgp-has-path-2 {
    clip-path: url(#pgp-path-2-m) !important;
}
#Services:before, #Contact:before {
    clip-path: url(#pgp-path-2-m) !important;
}
#Services{
    padding-top: 10px !important;
    clip-path: url(#pgp-hero-curve-t) !important;
}
.post-template-product-single .single-product-wrap .pgp-product-info {
    width: 100%;
    padding: 0 20px;
}
.post-template-product-single .single-product-wrap .product-image {
    max-width: 800px;
    width: 100%;
    padding: 20px;
}
	.related-product {
        width: 50%;
    }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
}	
}
@media screen and (max-width: 767px) {
#custom_html-7 {
    width: 100%;
    margin: auto;
}
#custom_html-5 {
    display: none;
}
.pgp-cta-row:before {
    top: -59%;
}
.pgp-man-pad {
    padding: 100px 40px !important;
}
.site-footer #nav_menu-3 ul {
    align-items: flex-start;
    flex-direction: column;
}
	.pgp-fot-soc-links {
    justify-content: flex-start;
}
.inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0px;
}
	.related-product {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.6rem;
}
	h4 {
    font-size: 20px;
}
}
/*Media Queries*/
.grecaptcha-badge {
    display: none !important;
}