/*
Theme Name: Sundsvall Child
Theme URI: https://kpowers.se/demo/wp/sundsvall
Author: k-powers
Author URI: https://kpowers.se
Template: sundsvall
Description:
Version: 1.0.5
License:
License URI:
Text Domain: sundsvall-child
Tags:
*/


.underline-btn {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding-bottom: 9px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #ff0000;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.underline-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff0000;
}
.underline-btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  background: #080808;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.underline-btn:hover {
  color: #ff0000;
}
.underline-btn:hover:before {
  width: 100%;
}
.underline-btn.big {
  font-size: 17px;
  margin-bottom: 30px;
  color: #ff0000;
  padding-bottom: 12px;
}
.underline-btn.big:after,
.underline-btn.big:before {
  height: 3px;
}
.underline-btn.big:hover {
  color: #242424;
}