/*
 Theme Name:   PWW
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for Portland Webworks
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
 */
/* Keep columns aligned to parent when changing Column Gap. */
@media (min-width: 971px) {
  .xxx-elementor-section > .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .xxx-elementor-section > .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .xxx-elementor-section > .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .xxx-elementor-section > .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .xxx-elementor-section > .elementor-column-gap-wider > .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
h1 {
  line-height: 85px;
}
h2 {
  line-height: 42px;
  letter-spacing: 0.5px;
}
h3 {
  line-height: 39px;
  letter-spacing: 3px;
}
h4 {
  line-height: 33px;
  letter-spacing: 1px;
}
h5 {
  line-height: 32px;
  letter-spacing: 0.3px;
}
h6 {
  line-height: 25px;
  letter-spacing: 1px;
}
.red-line h1, .red-line h2, .red-line h3, .red-line h4, .red-line h5, .red-line h6 {
  position: relative;
}
.red-line h1:before, .red-line h2:before, .red-line h3:before, .red-line h4:before, .red-line h5:before, .red-line h6:before {
  position: absolute;
  content: '';
  background-color: #c4122f;
  width: 50px;
  height: 3px;
  left: -70px;
  top: 50%;
}
.site-header {
  z-index: 2;
}
.site-header .site-logo {
  min-width: 249px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .site-header .inside-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    text-align: inherit;
  }
}
@media (max-width: 767px) {
  .site-header .inside-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    text-align: inherit;
  }
}
/* Hamburger menu hover animation */
/* Site Map Page ID = 4135 */
body.error404 #menu-toggle-icon #navigation, body.search #menu-toggle-icon #navigation, body.single #menu-toggle-icon #navigation, body.page-child #menu-toggle-icon #navigation, body.page-id-5042 #menu-toggle-icon #navigation, body.page-id-4135 #menu-toggle-icon #navigation {
  fill: #222;
}
#menu-toggle-icon #navigation #rectangle-2, #menu-toggle-icon #navigation #rectangle-3 {
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  -transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 100%;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#menu-toggle-icon:hover #navigation #rectangle-2 {
  -ms-transform: scaleX(0.6);
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}
#menu-toggle-icon:hover #navigation #rectangle-3 {
  -ms-transform: scaleX(0.8);
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
/* Hamburger menu styles */
#sticky-navigation, #site-navigation {
  pointer-events: none;
}
#sticky-navigation.main-navigation.is_stuck, #site-navigation.main-navigation.is_stuck {
  box-shadow: none;
}
#sticky-navigation .inside-navigation, #site-navigation .inside-navigation {
  height: 80px;
  width: auto;
}
#sticky-navigation .inside-navigation > *, #site-navigation .inside-navigation > * {
  pointer-events: all;
}
#sticky-navigation .inside-navigation .menu-bar-item, #site-navigation .inside-navigation .menu-bar-item {
  display: block !important;
  text-align: center;
}
#sticky-navigation .inside-navigation .menu-bar-item > a, #site-navigation .inside-navigation .menu-bar-item > a {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  #sticky-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #sticky-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#sticky-navigation .menu-bar-item > a {
  background-color: #222;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
#sticky-navigation .menu-bar-item > a #navigation {
  fill: #fff;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  -transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
