/* ===================================================================================

* Theme Name: Amprish Child
* Theme URI: 
* Author: Amprish
* Author URI:
* Description: IT Solutions & Business WordPress Theme
* Version: 1.0.1
* Template: amprish
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.content-area {
    background-color: #ffffff !important;
}

.content_layer_group span {
    height: 122px; 
}

.max_hei_services.elementor-widget.elementor-widget-int-service-v3 .iconbox_block {
    min-height: 390px !important;
}

.post-meta.post-details-meta {
    display: none;
}

.main-menu ul li .sub-menu {
    min-width: 290px !important; 
}

input#resume {
    padding: 12px 24px;
    height: 60px;
    font-size: 16px;
    color: var(--bs-dark);
    transition: 0.3s ease;
    caret-color: var(--bs-primary);
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3);
}