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

* Theme Name: Apexa Child
* Theme URI: https://apexa.alithemes.com/
* Author: ThemeDox
* Author URI: https://themeforest.net/user/alithemes/
* Description: Apexa - Multipurpose Business Consulting WordPress Theme
* Version: 2.0
* Template: apexa
* 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/

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



.logo img {
    max-width: 220px;
}

.sticky-menu .tgmenu__navbar-wrap > ul > li a {
    padding: 20px 0px;
}
.sticky-menu .logo {
    padding: 5px 0;
}

.sticky-menu  .logo img {
    max-width: 180px;
}
.text-25-years {
    display: none;
}
.elementor-widget-icon-box {
    height: 100%;
}


.call-back-form .form-grp .wpcf7-textarea {
    width: 100%;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: var(--tg-heading-color);
    background: var(--tg-color-white-default);
    font-size: 15px;
    font-weight: 500;
    padding: 15px 18px;
    height: 120px;
}

.call-back-form .form-grp input, .call-back-form .form-grp .wpcf7-textarea {
    border: 1px solid #ddd;
}

.call-back-form .form-grp input::placeholder, .call-back-form .form-grp .wpcf7-textarea::placeholder {
  color: #aaa;
}
.tgmobile__menu {
    z-index: 100000;
}
.tgmobile__menu .navigation li > a {
    padding: 15px 60px 15px 25px;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #cd0021 !important;
	    text-align: center;
}