/*
 Theme Name:   Enfold Child
 Description:  Enfold Child Theme
 Author:       Paul de Jong
 Author URI:   http://www.webconstructions.nl/
 Template:     enfold
 Version:      1.0
*/

/* Mobile styling */
/* Phone styling */
@media only screen and (max-width: 767px) {

}

/*.term-description {*/
/*  !*max-width: 250px;*!*/
/*  !*border: 1px solid #333;*!*/
/*  padding: 10px;*/
/*}*/

/*.term-description.less {*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  overflow: hidden;*/
/*}*/

.term-description {
      position: relative;
      overflow: hidden;
      max-height: 200px;
      transition: max-height 0.3s ease-in-out;
    }
    .read-more-link {
      display: inline-block;
      color: blue;
      cursor: pointer;
      margin-top: 10px;
    }

/*.term-description {*/
/*  max-width: 600px;*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*}*/