/*
 Theme Name:   Apzo Child
 Theme URI:    http://demo.goodlayers.com/apzo
 Description:  Goodlayers Apzo Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     apzo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  apzo-child

 START YOUR CHILD THEME CSS HERE
*/


@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme:opsz,wght@8..144,800;8..144,900&display=swap');

a:hover{
	cursor:pointer !important;
}
.apzo-body p{
	line-height:1.8;
}

.apzo-body h1, .apzo-body h2, .apzo-body h3, .apzo-body h4, .apzo-footer-container h5  {
	font-family:'Pathway Extreme';
}

ol li::marker{
	color:#0055FF;
	font-weight:800;
}

ol li{
	margin-bottom:16px;
	padding-left:10px;
	font-weight:500;
	letter-spacing:.3px;
}

ul li::marker{
	color:#0055FF;
}
/* Mobile Menu */ 
.apzo-mobile-header-wrap{
	background:black;
}
#apzo-mobile-menu li a{
	color:#01EBFD;
}
#apzo-mobile-menu a.mm-next:after{
	border-color:#01EBFD;
}

.apzo-header-background{
	background-color:transparent;
}
.apzo-fixed-navigation{
	background-color:#000000;
}
ul.mm-listview li{
	border-color:#494D57;
}

/* Hero */

#hero{
	background-size:100% auto;
	background-repeat:no-repeat !important;
	top:-90px !important;
}

#hero h4{
	line-height:1.5;
}

/* .hero-text{
	top:-60px;
} */

#hero h1{
background: #01EBFD;
background: linear-gradient(to right, #0055FF 0%, #01EBFD 60%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	
}

/* Service Tiles */

.service-tile h4{
	color:#FFFFFF;
}

