/*************** BASE DEFINITIONS ***************/
/*************** COLOR DEFINITIONS ***************/
/* Simple grey scale */
/* Base colors */
/* Content text colors */
/* Elements colors normal state (e.g. button) */
/* Elements colors hover state (e.g. button) */
/* Elements colors active state (e.g. button) */
/*************** FONT DEFINITIONS ***************/
/* Font families */
/* Font Sizes */
/*************** MARGIN DEFINITIONS ***************/
/* Template paddings */
/* Title margins */
/*************** BORDER DEFINITIONS ***************/
/*************** OTHER DEFINITIONS ***************/
/* line 3, ../../../sass/patterns/20-responsivenav-close.scss */
.iqbm-responsivenav-close {
  cursor: pointer;
  height: 34px;
}

/* line 8, ../../../sass/patterns/20-responsivenav-close.scss */
.iqbm-responsivenav-close > div {
  float: right;
  width: 24px;
}

/* line 13, ../../../sass/patterns/20-responsivenav-close.scss */
.iqbm-responsivenav-close div div {
  background-color: transparent;
  height: 3px;
  transform: rotate(50deg);
  border-radius: 0%;
  margin-top: 50%;
}

/* line 21, ../../../sass/patterns/20-responsivenav-close.scss */
.iqbm-responsivenav-close div div:last-child {
  transform: rotate(-50deg);
  margin-top: -3px;
}
