@charset "UTF-8";
/**!
  Project:     Clarizen
  Description: Felix's stylesheet
  Author:      Felix Stanek


  ███████╗████████╗ ██████╗ ██████╗ ██╗    ██████╗  ██████╗     ███╗   ██╗ ██████╗ ████████╗    ███████╗██████╗ ██╗████████╗██╗
  ██╔════╝╚══██╔══╝██╔═══██╗██╔══██╗██║    ██╔══██╗██╔═══██╗    ████╗  ██║██╔═══██╗╚══██╔══╝    ██╔════╝██╔══██╗██║╚══██╔══╝██║
  ███████╗   ██║   ██║   ██║██████╔╝██║    ██║  ██║██║   ██║    ██╔██╗ ██║██║   ██║   ██║       █████╗  ██║  ██║██║   ██║   ██║
  ╚════██║   ██║   ██║   ██║██╔═══╝ ╚═╝    ██║  ██║██║   ██║    ██║╚██╗██║██║   ██║   ██║       ██╔══╝  ██║  ██║██║   ██║   ╚═╝
  ███████║   ██║   ╚██████╔╝██║     ██╗    ██████╔╝╚██████╔╝    ██║ ╚████║╚██████╔╝   ██║       ███████╗██████╔╝██║   ██║   ██╗
  ╚══════╝   ╚═╝    ╚═════╝ ╚═╝     ╚═╝    ╚═════╝  ╚═════╝     ╚═╝  ╚═══╝ ╚═════╝    ╚═╝       ╚══════╝╚═════╝ ╚═╝   ╚═╝   ╚═╝

  This CSS file is automatically generated from its source SASS file.
  All edits you make will be lost any time changes are made to the source.
  If you need to make changes, edit and recompile the SASS file instead.

  */
.category-integration-logos {
  border: none !important;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 217px;
}

.category-integration-logos:hover {
  transition: max-height 0.3s ease-in;
  max-height: 500px;
}

.category-integration-logos img {
  cursor: pointer;
}

.category-integration-logos .entry-title, .category-integration-logos .post-meta {
  display: none;
}

.zoom_img:hover {
  cursor: crosshair;
}

@media only screen and (max-device-width: 768px) {
  zoom-img {
    display: none;
  }
}

.category-container .container {
  max-width: none;
  width: auto;
}

@media only screen and (min-width: 1250px) and (max-width: 1280px) {
  .category-container .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .category-container .container li a {
    letter-spacing: -0.25px;
    transition: all 0.5s linear;
  }
}

.category-container .container .category-toggle {
  cursor: pointer;
}

#c_tab .et_pb_tabs_controls {
  background-color: transparent;
}

#c_tab .et_pb_tabs_controls li {
  width: 20%;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

#c_tab .et_pb_tabs_controls li.et_pb_tab_active {
  position: static;
  bottom: initial;
  background-color: #fafafa;
}

#c_tab .et_pb_tabs_controls li:hover {
  background-color: #fafafa;
}

@media screen and (max-width: 980px) {
  #c_tab .et_pb_tabs_controls li {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12.5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 767px) {
  #c_tab .et_pb_tabs_controls li {
    width: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .et_pb_row {
    width: auto;
  }
}