/* Off-canvas menu styles */
#generate-slideout-menu.slideout-navigation .inside-navigation {
  margin-left: 70px;
  margin-right: 70px;
}
#generate-slideout-menu.slideout-navigation button.slideout-exit {
  padding: 0;
  margin: 55px 0 30px 0;
  text-align: right;
}
#generate-slideout-menu.slideout-navigation .main-nav {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
#generate-slideout-menu.slideout-navigation .main-nav ul.slideout-menu li {
  text-align: right;
}
#generate-slideout-menu.slideout-navigation .main-nav ul.slideout-menu li a {
  padding: 0;
}
#generate-slideout-menu.slideout-navigation .main-nav ul.slideout-menu li a:hover {
  text-decoration: underline;
}
#generate-slideout-menu.slideout-navigation .slideout-widget {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#generate-slideout-menu.slideout-navigation .slideout-widget.widget_text {
  font-size: 16px;
  line-height: 20px;
}
#generate-slideout-menu.slideout-navigation .slideout-widget.widget_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#generate-slideout-menu.slideout-navigation .slideout-widget.widget_search form label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#generate-slideout-menu.slideout-navigation .slideout-widget.widget_search form label input {
  width: 100%;
}
#generate-slideout-menu.slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#generate-slideout-menu.slideout-navigation.main-navigation .main-nav ul ul li a {
  font-size: 18px;
  padding: 10px 5px;
}
.main-navigation ul ul {
  box-shadow: none;
}
/* Override off canvas width */
body .slideout-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
body .offside--left.is-open, body .offside-js--is-left .offside-sliding-element {
  -ms-transform: translate3d(400px, 0, 0);
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
}
body .offside--right.is-open, body .offside-js--is-right .offside-sliding-element {
  -ms-transform: translate3d(-400px, 0, 0);
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}
body .main-navigation.offside {
  width: 400px;
}
body .offside--left {
  left: -400px;
}
body .offside--right {
  right: -400px;
}
body .offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
  left: 395px;
}
html {
  overflow-x: hidden;
}
section.equal-height div.elementor-widget-wrap > div {
  display: flex;
  height: 100%;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer a:visited {
  color: #fff !important;
}
.scroll-down a:after {
  display: block;
  margin: 9px auto 0 auto;
  content: '';
  width: 30px;
  height: 14px;
  background-image: url(./images/scroll-down-icon.svg);
  background-size: 30px 14px;
  animation: godown 3s infinite;
}
@media (max-width: 767px) {
  .scroll-down a:after {
    animation: none;
  }
}
@keyframes godown {
  0% {
    margin-top: 9px;
    opacity: 1;
  }
  70% {
    margin-top: 29px;
    opacity: 0;
  }
  100% {
    margin-top: 29px;
    opacity: 0;
  }
}
.elementor-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
article.type-post h1 {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.1em;
}
article.type-post .entry-meta {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #bcbebe;
}
body.single-post .elementor-widget-theme-post-content a {
  text-decoration: underline;
}
body.single-post .elementor-widget-theme-post-content a:hover {
  text-decoration: underline;
}
body.single-post .elementor-widget-theme-post-content a:active {
  text-decoration: none;
}
body.single-post .elementor-widget-theme-post-content a:visited {
  color: #666;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .elementor-posts article.elementor-post {
    flex-direction: column;
  }
  .elementor-posts article.elementor-post .elementor-post__thumbnail__link {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__thumbnail__link {
  padding: 16px;
  background-color: #e5e5e5;
  position: relative;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__thumbnail__link:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__title {
  margin-bottom: 10px;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__excerpt {
  text-align: left;
}
.elementor-widget-posts .elementor-posts .elementor-post__card .elementor-post__read-more {
  background-color: #d60027;
  padding: 10px 30px;
}
.elementor-widget-image.red-square-left .elementor-image:after, .elementor-widget-image.red-square-right .elementor-image:after {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 46px;
  background-color: #c4122f;
  mix-blend-mode: multiply;
  bottom: -20px;
  right: -23px;
}
.elementor-widget-image.red-square-left .elementor-image:after {
  right: auto;
  left: -23px;
}
.elementor-widget-heading.chevron {
  background-image: url('./images/green-chevron.svg');
  background-repeat: no-repeat;
  background-position: center right;
}
.elementor-widget-gallery .e-gallery-image {
  background-repeat: no-repeat;
  background-size: contain;
}
.elementor-widget-toggle .elementor-tab-title, .elementor-widget-accordion .elementor-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-toggle .elementor-tab-title a, .elementor-widget-accordion .elementor-tab-title a {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-bottom: solid 2px transparent;
}
.elementor-widget-toggle .elementor-tab-title.elementor-active a.elementor-toggle-title, .elementor-widget-accordion .elementor-tab-title.elementor-active a.elementor-toggle-title, .elementor-widget-toggle .elementor-tab-title a.elementor-toggle-title:hover, .elementor-widget-accordion .elementor-tab-title a.elementor-toggle-title:hover, .elementor-widget-toggle .elementor-tab-title.elementor-active a.elementor-accordion-title, .elementor-widget-accordion .elementor-tab-title.elementor-active a.elementor-accordion-title, .elementor-widget-toggle .elementor-tab-title a.elementor-accordion-title:hover, .elementor-widget-accordion .elementor-tab-title a.elementor-accordion-title:hover {
  border-bottom: solid 2px #c4bd25;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tab-title {
  padding: 20px;
  border-right: solid 2px #ccc !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  border-right: solid 2px #c4122f !important;
  background-color: #fff;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tab-title a:hover {
  text-decoration: underline;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-title {
  border-bottom: solid 2px #ccc !important;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active {
  border-bottom: solid 2px #c4122f !important;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-content {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-content {
    padding-left: 10px;
  }
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-content p {
  margin-bottom: 20px;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-content p a {
  margin-top: 10px;
  background-color: #c4122f;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.2px;
  display: inline-block;
  padding: 12px 30px 15px 30px;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-content p a:hover {
  background-color: #850c20;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper .elementor-tab-content p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f35d';
  padding-left: 10px;
  font-weight: bold;
  transition: all 250ms ease-in-out;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container:hover {
  box-shadow: 0 0 12px 0 #bbb;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container:hover span {
  text-decoration: underline;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container .elementor-cta__content {
  position: relative;
  overflow: visible;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container .elementor-cta__content h2 {
  background-color: #c4122f;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  position: absolute;
  top: -66px;
  left: 0;
  width: auto;
  line-height: 66px;
  margin: 0;
  padding: 0 20px 0 71px;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container .elementor-cta__content h2:before {
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  content: '';
  height: 66px;
  width: 36px;
  background-image: url('./images/pww-logo-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container .elementor-cta__content .elementor-cta__button {
  padding: 0;
  border: none;
  position: relative;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container .elementor-cta__content .elementor-cta__button:after {
  position: absolute;
  display: inline-block;
  top: -4px;
  right: -29px;
  content: '';
  height: 24px;
  width: 24px;
  background-image: url('./images/link-arrow-icon-black.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container .elementor-cta__content .elementor-cta__button:hover {
  text-decoration: underline;
}
.elementor-widget-call-to-action.cta-portfolio .elementor-widget-container .elementor-cta__content .elementor-cta__button:hover:after {
  transform: translateX(10px);
}
.elementor-widget-call-to-action.cta-public .elementor-widget-container .elementor-cta__content h2 {
  background-color: #0777d5;
}
.elementor-widget-call-to-action.cta-public .elementor-widget-container .elementor-cta__content h2:before {
  background-image: url('./images/gww-logo-white.svg');
}
.elementor-widget-call-to-action.cta-case-study {
  background-color: #fff;
  padding-top: 40px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.elementor-widget-call-to-action.cta-case-study:hover {
  box-shadow: 0 0 12px 0 #bbb;
}
.elementor-widget-call-to-action.cta-case-study .elementor-cta__bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.elementor-widget-call-to-action.cta-case-study .elementor-cta__button {
  padding: 0;
  border: none;
  position: relative;
}
.elementor-widget-call-to-action.cta-case-study .elementor-cta__button:after {
  position: absolute;
  display: inline-block;
  top: calc(50% - 12px);
  right: -29px;
  height: 24px;
  width: 24px;
  content: '';
  background-image: url('./images/link-arrow-icon-black.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.elementor-widget-call-to-action.cta-case-study .elementor-cta__button:hover {
  text-decoration: underline;
}
.elementor-widget-call-to-action.cta-case-study .elementor-cta__button:hover:after {
  transform: translateX(10px);
}
.elementor-widget-call-to-action.cta-case-study .elementor-cta__button[target="_blank"]:after {
  background-image: none;
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  color: #222;
  top: -2px;
}
.elementor-widget-call-to-action.cta-case-study .elementor-cta[target='_blank'] .elementor-cta__button:after {
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  color: #222;
  background-image: none;
}
.elementor-widget-posts.case-studies article.elementor-post {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.elementor-widget-posts.case-studies article.elementor-post:hover {
  box-shadow: 0 0 12px 0 #bbb;
}
.elementor-widget-posts.case-studies article.elementor-post .elementor-post__thumbnail img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.elementor-widget-posts.case-studies article.elementor-post a.elementor-post__read-more {
  position: relative;
}
.elementor-widget-posts.case-studies article.elementor-post a.elementor-post__read-more:after {
  position: absolute;
  display: inline-block;
  top: -1px;
  right: -29px;
  content: '';
  height: 24px;
  width: 24px;
  background-image: url('./images/link-arrow-icon-black.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.elementor-widget-posts.case-studies article.elementor-post a.elementor-post__read-more[target="_blank"]:after {
  background-image: none;
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  color: #222;
  top: -2px;
}
.elementor-widget-posts.case-studies article.elementor-post a.elementor-post__read-more:hover {
  text-decoration: underline;
}
.elementor-widget-posts.case-studies article.elementor-post a.elementor-post__read-more:hover:after {
  right: -39px;
}
.elementor-widget-button a.elementor-button .elementor-button-icon.elementor-align-icon-right {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.elementor-widget-button a.elementor-button .elementor-button-icon.elementor-align-icon-right > svg {
  width: 23px;
  height: 22px;
  position: relative;
  top: -3px;
  left: -2px;
}
.elementor-widget-button a.elementor-button:hover .elementor-button-icon.elementor-align-icon-right {
  transform: translateX(10px);
}
.elementor-widget-button.underline a:hover {
  text-decoration: underline;
}
.elementor-widget-container .elementor-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-widget-container .elementor-text-editor a {
  text-decoration: underline;
}
.elementor-widget-container .elementor-text-editor a:hover {
  text-decoration: underline;
}
.elementor-widget-container .elementor-text-editor a:active {
  text-decoration: none;
}
.elementor-widget-container .elementor-text-editor a:visited {
  color: #666;
  text-decoration: underline;
}
.gform_wrapper.gf_browser_chrome .gform_body select {
  padding: 6px 4px;
}
.gform_wrapper .gform_body .top_label .gfield_label {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.gform_wrapper .gform_body .top_label .gfield_label .gfield_required {
  color: #e9261d;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  line-height: 13px;
  font-weight: 500;
  height: 50px;
  padding: 10px;
}
.gform_wrapper .gform_body select {
  font-size: 16px;
  line-height: 13px;
  font-weight: 500;
  height: 50px;
  padding: 10px;
  height: 50px;
}
.gform_wrapper .gform_body textarea {
  width: 100% !important;
}
.gform_wrapper .gform_body input[type="text"]:focus, .gform_wrapper .gform_body input[type="email"]:focus, .gform_wrapper .gform_body input[type="url"]:focus, .gform_wrapper .gform_body input[type="password"]:focus, .gform_wrapper .gform_body input[type="search"]:focus, .gform_wrapper .gform_body input[type="tel"]:focus, .gform_wrapper .gform_body input[type="number"]:focus, .gform_wrapper .gform_body textarea:focus, .gform_wrapper .gform_body select:focus {
  box-shadow: 0 0 2px 3px #629cf4;
}
.gform_wrapper .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body li.gfield_error textarea {
  border: 2px solid #e9261d;
}
.cta-carousel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-carousel__title {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cta-carousel__title h4 {
  margin-bottom: 0;
}
.cta-carousel__title__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  margin-right: 64px;
}
@media (max-width: 767px) {
  .cta-carousel__title__btns {
    margin-right: 0;
  }
}
.cta-carousel__title__btns .slick-prev {
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-image: url('./images/prev-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.cta-carousel__title__btns .slick-next {
  margin-left: 20px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-image: url('./images/next-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.cta-carousel__title__btns .slick-disabled {
  opacity: 0.25;
}
@media (min-width: 971px) {
  .cta-carousel .slick-list {
    overflow: visible !important;
  }
}
.cta-carousel__slides {
  margin: 0 -20px;
  display: none;
}
.cta-carousel__slides.slick-initialized {
  display: block;
}
.cta-carousel__slide {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  background-color: #222;
  background-size: cover;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.cta-carousel__slide .contents {
  color: #fff;
  min-height: 550px !important;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 390px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 3;
}
.cta-carousel__slide__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.cta-carousel__slide__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.cta-carousel__slide__desc {
  font-size: 18px;
  line-height: 28px;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.cta-carousel__slide__desc a {
  color: #fff;
  text-decoration: underline !important;
}
.cta-carousel__slide__link {
  margin-top: auto;
}
.cta-carousel__slide__link a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background-image: url('./images/link-arrow-icon.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 34px;
  background-size: 24px 24px;
}
.cta-carousel__slide__link a:hover {
  text-decoration: underline;
}
.cta-carousel__slide:hover {
  background-color: #c4122f;
}
.cta-carousel__slide:hover .cta-carousel__slide__image {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.cta-carousel__slide:hover .contents {
  top: 0;
}
.cta-carousel__slide:hover .cta-carousel__slide__desc {
  opacity: 1;
}
.team-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-list__top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.team-list__top h2 {
  margin: 0 auto 0 0;
}
.team-list__top label {
  font-size: 15px;
  line-height: 20.25px;
  margin-right: 10px;
}
.team-list__top select {
  background-color: #c4bd25;
  color: #222;
  outline: none;
  border: none;
}
@media (max-width: 767px) {
  .team-list__top select {
    width: 100%;
  }
}
.team-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 767px) {
  .team-list__container {
    margin-left: 0;
    margin-right: 0;
  }
}
.team-list__container .block {
  width: calc(25% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 40px;
  transform-origin: top left;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  .team-list__container .block {
    width: calc(33.33% - 32px);
  }
}
@media (max-width: 767px) {
  .team-list__container .block {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.team-list__container .block__image-hover {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.team-list__container .block__image {
  margin: 0;
  position: relative;
}
.team-list__container .block__image img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.team-list__container .block__image img.alt-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.team-list__container .block__hover-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(100%);
  overflow-y: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.team-list__container .block__hover-text ul.social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
}
.team-list__container .block__hover-text ul.social-media-icons li {
  margin: 0 10px 0 0;
}
.team-list__container .block__hover-text ul.social-media-icons li a {
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.team-list__container .block__hover-text ul.social-media-icons li a:hover {
  opacity: 0.5;
}
.team-list__container .block__hover-text p {
  margin: 0 8px 0 0;
}
.team-list__container .block__text h3 {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.team-list__container .block:hover .alt-photo img:not(.alt-image) {
  opacity: 0;
}
.team-list__container .block:hover .block__hover-text {
  transform: translateY(0%);
  background-color: rgba(196, 18, 47, 0.9);
}
.team-list__container .block.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background-color: #c4122f;
  padding: 20px;
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .team-list__container .block.quote {
    min-height: 280px;
  }
}
.team-list__container .block.quote.size-2 {
  width: calc(50% - 32px);
}
.team-list__container .block.quote p:nth-child(1) {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 0 0 auto;
}
@media (max-width: 767px) {
  .team-list__container .block.quote p:nth-child(1) {
    font-size: 20px;
    line-height: 28px;
  }
}
.team-list__container .block.quote p:nth-child(2) {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.team-list__container .block.quote p:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.team-list__container .block.hidden {
  display: none;
}
.single-gww_case_study .case-study-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .single-gww_case_study .case-study-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-gww_case_study .case-study-wrapper > article {
  width: 75%;
  margin-right: 55px;
}
@media (max-width: 767px) {
  .single-gww_case_study .case-study-wrapper > article {
    width: 100%;
    margin-right: 0;
  }
}
.single-gww_case_study .case-study-wrapper > article h1 {
  font-size: 69px;
  line-height: 74px;
}
.single-gww_case_study .case-study-wrapper > .right_sidebar {
  width: calc(25% - 55px);
}
@media (max-width: 767px) {
  .single-gww_case_study .case-study-wrapper > .right_sidebar {
    width: 100%;
  }
}
.single-gww_case_study .case-study-wrapper h1 {
  margin: 0px 0 30px 0;
}
.single-gww_case_study .case-study-wrapper h4 {
  text-transform: uppercase;
}
.single-gww_case_study .case-study-wrapper h3 {
  margin-top: 0;
}
.single-gww_case_study #inner-content {
  padding-top: 0;
  padding-bottom: 100px;
}
.single-gww_case_study #inner-content article {
  padding-right: 55px;
  margin-bottom: 100px;
}
.single-gww_case_study .cs-hero {
  position: relative;
  background-size: cover;
  background-color: #efefef;
}
.single-gww_case_study .cs-hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.4285714286%;
}
.single-gww_case_study .cs-hero > .grid-container, .single-gww_case_study .cs-hero > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .single-gww_case_study .cs-hero {
    position: relative;
  }
  .single-gww_case_study .cs-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .single-gww_case_study .cs-hero > .grid-container, .single-gww_case_study .cs-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.single-gww_case_study .cs-hero .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  bottom: 0;
}
.single-gww_case_study ul.cs-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0 0 70px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.single-gww_case_study ul.cs-nav__buttons li {
  margin: 5px;
}
.single-gww_case_study ul.cs-nav__buttons li:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.single-gww_case_study ul.cs-nav__buttons li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  background-color: #c4122f;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  transition: all 250ms ease-in-out;
}
.single-gww_case_study ul.cs-nav__buttons li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f053';
  font-size: 1em;
  padding-right: 0.4em;
  position: relative;
  top: 0.1em;
}
@media (min-width: 768px) and (max-width: 970px) {
  .single-gww_case_study ul.cs-nav__buttons li a {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .single-gww_case_study ul.cs-nav__buttons li a {
    padding: 8px 12px;
  }
}
.single-gww_case_study ul.cs-nav__buttons li a:visited {
  color: #fff;
}
.single-gww_case_study ul.cs-nav__buttons li a:hover {
  text-decoration: none;
  background-color: #850c20;
  color: #fff;
}
@media (max-width: 767px) {
  .single-gww_case_study ul.cs-nav__buttons li a:before, .single-gww_case_study ul.cs-nav__buttons li a:after {
    display: none;
  }
}
.single-gww_case_study ul.cs-nav__buttons li:last-of-type a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  background-color: #c4122f;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  transition: all 250ms ease-in-out;
}
.single-gww_case_study ul.cs-nav__buttons li:last-of-type a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f054';
  font-size: 1em;
  padding-left: 0.4em;
  position: relative;
  top: 0.1em;
}
@media (min-width: 768px) and (max-width: 970px) {
  .single-gww_case_study ul.cs-nav__buttons li:last-of-type a {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .single-gww_case_study ul.cs-nav__buttons li:last-of-type a {
    padding: 8px 12px;
  }
}
.single-gww_case_study ul.cs-nav__buttons li:last-of-type a:visited {
  color: #fff;
}
.single-gww_case_study ul.cs-nav__buttons li:last-of-type a:hover {
  text-decoration: none;
  background-color: #850c20;
  color: #fff;
}
.single-gww_case_study ul.cs-nav__buttons li:last-of-type a:before {
  display: none;
}
@media (max-width: 767px) {
  .single-gww_case_study ul.cs-nav__buttons li:last-of-type a:before, .single-gww_case_study ul.cs-nav__buttons li:last-of-type a:after {
    display: none;
  }
}
.single-gww_case_study .cs-inline-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-gww_case_study .cs-inline-images img {
  width: 50%;
  height: 100%;
}
.single-gww_case_study .cs-sidebar {
  padding-top: 50px;
}
.single-gww_case_study .cs-sidebar__logo {
  margin-bottom: 100px;
}
.single-gww_case_study .cs-sidebar__logo img {
  max-width: 250px;
}
.single-gww_case_study .cs-sidebar__logo svg {
  max-width: 70%;
}
.single-gww_case_study .cs-sidebar__logo svg .st0 {
  fill: rgba(0, 0, 0, 0.6);
}
.single-gww_case_study .cs-sidebar__tags {
  font-size: 18px;
}
.single-gww_case_study .cs-sidebar__tags p {
  margin: 0 0 20px 0;
}
.single-gww_case_study .cs-sidebar__tags ul {
  list-style-type: none;
  margin: 20px 0 40px 0;
}
.single-gww_case_study .cs-sidebar__tags ul li {
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
.single-gww_case_study .cs-sidebar__tags b, .single-gww_case_study .cs-sidebar__tags strong {
  font-size: 16px;
  letter-spacing: 0.7px;
}
.p-projects-carousel .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-projects-carousel .slider-nav .slick-prev {
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-image: url('./images/prev-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.p-projects-carousel .slider-nav .slick-next {
  margin-left: 20px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-image: url('./images/next-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.p-projects-carousel .slider-nav .slick-disabled {
  opacity: 0.25;
}
.p-projects-carousel__container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-projects-carousel__slider.slick-initialized > div {
  display: inherit;
}
.p-projects-carousel__slider__block {
  display: none;
  margin: 0 15px;
}
.p-projects-carousel__slider__block .block__image {
  text-align: center;
  display: grid;
  justify-content: center;
  align-content: center;
  height: 200px;
}
.p-projects-carousel__slider__block .block__image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.p-projects-carousel__slider__block .block__title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
}
.p-projects-carousel__slider__block .block__title a {
  color: #222;
}
.p-projects-carousel__slider__block .block__text {
  font-size: 18px;
}
.p-projects-carousel__slider__block .block__text a.read-more {
  display: none;
}
.p-projects-carousel__slider__block .block__link {
  display: block;
  text-align: center;
  padding-top: 40px;
}
.p-projects-carousel__slider__block .block__link a {
  position: relative;
  color: #222;
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.p-projects-carousel__slider__block .block__link a:after {
  position: absolute;
  display: inline-block;
  top: calc(50% - 12px);
  right: -29px;
  content: '';
  height: 24px;
  width: 24px;
  background-image: url('./images/link-arrow-icon-black.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.p-projects-carousel__slider__block .block__link a:hover {
  text-decoration: underline;
}
.p-projects-carousel__slider__block .block__link a:hover:after {
  transform: translateX(10px);
}
.p-projects-carousel__slider .slick-arrow {
  top: 22%;
}
.popular-posts h4 {
  margin-bottom: 0;
}
.popular-posts__block {
  border-bottom: solid 1px #ccc;
}
.popular-posts__block:last-of-type {
  border-bottom: none;
}
.popular-posts .block__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.popular-posts .block__title a {
  color: rgba(0, 0, 0, 0.7);
}
.popular-posts .block__title span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 89px;
  color: #c4122f;
  width: 28px;
  margin-right: 16px;
}
/*# sourceMappingURL=style.css.map */