.gk-header-top-menu {
  background: #fff;
  cursor: pointer;
  padding-bottom: 5px;
  padding-top: 5px;
}

.gk-header-top-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.gk-header-top-menu-item {
  font-size: 1.4rem;
  font-weight: 500;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.gk-header-top-menu-item .material-icons {
  color: #3cb850;
  float: right;
  font-size: 2rem;
  padding: 2px 0 0 2px;
}

.gk-header-top-menu-link {
  color: #376789;
  font-size: 1.4rem;
  font-weight: 500;
}

.gk-header-top-menu-link:hover {
  color: #5993bc;
}

.gk-header-top-menu-search-form {
  border-right: solid 1px #aecade;
  padding-right: 15px;
}

.gk-header-top-menu-search-input {
  background-color: #f8f8f8;
  border: solid 1px #aecade;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 600;
  width: 177px;
  padding-left: 15px;
  padding-right: 40px;
  min-height: 26px;
}

.gk-header-top-menu-search-input::-webkit-input-placeholder {
  color: #7dabcb;
}

.gk-header-top-menu-search-input::-moz-placeholder {
  color: #7dabcb;
}

.gk-header-top-menu-search-input::-ms-input-placeholder {
  color: #7dabcb;
}

.gk-header-top-menu-search-input::placeholder {
  color: #7dabcb;
}

.gk-header-top-menu-search-icon {
  border: 0;
  background-color: #0e3754;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  float: left;
  height: 26px;
  margin-right: 15px;
  padding: 5px 12px 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 37px;
  z-index: 5;
}

.gk-header-top-menu-search-icon .material-icons {
  color: #fff;
  float: none;
  font-size: 1.8rem;
  padding: 0;
}

.gk-header-sticky-wrapper {
  width: 100%;
  z-index: 10;
}

.gk-header-sticky-wrapper.wp-loggedin {
  top: 32px;
}

.gk-header-sticky {
  background: #0e3754;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px 0 #0e3754;
  box-shadow: 0 2px 4px 0 #0e3754;
  color: #fff;
  padding: 10px 0 10px 0;
  -webkit-transition: min-height 0.3s ease-out;
  -o-transition: min-height 0.3s ease-out;
  transition: min-height 0.3s ease-out;
}

.gk-header-sticky-main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.gk-header-sticky-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.gk-header-sticky-main-menu .btn,
.gk-header-sticky-main-menu .comment-form input[type="submit"],
.comment-form .gk-header-sticky-main-menu input[type="submit"],
.gk-header-sticky-main-menu .search-form .search-submit,
.search-form .gk-header-sticky-main-menu .search-submit {
  cursor: pointer;
  font-weight: 500;
  margin-left: 10px;
}

.gk-header-sticky-main-menu .material-icons {
  color: #5993bc;
  font-size: 1.2rem;
}

.gk-header-sticky-main-menu-item {
  margin: auto;
  padding: 0 5px 0 5px;
}

.gk-header-sticky-main-menu-dropdown-item {
  font-size: 1.5rem;
}

.gk-header-sticky-main-menu-link.gk-header-sticky-submenu-subtitle {
  cursor: default;
}

.gk-header-sticky-main-menu-link,
.gk-header-sticky-main-menu-dropdown-item,
.gk-header-sticky-submenu-list-item {
  color: #fff !important;
}

.gk-header-sticky-main-menu-link:hover,
.gk-header-sticky-main-menu-dropdown-item:hover,
.gk-header-sticky-submenu-list-item:hover {
  color: #d2e2ed !important;
  text-decoration: none !important;
  background-color: transparent !important;
}

.gk-header-sticky-main-menu-link.gk-header-sticky-submenu-subtitle:hover {
  color: #5993bc !important;

}

.gk-header-sticky-main-menu-separator {
  border-bottom: solid 1px #244358;
}

.gk-header-sticky-main-menu-dropdown {
  background-color: #0e3754;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 10px 0 #0e3754;
  box-shadow: 0 6px 10px 0 #0e3754;
  padding-left: 20px;
  padding-right: 20px;
}

.gk-header-sticky-main-menu-dropdown .gk-header-sticky-main-menu-link {
  font-size: 1.5rem;
}

.gk-header-sticky-logo-wrapper {
  max-height: 50%;
  max-width: 200px;
}

.gk-header-sticky-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 30px 0 30px 0;
  width: 100%;
}

.gk-header-sticky-submenu .material-icons {
  font-size: 1.3rem;
  margin-left: -18px;
  padding-right: 2px;
}

.gk-header-sticky-submenu .gk-header-submenu-column {
  margin: 0 auto;
}

.gk-header-sticky-submenu-flag {
  margin: 0;
  padding: 0;
}

.gk-header-sticky-submenu-subtitle-wrapper {
  padding-bottom: 10px;
}

