/*
Theme Name: Apexus Child
Template: apexus
Theme URI: http://demo.7iquid.com/apexus/
Author: 7iquid
Author URI: http://themeforest.net/user/7iquid
Description: 
Version: 1.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: apexus
Tags: academy, art, baby, babysitters, child, childcare, education, elementor, kids, kindergarten, modern, nursery, preschool, responsive, toys, portfolio website, startup agency, UX/UI agency, multipurpose WordPress theme
Use it to make something cool, have fun, and share what you've learned with others.
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 8.3
*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .select2-container.select2-container--default .select2-selection--single {
 font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #05203C !important;
    border: 0 solid #e0e0e0;
	color: #6E7175 !important;
}
.form-request .col-12.col-lg-6.col-md-6 p, .form-request .form-choose p {
    background-color: #05203C;
 font-family: "Plus Jakarta Sans", sans-serif;
}
.btn.btn-third::before, button.btn-third::before, .button.btn-third::before, input[type="submit"].btn-third::before, input[type="button"].btn-third::before, .pxl-btn.btn-third::before {
 font-family: "Plus Jakarta Sans", sans-serif !important;
	background-color: #208DBE;
  border-color: #208DBE !important;
}
.btn.btn-third, button.btn-third, .button.btn-third, input[type="submit"].btn-third, input[type="button"].btn-third, .pxl-btn.btn-third {
    --primary-Color: #208DBE !important;
    padding: 10px 21px !important;
    color: #FFF;
	 font-family: "Plus Jakarta Sans", sans-serif !important;
}
#pxl-content-main{
display: flex;
    flex-wrap: wrap;
    gap: 20px;}

.pxl-archive-post {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

@media (max-width: 768px) {
    .pxl-content-main .pxl-archive-post {
        flex: 1 1 100%;
        max-width: 100%;
    }
}


.post-category.d-flex-wrap.gx-8 {
    display: none !important;
}