@charset "utf-8";

/* ****************************************************************************
 *  FIELD WIDGET
 * ****************************************************************************
 */


.tm-contact-method-group-wrapper {
  text-align            : left;
}

.tm-contact-method-group-wrapper .views-label {
  display               : block;
  text-decoration       : underline;
  padding-bottom        : 5px;
}

.tm-contact-method-group-wrapper ul {
  list-style            : none;
  padding               : 0 0 0 0;
}

.tm-contact-method-group-wrapper li,
.tm-page-node .tm-widget-content .tm-contact-method-group-wrapper li {
  line-height           : 1em;
}

.tm-contact-method-group-wrapper .tm-icon {
  display               : inline-block;
  float                 : left;
  text-align            : center;
  width                 : 25px;
  margin-right          : 5px;
}


.tm-contact-method-group-wrapper.align-left {
  text-align            : left;
}

.tm-contact-method-group-wrapper.align-left .tm-icon {
  float                 : initial;
  text-align            : center;
  width                 : 25px;
  margin-left           : 0px;
}




/*
 * SCREEN 'regular' - between 1024px and 1279px
 * ****************************************************************************
 */
@media only screen and (min-width:1024px) and (max-width:1279px) {
}


/*
 * SCREEN 'medium' - between 768px and 1023px
 * ****************************************************************************
 */
@media only screen and (min-width:768px) and (max-width:1023px) {
}


/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
}


/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
}