.gk-header-sticky-submenu-subtitle {
  color: #5993bc !important;
  font-size: 1.5rem;
  line-height: 4rem;
}

.gk-header-sticky-submenu-subtitle:hover {
  color: #5993bc;
}

.gk-header-sticky-submenu-list {
  font-size: 1.4rem;
  list-style: none;
  padding-left: 20px;
}

.gk-material-icons-management {
  color: #fcc200;
}

.gk-material-icons-automation {
  color: #ee7d00;
}

.gk-material-icons-security {
  color: #66267b;
}

.gk-material-icons-integration {
  color: #049474;
}

@media only screen and (min-width: 768px) {
  .gk-header-sticky-main-menu {
    float: right;
  }

  .gk-header-sticky-logo-wrapper {
    max-height: 50%;
    max-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .gk-header-sticky-main-menu-item {
    padding: 0 15px 0 15px;
  }

  .gk-header-submenu-column:first-child {
    margin: 0;
  }
}

.gk-header-mobile {
  min-height: 48px;
  padding: 0;
}

.gk-header-mobile-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0e3754;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px 0 #0e3754;
  box-shadow: 0 2px 4px 0 #0e3754;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 48px;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.gk-header-mobile-nav-overlay {
  background: transparent;
  height: 100%;
  left: 0;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 10;
}

.gk-icon-bar {
  background-color: #0e3754;
  border-radius: 1px;
  display: block;
  height: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 22px;
}

