/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* WordPress Pagination */
.home.tm-article-blog .uk-pagination { display: none; }

#tm-footer .logo-offset svg #left_line,
#tm-footer .logo-offset svg #right_line {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  transition: stroke-dashoffset 0.3s ease-in-out;
}

#tm-footer .logo-offset svg #right_line {
  stroke-dashoffset: -40;
}

#tm-footer .logo-offset svg #newport_institute_logo.animated #left_line,
#tm-footer .logo-offset svg #newport_institute_logo.animated #right_line {
  stroke-dashoffset: 0;
}

#tm-footer .logo-offset svg #left_line { fill:red!important; }