/**
 * Theme Name: GPPC 2025
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

body {

}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-weight: 700;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/*** Primary Menu */


/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */


/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */
.top-header-section .et_pb_row {
	width: 100% !important;
	max-width: none !important;
}
.top-header-section .et_pb_row .et_pb_column { display: flex; }
.top-header-section .et_pb_row .et_pb_column .et_pb_module { 
	width: 12%;
	margin: 0;
	padding: 20px 50px;
}
.top-header-section .et_pb_row .et_pb_column .et_pb_module:first-child { box-shadow: 0px 0px 8px 0px; }

.main-header-section .logo-row { padding-bottom: 125px !important; }

.main-header-section .logo-mod img { max-width: 300px; }

.main-header-section .number-count-row {
	background-color: rgba(0, 0, 0, .2);
    width: 100% !important;
    max-width: none !important;
	padding-left: 20%;
	padding-right: 20%;
}

.main-header-section .number-count-row .et_pb_column {
	display: flex;
	align-items: center;
}

.main-header-section .number-count-row .et_pb_column:first-child,
.main-header-section .number-count-row .et_pb_column:last-child,
.main-header-section .number-count-row .et_pb_column:nth-child(2) {
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 33.33% !important;
}

.main-header-section .number-count-row .et_pb_column:first-child { padding-right: 2.75% !important; }
.main-header-section .number-count-row .et_pb_column:last-child { padding-left: 2.75% !important; }
.main-header-section .number-count-row .et_pb_column:nth-child(2) {
	padding-right: 2.75% !important;
	padding-left: 2.75% !important;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

.main-header-section .number-count-row .et_pb_number_counter .percent p { font-size: 54px !important; }
.main-header-section .number-count-row .et_pb_number_counter h3.title {
	width: 70%;
    margin: auto;
}

.main-header-section .header-text-mod h1 {
    font-size: 28pt;
    width: 70%;
	text-shadow: 2px 2px #000;
}
.main-header-section .header-text-mod p {
	font-size: 20px;
    width: 80%;
	text-shadow: 2px 2px #000;
}
.main-header-section .et_pb_button_module_wrapper { 
	width: 25%; 
	margin: 40px 0 !important;
}
.main-header-section .et_pb_button_module_wrapper a { border-radius: 10px; }

.privacy-policy .main-header-section .et_pb_row:nth-child(2),
.privacy-policy .main-header-section .et_pb_row:nth-child(3) { display: none; }

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

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text a,
.white-text li,
.white-text span {
	color: #fff !important;
}

.our-services-section .our-services-text-mod,
.our-services-section .our-services-text-mod .et_pb_text_inner { height: 75px; }
.our-services-section .our-services-text-mod .et_pb_text_inner { 
	display: flex; 
	align-items: center;
}
.our-services-section .our-services-text-mod .et_pb_text_inner:before {
	content: "";
	border-left: 10px solid #ea5bd3;
	margin-right: 15px;
	height: 75px;
}

.governments-industry-section .et_pb_text {
	border: 2px solid #fff;
    padding: 10px;
}
.governments-industry-section .et_pb_text_inner {
	background-color: #fff;
	height: 400px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.governments-industry-section .et_pb_module h4 { color: #ea5bd3; }

.home-white-section .et_pb_row { align-items: center; }
.home-white-section h4:before {
	content: "";
	border-top: 10px solid #ea5bd3;
	display: block;
	width: 40%;
	margin-bottom: 15px;
}

.subscribe-form-mod .gform-footer input {
	width: 100% !important;
	background-color: #ea5bd3 !important;
	border: none !important;
}
.subscribe-form-mod .gform-footer input:focus {
	border: none !important;
}

.gov-title-row { padding-top: 60px !important; }

/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */


/*** Galleries */


/*** Images */


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



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */

.main-footer-section img { max-width: 300px; }

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



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

@media all and (max-width: 1600px) {
	.main-header-section .logo-row { padding-bottom: 70px !important; }
	.main-header-section .number-count-row {
		padding-left: 13%;
    	padding-right: 13%;
	}
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 14%; }
}

@media all and (max-width: 1400px) {
	.main-header-section .logo-row { padding-bottom: 50px !important; }
	.main-header-section .number-count-row {
		padding-left: 10%;
    	padding-right: 10%;
	}
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 16%; }
}

@media all and (max-width: 1200px) {
	.main-header-section .number-count-row .et_pb_number_counter h3.title { width: 100%; }
	.governments-industry-section .et_pb_text_inner { height: 440px; }
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 18%; }
}

@media all and (max-width: 1100px) {
	.main-header-section .header-text-mod h1 { width: 85%; }
	.main-header-section .header-text-mod p { width: 100%; }
	.main-header-section .et_pb_button_module_wrapper { width: 30%; }
}

@media all and (max-width: 1080px) {
	.governments-industry-section .et_pb_text_inner { height: 480px; }
}

@media all and (max-width: 980px) {
	.main-header-section .header-text-mod h1 { width: 100%; }
	.main-header-section .et_pb_button_module_wrapper { width: 35%; }
	.main-header-section .number-count-row {
	    display: flex;
	    flex-direction: column;
	}
	.main-header-section .number-count-row .et_pb_column:first-child, 
	.main-header-section .number-count-row .et_pb_column:last-child, 
	.main-header-section .number-count-row .et_pb_column:nth-child(2) { 
		width: 100% !important; 
		padding-right: 0 !important;
    	padding-left: 0 !important;
    	border-right: none;
    	border-left: none;
	}
	.our-services-section .et_pb_row:nth-child(2) { padding-bottom: 0 !important; }
	.governments-industry-section .et_pb_text_inner { height: 375px; }
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 22%; }
}

@media all and (max-width: 850px) {
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 25%; }
}

@media all and (max-width: 767px) {
	.main-header-section .logo-mod img { max-width: 225px; }
	.main-header-section .et_pb_button_module_wrapper { width: 45%; }
	.governments-industry-section .et_pb_text_inner { height: 400px; }
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 28%; }
}

@media all and (max-width: 650px) {
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 34%; }
}

@media all and (max-width: 600px) {
	.main-header-section .et_pb_button_module_wrapper { width: 55%; }
	.governments-industry-section .et_pb_text_inner { height: 450px; }
}

@media all and (max-width: 550px) {
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 40%; }
}

@media all and (max-width: 500px) {
	.governments-industry-section .et_pb_text_inner { height: 500px; }
	.main-header-section .header-text-mod h1 { font-size: 24pt; }
}

@media all and (max-width: 479px) {
	.main-header-section .et_pb_button_module_wrapper { width: 80%; }
	.top-header-section .et_pb_row .et_pb_column .et_pb_module { width: 50%; }
}

@media all and (max-width: 420px) {
	.governments-industry-section .et_pb_text_inner { height: 550px; }
}

@media all and (max-width: 375px) {
	.governments-industry-section .et_pb_text_inner { height: 585px; }
}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}