.gk-top-bar {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.gk-middle-bar {
  margin-top: 4px;
  opacity: 0;
}

.gk-bottom-bar {
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.collapsed {
  right: 0;
}

.collapsed .gk-top-bar {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.collapsed .gk-middle-bar {
  opacity: 1;
}

.collapsed .gk-bottom-bar {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.gk-header-mobile-nav-btn {
  background-color: #eaf1f7;
  border: 0;
  border-radius: 3px;
  float: right;
  margin: auto;
  outline: none;
  padding: 5px 2px 5px 8px;
}

.gk-header-mobile-nav-btn-title {
  color: #0e3754;
  float: left;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 5px;
}

.gk-header-mobile-nav-float-left {
  float: left;
}

.gk-header-mobile-nav-float-right {
  float: right;
  padding: 4px;
}

.gk-slide-menu {
  height: 100%;
  margin: 0;
  max-width: 350px;
  overflow: auto;
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  width: 100%;
  z-index: 1005;
}

.gk-mobile-slide-menu,
.gk-mobile-slide-menu-submenu {
  background-color: #0e3754;
  color: #fff;
  overflow-y: scroll;
}

.gk-mobile-slide-menu {
  top: 52px;
}

.gk-mobile-slide-menu.wp-loggedin {
  top: 98px;
}

.gk-mobile-slide-menu-submenu {
  top: 106px;
}

.gk-mobile-slide-menu-submenu.wp-loggedin {
  top: 152px;
}

.gk-mobile-slide-menu-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5993bc;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  width: 100%;
}

.gk-mobile-slide-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 0 20px;
}

.gk-mobile-slide-menu-item {
  border-bottom: solid 1px #376789;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.gk-mobile-slide-menu-item:last-child {
  border: 0;
}

.gk-mobile-slide-menu-item-link {
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 10px 0;
  width: 100%;
}

.gk-mobile-slide-menu-item-link:hover {
  color: #d2e2ed;
  text-decoration: none;
}

.gk-mobile-slide-menu-item-link .material-icons {
  color: #376789;
  float: right;
}

.gk-mobile-slide-menu-search-form {
  border-right: solid 1px #aecade;
  float: left;
  padding-right: 14px;
}

.gk-mobile-slide-menu-search-input {
  background-color: #f8f8f8;
  border: solid 1px #aecade;
  border-radius: 4px;
  color: black;
  font-size: 1.3rem;
  font-weight: 600;
  height: 34px;
  padding: 5px 0 5px 15px;
  min-height: 26px;
  width: 177px;
  padding-left: 15px;
  padding-right: 40px;
}

.gk-mobile-slide-menu-search-input::-webkit-input-placeholder {
  color: #7dabcb;
  font-size: 1.5rem;
  font-weight: 600;
}

.gk-mobile-slide-menu-search-input::-moz-placeholder {
  color: #7dabcb;
  font-size: 1.5rem;
  font-weight: 600;
}

.gk-mobile-slide-menu-search-input::-ms-input-placeholder {
  color: #7dabcb;
  font-size: 1.5rem;
  font-weight: 600;
}

.gk-mobile-slide-menu-search-input:placeholder {
  color: #7dabcb;
  font-size: 1.5rem;
  font-weight: 600;
}

.gk-mobile-slide-menu-search-icon {
  border: 0;
  background-color: #0e3754;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 34px;
  padding: 8px 12px 6px 10px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 37px;
  z-index: 5;
}

.gk-mobile-slide-menu-search-icon .material-icons {
  font-size: 2rem;
}

.gk-mobile-slide-menu-account {
  float: right;
  padding: 5px 5px 0 0;
}

.gk-mobile-slide-menu-account-item {
  color: #fff;
  font-weight: 500;
}

.gk-mobile-slide-menu-account-icon {
  cursor: pointer;
  float: right;
  padding: 2px 0 0 2px;
}

.gk-mobile-slide-menu-account-icon .material-icons {
  color: #d2e2ed;
  font-size: 2rem;
}

.gk-mobile-slide-menu-btn {
  color: #fff;
  padding: 25px;
  text-align: center;
}

.gk-mobile-slide-menu-btn a {
  padding: 5px 20px;
}

.gk-slide-active {
  right: 0;
}

.gk-slide-active::after {
  display: block;
  right: 0;
}

.gk-mobile-slide-menu-submenu-top {
  color: #376789;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding-bottom: 10px;
}

.gk-mobile-slide-menu-submenu-top .material-icons {
  position: relative;
  right: 8px;
}

.btn.gk-mobile-slide-menu-submenu-top-back,
.comment-form input.gk-mobile-slide-menu-submenu-top-back[type="submit"],
.search-form .gk-mobile-slide-menu-submenu-top-back.search-submit {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  position: relative;
  right: 8px;
}

.btn.gk-mobile-slide-menu-submenu-top-back:hover,
.comment-form input.gk-mobile-slide-menu-submenu-top-back:hover[type="submit"],
.search-form .gk-mobile-slide-menu-submenu-top-back.search-submit:hover {
  color: #d2e2ed;
}

.gk-mobile-slide-menu-submenu-top-title {
  margin-left: auto;
}

@media only screen and (max-width: 350px) {
  .gk-mobile-slide-menu-top {
    display: grid;
    padding: 10px 20px;
  }

  .gk-mobile-slide-menu-search-form {
    border: none;
    padding: 0;
  }

  .gk-mobile-slide-menu-search-input {
    width: 100%;
  }

  .gk-mobile-slide-menu-account {
    padding-top: 10px;
  }
}

.dropdown-toggle::after {
  display: none;
}

.material-icons {
  font-size: 18px;
}

.gk-header-desktop a:hover {
  text-decoration: none;
}

.gk-disable-scroll {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.gk-active-dot {
  background-image: -webkit-linear-gradient(45deg, #3cb850, #049474 97%);
  background-image: -o-linear-gradient(45deg, #3cb850, #049474 97%);
  background-image: linear-gradient(45deg, #3cb850, #049474 97%);
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin-left: -12px;
  margin-right: 4px;
  vertical-align: middle;
  width: 5px;
}

.gk-header-sticky-main-menu-item>.gk-active-dot {
  margin-left: 0;
}

.gk-footer-wrapper {
  background-color: #233C51;
  padding-bottom: 30px;
  padding-top: 50px;
}

.gk-footer-wrapper a.btn,
.gk-footer-wrapper .search-form a.search-submit,
.search-form .gk-footer-wrapper a.search-submit {
  color: #fff;
}

.gk-footer-wrapper a.btn i,
.gk-footer-wrapper .search-form a.search-submit i,
.search-form .gk-footer-wrapper a.search-submit i {
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.gk-footer-wrapper a.btn:hover,
.gk-footer-wrapper .search-form a.search-submit:hover,
.search-form .gk-footer-wrapper a.search-submit:hover {
  color: #fff;
}

.gk-footer-title {
  color: #5993bc;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

.gk-footer-menu-wrapper {
  border-bottom: solid 1px #F5F1E3;
  margin: auto;
}

.gk-footer-menu-item-first {
  display: none;
}

.gk-footer-menu-item-social {
  border-top: solid 1px #376789;
  margin-top: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.gk-footer-social-badges-wrapper,
.gk-footer-social-icon-wrapper {
  max-width: 100%;
  padding-bottom: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.gk-footer-social-badges-link,
.gk-footer-social-icon-link {
  position: relative;
}

.gk-footer-social-badges-item,
.gk-footer-social-icon-item {
  border-radius: 50px;
  display: inline-block;
  height: 24px;
  margin-right: 0.8rem;
  padding: 5px;
  text-align: center;
  width: 24px;
}

.gk-footer-social-badges-image,
.gk-footer-social-icon-image {
  height: 40px;
}

.gk-footer-social-badges-image {
  padding-left: 5px;
}

.gk-footer-social-title {
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
}

.gk-footer-social-icon-item {
  background-color: #5993bc;
  margin: 5px;
}

.gk-footer-social-icon-item:hover {
  background-color: #7dabcb;
}

.gk-footer-social-icon-image {
  height: 13px;
  margin: auto;
  vertical-align: text-top;
  width: 13px;
}

.gk-footer-social-newsletter {
  display: inline-block;
  padding-top: 20px;
  text-align: center;
}

.gk-footer-fine-print-wrapper {
  padding-top: 30px;
  text-align: center;
}

.gk-footer-fine-print-item {
  padding-left: 6px;
  padding-right: 6px;
}

.gk-footer-fine-print-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.gk-footer-fine-print-logo {
  position: relative;
  width: 96px;
}

.gk-footer-fine-print-mobile img {
  display: inline-block;
  padding-top: 50px;
}

.gk-footer-fine-print-desktop img {
  display: none;
}

.gk-footer-copyright-wrapper {
  text-align: center;
}

.gk-footer-copyright-text {
  color: #F5F1E3;
  font-size: 12px;

  opacity: 0.5;
}

.gk-footer .menu {
  list-style: none;
  padding: 0;
}

.gk-footer p,
.gk-footer li a {
  color: #fff;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.29;
}

/***************************************/
/* New footer*/

.gk-footer .gk-footer-main-menu-list{
  list-style-type: none
}

.gk-footer .gk-footer-main-menu-item {
  font-size: 14px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
}

.gk-footer .gk-footer-testrail-logo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

  margin-bottom: 20px;
}
/***************************************/
/* New header*/

.main-menu-item {
  text-decoration: none;
  color: #233C51;

  font-size: 14px;
  font-weight: bold;
}

.header-bordered {
  border-bottom: 1px solid #233C51;
}

/***************************************/

/***************************************************************************/
/* Product testrail trial footer */

.gk-footer-trial-menu-wrapper {
  position: relative;
  margin: auto;
}

.gk-footer .gk-footer-company{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.gk-footer .gk-footer-main-title {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;

  font-size: 32px;
  line-height: 38px;
}

.gk-footer .gk-customers-svg {
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin-bottom: 25px;
  height: 125px;
}

.gk-footer .gk-footer-description {
  text-align: center;

  font-size: 21px;
  font-style: italic;
  line-height: 25px;
}

.gk-footer .gk-footer-author {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}

.gk-footer .gk-footer-trial-logo {
  display: inline-block;
  margin-right: 30px;
}

.gk-footer .gk-footer-trial-copyrighting {
  display: inline-block;
  text-align: center;
  color: #F2F8FC;

  font-size: 16px;
  line-height: 19px;
}

@media only screen and (min-width: 992px) {
  .gk-footer-menu-wrapper {
    padding-bottom: 10px;
    text-align: left;
  }

  .gk-footer-menu-item {
    padding-left: 40px;
  }

  .gk-footer-menu-item-first {
    display: block;
    padding-left: 0;
  }

  .gk-footer-menu-item-social {
    border-top: none;
    margin: 0;
    padding: 0;
  }

  .gk-footer-social-newsletter {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .gk-footer-fine-print-mobile img {
    display: none;
  }

  .gk-footer-fine-print-desktop img {
    display: block;
  }
}

ul.gk-header-sticky-main-menu {
  margin-top: 0;
}

.gk-header-sticky-submenu-flag.collapse>.gk-header-sticky-submenu {
  display: none;
}

.gk-header-sticky-submenu-flag.collapse.in>.gk-header-sticky-submenu {
  display: flex;
}

#gk-header li>a {
  text-decoration: none;
}

.dropdown-menu > li > a.gk-header-sticky-main-menu-link {
  line-height: 1.6;
}

.gk-header-sticky-main-menu-link {
  padding: 0 !important;
}

.gk-header-sticky-main-menu-link:focus {
  background-color: transparent !important;
  outline: none;
}

ul.dropdown-menu.gk-header-sticky-main-menu-dropdown {
  top: 33px;
  left: 30%;
}


@media only screen and (max-width:1200px) {
  ul.dropdown-menu.gk-header-sticky-main-menu-dropdown {
    left: 24%;
  }
}

@media only screen and (max-width: 992px) {
  ul.dropdown-menu.gk-header-sticky-main-menu-dropdown {
    left: 16%;
  }
}

button.btn.gk-mobile-slide-menu-submenu-top-back {
  background: transparent;
  outline: none;
}

button.btn.gk-mobile-slide-menu-submenu-top-back:focus {
  color: #fff;
}

a.gk-mobile-slide-menu-item-link:focus {
  color: #fff;
}

.gk-header-sticky-submenu {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

@media only screen and (max-width: 981px) {
  .gk-header-sticky-submenu .gk-header-submenu-column {
      margin: 10px auto;
      width: 40%;
  }
}