.service-tile{
	background:#1D2028;
  background: linear-gradient(#171A22, #1D2028) padding-box,
              linear-gradient(to bottom, #1d2135, #2f3142) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
	border-radius:8px;
	box-shadow: 0px 4px 174px 0px rgba(0, 0, 0, 0.95);
}
.service-tile:hover{
	box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 1);
}
.service-tile p{
	color:#F5F7FA;
	line-height:1.75;
}

.service-tile .learn-more p{
	font-weight:700;
	letter-spacing:2px;
	text-transform: uppercase;
	color:#01EBFD;
	font-size:16px;
}
.service-tile .learn-more p:after{
	content:'▶';
	color:#01EBFD;
	padding-left:10px;
	font-size:13px;
	position:relative;
	top:-1px;
}

.service-tile .gdlr-core-pbf-background-wrap{
	border:0 !important;
}

.service-tile img{
	max-height:100px;
	width:auto;
}

/* Counter */
.gdlr-core-counter-item .gdlr-core-counter-item-number{
	margin-bottom:5px;
}
.gdlr-core-counter-item .gdlr-core-counter-item-number:before{
	content:'';
	background:#01EBFD;
	height:1px;
	width:57px;
	display:block;
	margin-bottom:20px;
}
.gdlr-core-counter-item-count {
	font-family:'Pathway Extreme';
	font-weight:900;
background: #01EBFD;
background: linear-gradient(to right, #01EBFD 0%, #0055FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	
}
.gdlr-core-counter-item-suffix{
	color:#0055FF;
}

.gdlr-core-counter-item-bottom-text{
	color:#FFFFFF;
}

/* Testimonial */
.gdlr-core-testimonial-title, .gdlr-core-testimonial-position {
display:inline-block;
	letter-spacing:2px;
}
.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
padding-left:10px;
	text-transform:uppercase;
	font-style:normal;
}
.gdlr-core-testimonial-title:after{
	content:',';
}
.gdlr-core-testimonial-title:before{
	content:'— ';
}
.gdlr-core-testimonial-item:before{
	content:'';
	display:block;
	position:absolute;
	left:-40px;
	top:-40px;
	height:135px;
	width:135px;
	border-left:1px solid #01EBFD;
		border-top:1px solid #01EBFD;
}
.gdlr-core-testimonial-item:after{
	content:'';
	display:block;
	position:absolute;
	right:-40px;
	bottom:-40px;
	height:135px;
	width:135px;
	border-right:1px solid #01EBFD;
		border-bottom:1px solid #01EBFD;
	visibility:visible;
}

/* Blog list */
.blog-grid{
	padding-bottom:160px;
}
.gdlr-core-blog-grid {
	background:#1D2028;
  background: linear-gradient(#171A22, #1D2028) padding-box,
              linear-gradient(to bottom, #1d2135, #2f3142) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
	border-radius:8px;
	box-shadow: 0px 4px 174px 0px rgba(0, 0, 0, 0.95);
}
.gdlr-core-blog-grid .gdlr-core-blog-info-date a{
	color:#AAAFBC;
	letter-spacing:1px;
}
a.gdlr-core-excerpt-read-more{
	display:inline;
	padding:0;
	font-size:16px !important;
	color:#01EBFD;
	border-bottom:1px solid;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:.5px;
}

a.gdlr-core-excerpt-read-more:hover{
	color:#0055FF;
}
.gdlr-core-blog-content{
	color:#E4E7EF;
}

.apzo-blog-info-comment{
	display:none !important;
}

.page-id-615 .widget_search{
	width:100%; max-width:600px;
	margin:10px auto;
}

.wp-block-search__button{
	font-weight:700;
	letter-spacing:.5px;
	text-transform:uppercase;
	padding:20px;
	border:none;
	background:#0055FF;
	color:#FFFFFF;
	font-size:16px;
}
.widget_search form:after{
display:none;
}
.wp-block-search__button-outside label
{display:none;}

select#cat{
	padding:18px;
	margin-top:10px;
	font-size:16px;
	width:100%;
}
.blog_filters .gdlr-core-pbf-column-content{
	display:flex;
flex-direction:row;
}
.gdlr-core-pbf-element{
flex-grow:1;
}


/* Footer-Form */
.footer-form{
	background:#1D2028;
  background: linear-gradient(#171A22, #1D2028) padding-box,
              linear-gradient(to bottom, #1d2135, #2f3142) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
	border-radius:8px;
	box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.);
		display:block;
	margin:0 auto -120px auto;
}
 .footer-form h5{
	font-family:'Pathway Extreme';
	 line-height:1.75;
	 margin-bottom:0;
	 letter-spacing:.4px;
}

.footer-form h5:before{
	content:'';
	background:#01EBFD;
	height:1px;
	width:57px;
}

.apzo-body .footer-form input, .apzo-body .footer-form textarea{
	padding:20px 16px;
	display:inline-block;
	width:100%;
	border:1px solid #717686;
	background:#1D2028;
	color:#FFFFFF;
	margin-bottom:20px;
	font-size:16px;
}
.apzo-body .footer-form input::placeholder, .apzo-body .footer-form textarea::placeholder{
	color:#FFFFFF;
	font-size:16px;
}
.apzo-body .footer-form textarea{
	min-height:100px;
}
.apzo-body .footer-form label, .apzo-body .footer-form .wpforms-label-hide{
	display:none;
}

.wp-forms-field-name .wpforms-field-row{
	display:flex;
	column-gap:14px;
	flex-direction:row;
}
.wpforms-one-half{
	width: calc(50% - 10px);
	display:inline-block;
}
.wpforms-first{
margin-right:20px;
}
.footer-form button{
	padding:20px;
	border-radius:100px;
	border:none;
	width:100%;
	background:#0055FF;
	color:#FFFFFF;
	font-size:16px;
}
.footer-form button:hover{
	background:#0044BB;
}
.footer-form  em.wpforms-error{
	color:#FF5252;
	display:block;
	margin-top:-20px;
	margin-bottom:20px;
	font-size:14px;
}
.footer-form .wpforms-hidden{
	display:none;
}

/* Footer */
#block-9, #block-11{
	margin-bottom:0;
}

img.wp-image-13{
	width:100%;
	max-width:200px;
	height:auto;
	margin:auto !important;
}

.apzo-footer-container .wp-block-image {
	text-align:center;
}
.apzo-footer-wrapper, .apzo-copyright-wrapper{
	background-color:transparent;
}
footer {background:url('/wp-content/uploads/2023/11/blue2.png') no-repeat;
background-position:bottom;
	padding-top:100px;
}

/* Subpages */
.sub-hero h1:after{
	content:'';
	background:#01EBFD;
	height:1px;
	width:57px;
	display:block;
	margin:40px auto 10px auto;
}

.icon-check{
	background: #01EBFD;
background: linear-gradient(to right, #01EBFD 0%, #0055FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.image-with-shadow img{
	border-radius:16px;
	box-shadow:-30px 30px  0 0px #0044BB;
	max-height:600px;
	width:auto;
}
.image-with-shadow, .image-with-shadow-right{
	position:relative;
	z-index:999999;
}
.image-with-shadow-right img{
	border-radius:16px;
	box-shadow:30px 30px  0 0px #0044BB;
	max-height:600px;
	width:auto;
}
.image-with-shadow{
	position:relative;
	z-index:999999;
}

.emph{
		font-family:'Pathway Extreme';
		background: #01EBFD;
background: linear-gradient(to right, #01EBFD 0%, #0055FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	font-size:50px;
}
.footnote{
	color:#AAAFBC;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
	font-size:13px;
}

/* Blog */
.archive .apzo-page-title-wrap, .search .apzo-page-title-wrap{
	background:none;
}
.archive .apzo-page-title-wrap .apzo-page-title-content, .search .apzo-page-title-wrap .apzo-page-title-content{
	padding-bottom:0;
}
.archive .apzo-page-title-wrap h3.apzo-page-title, .search .apzo-page-title-wrap h3.apzo-page-title{
		font-family:'Bai Jamjuree';
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#AAAFBC;
	font-size:20px;
}
.archive .apzo-page-title-wrap h3.apzo-page-title:after, .search .apzo-page-title-wrap h3.apzo-page-title:after{
	content:':';
}
.archive .apzo-page-title-wrap.apzo-style-custom .apzo-page-caption, .search .apzo-page-title-wrap.apzo-style-custom .apzo-page-caption{
	font-weight:800;
	font-family:'Pathway Extreme';
	color:#FFFFFF;
	font-size:64px;
}
.archive .apzo-page-title-wrap.apzo-style-custom .apzo-page-caption:after, .search .apzo-page-title-wrap.apzo-style-custom .apzo-page-caption:after {
	content: '';
    background: #01EBFD;
    height: 1px;
    width: 57px;
    display: block;
    margin: 40px auto 10px auto;
}


.apzo-single-article-content h2{
	color:#FFFFFF;
	margin-top:50px;
}
.apzo-single-article-content p, .apzo-single-article-content li{
	color:#F5F7FA;
}
.apzo-single-nav .apzo-text{
	color:#AAAFBC;
}
.apzo-single-nav-title{
	color:#01EBFD;
}
.apzo-single-related-post-wrap .apzo-single-related-post-title {
	color:#FFFFFF;
}
.apzo-single-nav-title:hover {
	color:#0055FF;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms;
}
.apzo-single-social-share{
	border-color:#494D57;
}
.apzo-blog-style-4 .apzo-single-magazine-author-tags a{
padding:5px 14px;
	border-radius:100px;
}
.apzo-blog-style-4 .apzo-single-magazine-author-tags a:hover{
	background:#0055FF;
	color:#FFF;
}
.apzo-single-related-post-wrap .gdlr-core-blog-grid-content-wrap{
	padding:0 30px 30px 30px;
}
.apzo-single-related-post-wrap  .gdlr-core-blog-info-date a{
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	color:#AAAFBC;
}
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info.gdlr-core-blog-info-comment-number{
	display:none;
}

._form_1 ._form-content{
	border-radius:100px !important;
}

._form ._form-title{
	font-family:'Pathway Extreme';
	color:#0044BB;
}
._form p{
	color:#1D2028;
}

._form-label{
	font-family:Bai Jamjuree, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
._form input[type="text"]{
	padding:10px !important;
		font-family:Bai Jamjuree, sans-serif !important;
	font-size:18px !important;
	border-color:#AAAFBC !important;
}
._form ._submit, ._form_1_submit{
	border-radius:100px !important;
	padding:20px !important;
	width:100%;
	font-size:18px !important;
	font-family:Bai Jamjuree, sans-serif !important;
}

/* Contact Us */

.page-id-702.apzo-body input, .page-id-702.apzo-body textarea{
	padding:20px 16px;
	display:inline-block;
	width:100%;
	border:1px solid #717686;
	background:#1D2028;
	color:#FFFFFF;
	margin-bottom:20px;
	font-size:16px;
}
.page-id-702.apzo-body input::placeholder, .page-id-702.apzo-body textarea::placeholder{
	color:#FFFFFF;
	font-size:16px;
}
.page-id-702.apzo-body textarea{
	min-height:100px;
}
.page-id-702.apzo-body label, .page-id-702.apzo-body .wpforms-label-hide{
	display:none;
}

.wp-forms-field-name .wpforms-field-row{
	display:flex;
	column-gap:14px;
	flex-direction:row;
}
.wpforms-one-half{
	width: calc(50% - 10px);
	display:inline-block;
}
.wpforms-first{
margin-right:20px;
}
.page-id-702 button{
	padding:20px;
	border-radius:100px;
	border:none;
	width:100%;
	background:#0055FF;
	color:#FFFFFF;
	font-size:16px;
}
.footer-form button:hover{
	background:#0044BB;
}
.footer-form  em.wpforms-error{
	color:#FF5252;
	display:block;
	margin-top:-20px;
	margin-bottom:20px;
	font-size:14px;
}
.footer-form .wpforms-hidden{
	display:none;
}

.wpforms-is-recaptcha{
	margin-bottom:24px;
}

/* Forensics Tiles */
#forensics li{
	margin-bottom:10px;
}

#forensics h4{
			background: #01EBFD;
background: linear-gradient(to right, #01EBFD 0%, #0055FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	text-align:center;
}
#forensics h4::after{
		content:'';
	background:#01EBFD;
	height:1px;
	width:57px;
	display:block;
	margin:20px auto;
}

/* About Us */
h3.gdlr-core-personnel-list-title{
	font-family:'Bai Jamjuree';
}
.gdlr-core-personnel-list-title a{
	font-weight:800;
}

.single-personnel{
	background:#FFFFFF;
}

@media (max-width: 600px){
	.blog_filters .gdlr-core-item-pdb{
	padding-bottom:0;
	}
select#cat{
	padding:18px;
	margin-top:10px;
	font-size:16px;
	width:100%;
	margin-bottom:0;
}
.blog_filters .gdlr-core-pbf-column-content{
	display:block;
}
	.wp-block-search__button{
		font-size:13px;
		padding-left:10px;
		padding-right:10px;
	}
}