/*!
Theme Name: Cognitionteam
Theme URI: https://cognitionteam.com/
Author: Rohit Kalavadiya
Description: Description
Version: 5.0
Tested up to: 6.8.1
Requires PHP: 8.2.28
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cognitionteam
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.

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

*/

/*---------------------------------------------------------------------*/
/* Global Styles
/*---------------------------------------------------------------------*/
body,
html {
  font-family: "Poppins Regular", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  overflow-x: hidden;
}

a {
  color: #e600ff;
  text-decoration: none;
}
a:hover {
  color: #e600ff;
  text-decoration: none;
}
*:focus,
button:focus,
a:focus {
  outline: none;
}
a:active {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.transition-effect {
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.form-control:focus {
  box-shadow: none;
}
textarea {
  resize: none;
}
p {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
}
.space {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
.space-50 {
  height: 50px;
}
.space-100 {
  height: 100px;
}
.space-120 {
  height: 120px;
}
.min-height-auto {
  min-height: auto !important;
}
.site-wrapper {
  margin: auto;
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
body.admin-bar.transparent_header .header,  
body.admin-bar.header--stick .header{
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 25px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}