/*!
Theme Name: careerplatform
Theme URI: http://careerplatform.net/
Author: careerplatform.net
Author URI: http://careerplatform.net/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: careerplatform.net
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

careerplatform is based on careerplatform https://careerplatform.net/, (C) 2012-2020 Automattic, Inc.
careerplatform is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.call-button {
    position: fixed;
    top: 94%;
    right: 1.5%;
    z-index: 500;
    margin-top: -20px;
    text-align: center;
    width: 39px;
    overflow: hidden;
    cursor: pointer;
}
.whatsapp-button {
    position: fixed;
    top: 84%;
    right: 1.5%;
    z-index: 500;
    margin-top: -20px;
    text-align: center;
    width: 50px;
    overflow: hidden;
    cursor: pointer;
}
	 img.menu-arrow {
    width: 20px;
}
.post-template-default.single.single-post .post-thumbnail {
    display: none;
}
.home-achievers h6.gyan-team-name-tag {
    margin: 0px;
}
.header-12 span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
    display: none;
}
body.page-template-default {
    margin: 0 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.single.single-post div#comments {
    display: none;
}
.single.single-post footer.entry-footer {
    display: none;
}
.gyan-testimonials-content.gyan-ease-transition {
    min-height: 322px !important;
}
@media only screen and (max-width: 768px) {
	li.menu-item.menu-item-type-custom.menu-item-object-custom.parent.hfe-creative-menu a {
    background: #000;
    color: #000;
}
}

