/*------------------------------------*\
   MAIN
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>is licensed by CC BY 3.0</div>
      OR
      <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>
*/
@font-face {
  font-family: "Copyright Klim Type Foundry";
  src: url("../fonts/1d569bd8468dae8c6611321d70e333b1.eot"); /* IE9*/
  src: url("../fonts/1d569bd8468dae8c6611321d70e333b1.eot?#iefix") format("embedded-opentype"), url("../fonts/1d569bd8468dae8c6611321d70e333b1.woff2") format("woff2"), url("../fonts/1d569bd8468dae8c6611321d70e333b1.woff") format("woff"), url("../fonts/1d569bd8468dae8c6611321d70e333b1.ttf") format("truetype");
}
/* CSS Document */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

body {
  line-height: 1.4;
}

input, select, textarea {
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  width: 100%;
  background-color: #F6FAFF;
  color: #505050;
  box-sizing: border-box;
}

input, textarea {
  padding: 10px 1rem;
  border: none;
}

select {
  padding: 10px 1rem;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 1rem solid #F6FAFF;
  width: 100%;
  background-color: #F6FAFF;
  color: #505050;
  box-sizing: border-box;
}

label {
  font-weight: 400;
  font-size: 0.95rem;
}

hr {
  width: 100%;
  border-color: rgba(221, 221, 221, 0.144);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0.001rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

button {
  cursor: pointer;
}

.wpb_text_column h1 {
  font-size: 1.6rem;
}
.wpb_text_column h2 {
  font-size: 1.5rem;
}
.wpb_text_column h3 {
  font-size: 1.3rem;
}
.wpb_text_column h4 {
  font-size: 1.1rem;
}
.wpb_text_column h5 {
  font-size: 1rem;
}
.wpb_text_column h6 {
  font-size: 0.8rem;
}

main {
  min-height: 0vh;
}

/*button, html input[type=button], input[type=reset], input[type=submit],
.btn{
    @include main-grad;
    display:inline-block;
    box-sizing: border-box;
    padding:10px 35px;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    text-decoration: none;    
    box-shadow: none;
    @include transition-all;
    line-height: 1.2rem;
    &:hover,
    &:focus{
        @include main-grad-hover;
        @include transition-all;
    }
}*/
#main {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

.wpb_wrapper .container {
  max-width: 100%;
}
.wpb_wrapper .cta-row .container {
  max-width: 90%;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.wpb_column .wpb_column .container {
  max-width: 100%;
}

.hamburger {
  border-radius: 3px !important;
}
.hamburger:hover, .hamburger:focus {
  background: none !important;
  border: 0 !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  background-color: none;
  padding: 0px;
}

.wpb_text_column p {
  line-height: 1.5;
}

.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

#main.page {
  max-width: 90%;
  margin: auto;
  overflow: visible;
}

p {
  font-size: 1rem;
}
li {
  font-size: 1rem;
}

.coloured-link,
.inlinebutton {
  color: #FFF !important;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 35px;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.coloured-link:hover, .coloured-link:focus,
.inlinebutton:hover,
.inlinebutton:focus {
  color: #FDFFFC;
  background: #080c13;
  background: linear-gradient(149deg, #080c13 0%, #b31d24 100%) !important;
  color: #FFF !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.vc-colouredtext a {
  text-decoration: none;
}
.vc-colouredtext a:hover, .vc-colouredtext a:focus {
  text-decoration: underline;
}
.vc-colouredtext li a {
  text-decoration: none;
}
.vc-colouredtext li a:hover, .vc-colouredtext li a:focus {
  text-decoration: underline;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.aligncenter {
  display: table;
  margin: auto;
}

blockquote {
  margin: 0;
  padding: 0 0 0 15px;
}
blockquote:before {
  content: " ";
  width: 3px;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
}

.readmorewrap {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

iframe {
  max-width: 100%;
}

.bg-white {
  background-color: #FDFFFC;
}

.bg-grey {
  background-color: rgba(239, 239, 239, 0);
}

.bg-blue {
  background-color: #0f1825;
}

.bg-blue.section-padding {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.sk-row, .sk-row--compare {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .sk-row, .sk-row--compare {
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
  }
}
.sk-row .sk-col-1, .sk-row--compare .sk-col-1,
.sk-row .sk-col-1-3,
.sk-row--compare .sk-col-1-3,
.sk-row .sk-col-1-4,
.sk-row--compare .sk-col-1-4,
.sk-row .sk-col-2,
.sk-row--compare .sk-col-2,
.sk-row .sk-col-2-3,
.sk-row--compare .sk-col-2-3,
.sk-row .sk-col-3,
.sk-row--compare .sk-col-3,
.sk-row .sk-col-3-4,
.sk-row--compare .sk-col-3-4,
.sk-row .sk-col-4,
.sk-row--compare .sk-col-4,
.sk-row .sk-col-5,
.sk-row--compare .sk-col-5,
.sk-row .sk-col-6,
.sk-row--compare .sk-col-6 {
  grid-column: span 12/span 12;
  row-gap: 0.5rem;
  flex-direction: column;
}
.sk-row .sk-col-4-4, .sk-row--compare .sk-col-4-4 {
  grid-column: span 12/span 12;
}
@media (min-width: 768px) {
  .sk-row .sk-col-1-3, .sk-row--compare .sk-col-1-3 {
    grid-column: span 4/span 4;
  }
  .sk-row .sk-col-2-3, .sk-row--compare .sk-col-2-3 {
    grid-column: span 8/span 8;
  }
  .sk-row .sk-col-1-4, .sk-row--compare .sk-col-1-4 {
    grid-column: span 3/span 3;
  }
  .sk-row .sk-col-3-4, .sk-row--compare .sk-col-3-4 {
    grid-column: span 9/span 9;
  }
  .sk-row .sk-col-2, .sk-row--compare .sk-col-2 {
    width: 50%;
    grid-column: span 6/span 6;
  }
  .sk-row .sk-col-3, .sk-row--compare .sk-col-3 {
    width: 33%;
    grid-column: span 4/span 4;
  }
  .sk-row .sk-col-4, .sk-row--compare .sk-col-4 {
    grid-column: span 6/span 6;
  }
  .sk-row .sk-col-5, .sk-row--compare .sk-col-5 {
    grid-column: span 20%/span 20%;
  }
  .sk-row .sk-col-6, .sk-row--compare .sk-col-6 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 960px) {
  .sk-row .sk-col-4, .sk-row--compare .sk-col-4 {
    grid-column: span 3/span 3;
  }
  .sk-row .sk-col-6, .sk-row--compare .sk-col-6 {
    width: span 2/span 2;
  }
}

footer h2 {
  font-size: 1.1rem;
}
footer .main-footer-block {
  width: 100%;
  text-align: center;
}
footer .main-footer-block > div {
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  footer .main-footer-block {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  footer .main-footer-block > div {
    padding-bottom: 0;
    width: 25%;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
footer .footer-logo {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  footer .footer-logo {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-logo img, footer .footer-logo p {
    display: block;
    margin: auto;
  }
  footer .footer-logo p {
    margin-bottom: 15px;
    text-align: center;
  }
}
footer .footer-links-and-social {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
footer .footer-links-and-social > div {
  flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  footer .footer-links-and-social > div {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-links-and-social > div {
    min-width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  footer .footer-links-and-social > div:last-child {
    margin: 0;
  }
}
footer .social {
  padding-left: 0 !important;
}
footer .social h2 {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  footer .social h2 {
    position: relative;
    left: 5px;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  footer .social h2 {
    position: relative;
    left: unset;
    text-align: center;
  }
}
footer .social #block-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  footer .social #block-2 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  footer .social #block-2 {
    justify-content: center;
  }
}
footer .social li.wp-block-social-link {
  position: relative;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer .social a.wp-block-social-link-anchor {
  font-size: 30px;
  color: #0f1825 !important;
  background-color: transparent !important;
}
footer .widget_block,
footer p {
  color: #f2f3f4;
  font-size: 0.9rem;
}
footer .widget_block a,
footer p a {
  text-decoration: none;
  color: #f2f3f4;
}
footer .widget_block a:hover,
footer p a:hover {
  color: #171103;
  text-decoration: underline;
}
footer li a:hover {
  text-decoration: underline;
}
footer img {
  max-height: 80px;
  width: auto;
  margin-bottom: 1rem;
}
footer p {
  max-width: 400px;
  color: #FFF;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  padding: 0px;
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
footer ul a {
  text-decoration: none;
  color: #f2f3f4;
}
footer ul a:hover {
  color: #171103;
  text-decoration: underline;
}
footer .copyright {
  border-top: 1px solid #f2f3f4;
  padding-top: 15px;
  text-align: center;
  margin-top: 45px;
  font-size: 0.7rem;
  font-weight: normal;
  color: #f2f3f4;
  text-align: left;
}
footer .fa-copyright {
  font-weight: bold;
}

header {
  padding-bottom: 15px;
  margin-bottom: -15px;
  z-index: 99;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
}
header nav {
  flex-grow: 1;
}

.search-and-finder {
  align-items: center;
}
.search-and-finder a {
  display: block;
}

@media (min-width: 960px) {
  .hamburger {
    display: none !important;
  }
}
.elementor-location-header .hamburger {
  position: relative;
  padding: 0;
}
@media (min-width: 1100px) {
  .elementor-location-header .hamburger {
    display: none;
  }
}
.elementor-location-header .hamburger--spring .hamburger-inner {
  border-radius: 4px;
  height: 5px;
  background-color: #0f1825;
}
.elementor-location-header .hamburger--spring .hamburger-inner:before {
  width: 30px;
  left: unset;
  right: 0;
  border-radius: 4px;
  height: 5px;
  background-color: #0f1825;
}
.elementor-location-header .hamburger--spring .hamburger-inner:after {
  width: 20px;
  left: unset;
  right: 0;
  border-radius: 4px;
  height: 5px;
  background-color: #0f1825;
}
.elementor-location-header .hamburger--spring.is-active .hamburger-inner:before {
  transform: translate3d(0, 12px, 0) rotate(45deg) !important;
}
.elementor-location-header .hamburger--spring.is-active .hamburger-inner:after {
  transform: translate3d(0, 12px, 0) rotate(-45deg) !important;
  width: 30px !important;
}

.full-header {
  padding: 30px 30px;
}
.full-header #logo img {
  width: auto;
}
.full-header #logo a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .full-header #mega-menu-wrap-primary_menu {
    display: none;
  }
}
.full-header .mega-menu-wrap-primary_menu {
  display: none;
}
.full-header .hamburger {
  position: relative;
  padding: 0;
}
@media (min-width: 1100px) {
  .full-header .hamburger {
    display: none;
  }
}
.full-header .hamburger--spring .hamburger-inner {
  border-radius: 4px;
  height: 5px;
  background-color: #0f1825;
}
.full-header .hamburger--spring .hamburger-inner:before {
  width: 30px;
  left: unset;
  right: 0;
  border-radius: 4px;
  height: 5px;
  background-color: #0f1825;
}
.full-header .hamburger--spring .hamburger-inner:after {
  width: 20px;
  left: unset;
  right: 0;
  border-radius: 4px;
  height: 5px;
  background-color: #0f1825;
}
.full-header .hamburger--spring.is-active .hamburger-inner:before {
  transform: translate3d(0, 12px, 0) rotate(45deg) !important;
}
.full-header .hamburger--spring.is-active .hamburger-inner:after {
  transform: translate3d(0, 12px, 0) rotate(-45deg) !important;
  width: 30px !important;
}
.full-header .hosting-finder-button {
  margin-left: 10px;
}
.full-header .hosting-finder-button .btn-1, .full-header .hosting-finder-button .submit,
.full-header .hosting-finder-button a {
  padding: 1rem 1.4rem !important;
  border: none !important;
  border-radius: 3px !important;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .full-header .search-and-finder {
    display: none;
  }
  .full-header nav {
    display: none;
  }
}

#logo {
  width: auto;
  border: none;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  background-size: cover;
  height: auto;
}
@media (max-width: 1000px) {
  #logo {
    width: auto;
    height: auto;
  }
}

.header.h-1 {
  font-size: 2.5rem;
}
.header.h-2 {
  font-size: 1.7rem;
}
.header.h-3 {
  font-size: 1.5rem;
}
.header.h-4 {
  font-size: 1.3rem;
}
.header.h-5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.header.h-6 {
  font-size: 1rem;
}

.wpb_text_column .h-1 {
  font-size: 1.6rem;
}
.wpb_text_column .h-2 {
  font-size: 1.5rem;
}
.wpb_text_column .h-3 {
  font-size: 1.3rem;
}
.wpb_text_column .h-4 {
  font-size: 1.1rem;
}
.wpb_text_column .h-5 {
  font-size: 1rem;
}
.wpb_text_column .h-6 {
  font-size: 0.8rem;
}

.error404 .single-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 170px 0 0px 0;
  min-height: 20vh;
  color: #FDFFFC;
}
.error404 .single-header h1 {
  text-align: center;
}
.error404 .single-body {
  padding: 30px 0;
}
.error404 .search-form input[type=search] {
  border: 1px solid;
}

.pagination {
  display: table;
  margin: 30px auto;
  text-align: center;
}
.pagination > span,
.pagination > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  margin: 0 5px;
  color: #FDFFFC;
  text-decoration: none;
  padding: 5px;
  box-sizing: border-box;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
@media (max-width: 768px) {
  .pagination > span,
  .pagination > a {
    width: 28px;
    height: 28px;
  }
}
.pagination > span:hover, .pagination > span:focus,
.pagination > a:hover,
.pagination > a:focus {
  color: #FDFFFC;
  background: #080c13;
  background: linear-gradient(149deg, #080c13 0%, #b31d24 100%) !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pagination > span.next, .pagination > span.prev, .pagination > span.first, .pagination > span.last,
.pagination > a.next,
.pagination > a.prev,
.pagination > a.first,
.pagination > a.last {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.pagination > span {
  color: #FDFFFC;
  background: #0f1825;
  background: linear-gradient(149deg, #0f1825 0%, #C92128 100%) !important;
}

.admin-bar #mobile-menu {
  padding-top: 46px;
}

html.mobile-menu-open {
  overflow: hidden;
  height: 100vh !important;
}

#mobile-menu {
  position: absolute;
  z-index: 100;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: -100%;
  width: 80vw;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  padding-bottom: 30px;
}
#mobile-menu .search-form--mobilemenu {
  padding: 15px;
  box-sizing: border-box;
}
#mobile-menu.menu-open {
  left: 0;
  right: 20vw;
  -webkit-box-shadow: 4px 0px 5px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 4px 0px 5px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 4px 0px 5px 0px rgba(51, 51, 51, 0.2);
}
#mobile-menu.menu-open .mobile-logo {
  visibility: visible;
  display: none;
}
#mobile-menu .nav li:first-child {
  border-top: 1px solid #EFEFEF;
}
#mobile-menu .mobile-logo {
  width: 100%;
  position: relative;
  height: auto;
  visibility: hidden;
}
#mobile-menu .mobile-logo img {
  height: 80px;
  width: auto;
  position: absolute;
  top: 5px;
  left: 18px;
}
#mobile-menu nav {
  padding-top: 15px;
}
#mobile-menu nav ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  #mobile-menu nav ul:not(.sub-menu) > li {
    position: relative;
  }
  #mobile-menu nav ul:not(.sub-menu) > li:not(:first-of-type):not(:last-of-type) {
    /*
    &:after {
        display: inline;
        position: absolute;
        z-index: -1;
        right: 30px;
        top: 15px;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome; font-weight: 900; content: "\f0da";
    } 

    &.active {
        &:after {
            font-family: FontAwesome; font-weight: 900; content: "\f0d7";
        }
    }
    */
  }
}
#mobile-menu nav ul:not(.sub-menu) li {
  font-size: 1.125em;
  padding: 0 0;
  border-bottom: 1px solid #f7f4f4;
}
#mobile-menu nav ul:not(.sub-menu) a {
  display: block;
  padding: 15px 17px 10px 17px;
  text-decoration: none;
  color: #333;
}
#mobile-menu nav ul:not(.sub-menu) a:hover {
  background: #0f1825;
  color: #FFF;
}
@media screen and (max-width: 959px) {
  #mobile-menu nav ul.sub-menu {
    padding-bottom: 15px;
  }
  #mobile-menu nav ul.sub-menu:not(.active) {
    display: none;
  }
  #mobile-menu nav ul.sub-menu > li {
    border-bottom: none;
  }
  #mobile-menu nav ul.sub-menu > li a {
    font-size: 0.8em;
    padding: 5px 0;
  }
}
@media (min-width: 1100px) {
  #mobile-menu {
    display: none;
  }
}

@media (min-width: 1100px) {
  header .primary-menu-wrapper {
    display: flex;
    vertical-align: middle;
    align-items: center;
  }
}
header .primary-menu-wrapper > ul {
  list-style: none;
}
header .primary-menu-wrapper > ul li {
  display: inline-block;
  position: unset !important;
}
@media (min-width: 1100px) {
  header .primary-menu-wrapper > ul {
    display: table;
  }
  header .primary-menu-wrapper > ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 15px 20px;
  }
  header .primary-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  header .primary-menu-wrapper > ul > li > a {
    display: block;
    color: #0f1825;
    text-decoration: none;
    font-weight: 200;
    font-size: 1.3rem;
    position: relative;
  }
  header .primary-menu-wrapper > ul > li > a:after {
    width: 0;
    background: #0f1825;
    height: 4px;
    bottom: -5px;
    position: absolute;
    left: 0;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  header .primary-menu-wrapper > ul > li > a:hover:after {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  header .primary-menu-wrapper > ul > li.hosting-finder a {
    background-color: none !important;
    border-radius: 3px;
    border: 2px solid #0f1825;
    color: #0f1825;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    padding: 10px 20px;
  }
  header .primary-menu-wrapper > ul > li.hosting-finder a:after {
    display: none !important;
  }
  header .primary-menu-wrapper > ul > li.hosting-finder a:hover {
    background-color: #000001;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  header .primary-menu-wrapper > ul > li ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 300px;
  }
  header .primary-menu-wrapper > ul > li ul li {
    display: block;
  }
  header .primary-menu-wrapper > ul > li ul li a {
    display: block;
    padding: 3px;
  }
}

body #mega-menu-wrap-primary_menu {
  background-color: transparent;
  position: unset;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu {
  position: unset;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item {
  vertical-align: middle;
  text-align: left;
  padding: 0 20px;
  background: none !important;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item > a {
  padding: 15px 20px;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  display: block;
  color: #0f1825;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item.mega-hosting-finder {
  position: unset !important;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item.mega-hosting-finder > a.mega-menu-link {
  border-radius: 3px;
  background-color: #0f1825 !important;
  color: white !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding: 8px 20px 12px 20px;
  line-height: 1.3;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item.mega-hosting-finder > a.mega-menu-link:after {
  display: none !important;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item.mega-hosting-finder > a.mega-menu-link:hover {
  color: white !important;
  font-weight: normal;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item > a.mega-menu-link {
  background: none !important;
  display: block;
  color: #0f1825;
  text-decoration: none;
  font-weight: normal;
  padding: 0;
  position: relative;
  font-size: 1rem;
}
body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item > a.mega-menu-link:active, body #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: normal;
  color: #0f1825 !important;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #0f1825 !important;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #EFEFEF;
}

#mega-menu-wrap-primary_menu {
  box-sizing: border-box;
}
#mega-menu-wrap-primary_menu * {
  box-sizing: border-box;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  overflow: hidden;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  height: 100%;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu .textwidget p {
  margin-top: 0;
  color: #505050;
  margin-top: 0;
  padding: 0 0 14px 0;
  overflow: hidden;
  font-size: 1.1rem;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  width: 50%;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul a {
  color: #505050;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul a:hover {
  text-decoration: underline;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li {
  background: #FFF;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12:first-child {
  background: #0f1825;
  width: 50%;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12:first-child .textwidget h2,
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12:first-child .textwidget p {
  color: #FDFFFC;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12:first-child .textwidget .btn-1, #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12:first-child .textwidget .submit {
  background-color: none;
  border: 2px solid #FDFFFC;
  display: inline-block;
  margin-top: 0;
  color: #FDFFFC;
}

.full-width-list {
  width: 100% !important;
}
.full-width-list > li {
  width: 100% !important;
}
.full-width-list > li ul {
  width: 100%;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 30px;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  margin-top: 10px;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  left: 0 !important;
}

.slider-checkbox {
  flex-direction: column !important;
}

.range-slider-output {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 15 px;
}
.range-slider input {
  background-color: none !important;
  box-shadow: none;
  border: 0;
  padding: 0 !important;
}
.range-slider svg,
.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.range-slider input[type=range]:focus {
  outline: none;
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0f1825;
}
.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #0f1825;
}
.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #0f1825;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #0f1825;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 2px solid #0f1825;
  height: 14px;
  width: 14px;
  border-radius: 25px;
  background: #FFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #0f1825;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #0f1825;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
  background: #0f1825;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #0f1825;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-right: 1px solid #F6FAFF;
}

body {
  background: #f2f3f4;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

.border-none {
  border: none;
}

.site-wrapper {
  min-height: 100vh;
}

.bold {
  font-weight: 900;
}

.card, .card--innershadow {
  color: #505050;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  background: #FFF;
  border-radius: 6px;
  padding: 1.5rem 3.5rem;
  box-sizing: border-box;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.title, .post__header {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.0001px;
  line-height: 1.2;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: normal;
}

.header {
  font-size: 2.5rem;
  font-weight: 400;
  color: white;
  line-height: 1.2;
}

.subtitle {
  font-size: 1.5rem;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.paragraph, .total-reviews > a, .webhost-summary--content p, .webhost-summary--content ul > li, .summary p, .summary ul > li, .webhost-summary--content, .summary, .hosting-compare p, p {
  font-size: 1.05rem;
  font-weight: 200;
  line-height: 1.7rem;
  letter-spacing: 0.02rem;
}

.paragraph--large {
  font-size: 1.3rem;
  line-height: 2rem;
}

.paragraph--thin {
  font-weight: lighter;
}

.max-height {
  max-height: 200px;
}

.overflow-hidden {
  overflow: hidden;
}

.mainhr {
  border-bottom: 1px solid #0f1825;
  width: 100%;
  max-width: 24rem;
}

.mr-100 {
  margin-right: 100%;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 576px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 90%;
    margin: auto;
  }
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.btn-1, .submit {
  padding: 1rem 1.4rem;
  color: white;
  border: none;
  background-color: #0f1825;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 3px 3px 0px #FDFFFC;
  width: 160px;
}
.btn-1:hover, .submit:hover {
  transform: scale(1.05);
}

.btn-2 {
  padding: 1rem 1.4rem;
  color: #0f1825;
  border: 2px solid #0f1825;
  background-color: #FDFFFC;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.btn-2:hover {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.btn--cube {
  height: 2rem;
  width: 2rem;
  border-radius: 45px;
  padding: 0;
}
@media (max-width: 568px) {
  .btn--cube {
    width: 30px;
    height: 30px;
  }
}

.grid-col-3--coupon {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.col-1 {
  grid-column-start: 1;
  grid-column-end: 2;
}

.col-4 {
  grid-column-start: 2;
  grid-column-end: 4;
}

.background-position--top {
  background-position: center top;
}

.background-position--bottom {
  background-position: center bottom;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.herosvg {
  height: 100%;
  width: 100%;
  min-height: 621px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.d-flex {
  display: flex;
}

@media screen and (max-width: 991px) {
  .d-block-sm {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .d-block-md {
    display: block;
  }
}

.flex-column {
  flex-direction: column;
}

.card-container {
  position: absolute;
  top: 0;
}

.top-320px {
  top: 320px;
}

.absolute {
  position: absolute;
}

.spacer {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.spacer-sm {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.herospacer {
  height: auto;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.w-100 {
  width: 100%;
}

.star-sm {
  max-width: 15px;
}

.star {
  max-width: 25px;
  margin: auto;
}

.star-lg {
  max-width: 45px;
  margin: auto;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.center {
  display: flex;
  align-content: center;
  flex-direction: column;
}

.bg-mainblue {
  background-color: #0f1825;
}

.bg-verydarkblue {
  background-color: #030E25;
}

.bg-honeycomb {
  background-image: url(../images/honeycomb.svg);
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.logo {
  width: 14rem;
  height: auto;
  margin: auto;
}

.card--innershadow {
  box-shadow: inset 0px 3px 15px -1px rgba(0, 0, 0, 0.47);
}

.card--borderblue {
  border: 3px solid #0f1825;
}

/*.card-container { 
  position: absolute;

  height: 100%;
  top: 0;
  left: 0;
}*/
.compare__specificationscol {
  border: none !important;
}

.relative {
  position: relative;
}

.icon {
  height: 100%;
  width: 100%;
  max-height: 3rem;
  max-width: 3rem;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.white {
  color: #FDFFFC;
}

.blue {
  color: #0f1825;
}

.gold {
  color: #171103;
}

.comparison__row {
  text-align: center;
  padding: 1.5rem 0rem;
  border-bottom: 1px solid #D3DEEB;
}

.bold {
  font-weight: bold;
}

.comparison__row--textright {
  text-align: end;
}

.comparison__info {
  max-height: 20rem;
  min-height: 20rem;
}

.loadingdiv {
  display: none;
}

.section {
  margin-bottom: 2rem;
}

.blob {
  object-fit: cover;
  object-position: center;
  min-width: none;
  width: 100%;
  height: auto;
}

.card__logo {
  width: 124.23px;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.background-gradient {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.background-gradient.align-left {
  max-width: 100%;
}
.background-gradient.align-left .text-center {
  text-align: left;
}
.background-gradient.align-left .justify-content-center {
  justify-content: flex-start;
}

.flex-grow {
  flex-grow: 1;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.line-height-normal {
  line-height: 1 !important;
}

.noresults {
  padding: 15px;
  background-color: #FFF;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

#mega-menu-wrap-primary_menu .btn-1, #mega-menu-wrap-primary_menu .submit {
  box-shadow: none !important;
}
#mega-menu-wrap-primary_menu .btn-1:hover, #mega-menu-wrap-primary_menu .submit:hover {
  transform: scale(1);
}

.elementor-align-center.elementor-button {
  width: 300px;
  display: block;
  margin: auto;
}

.filter-and-sort.ml-2 {
  padding-left: 15px;
}
.filter-and-sort .result-count {
  font-weight: bold;
}
.coupon-finder-main .search {
  flex-grow: 1;
  padding: 0 15px;
}
.coupon-finder-main .search .search-outer {
  position: relative;
}
.coupon-finder-main .search .search-outer input {
  padding: 15px;
  border-radius: 5px;
  background: #FFF;
}
.coupon-finder-main .search .search-outer input[type=text] {
  width: 100%;
}
.coupon-finder-main .search .search-outer .company-search,
.coupon-finder-main .search .search-outer .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
}
@media (max-width: 768px) {
  .coupon-finder-main .search .search-outer .company-search,
  .coupon-finder-main .search .search-outer .search-submit {
    background: #0f1825 !important;
    color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    margin-right: -3px;
  }
}

.coupon-filter .cf-header {
  position: relative;
}

@media (max-width: 960px) {
  .elementor-widget-container .container {
    max-width: 100% !important;
    width: 100%;
  }
  .coupon-finder-main,
  .hosting-finder-main .cf-header,
  .coupon-filter .cf-header,
  .hosting-filter .cf-header {
    position: relative;
  }
  .coupon-finder-main .filter-collapse,
  .hosting-finder-main .cf-header .filter-collapse,
  .coupon-filter .cf-header .filter-collapse,
  .hosting-filter .cf-header .filter-collapse {
    top: 50% !important;
    transform: translateY(-50%);
    right: 0 !important;
  }
  .coupon-finder-main .reset,
  .hosting-finder-main .cf-header .reset,
  .coupon-filter .cf-header .reset,
  .hosting-filter .cf-header .reset {
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: none !important;
  }
  .filter-and-sort > div {
    width: 100% !important;
  }
  .filters-trigger {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
  }
  .filters-trigger button,
  .filters-trigger a {
    cursor: pointer;
    display: block;
    margin: 0 !important;
  }
}
h4[data-tooltip="*"] {
  background-color: orange;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.breadcrumbs a {
  color: #0f1825;
}

.archive-page {
  padding-top: 50px !important;
}

input[type=checkbox], input[type=radio] {
  box-shadow: none !important;
}

.mr-2 {
  margin-right: 10px;
}

.screen-reader {
  position: absolute !important;
  left: -99999px !important;
}

.d-flex {
  display: flex;
  width: 100%;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.bg-blue {
  background-color: #0f1825;
}

.bg-darkblue {
  background-color: #0f1825;
}

.bg-darkblue--gradient {
  background: none;
  height: 100%;
}

.bg-textcolor {
  background-color: #505050;
}

.mainblue {
  color: #0f1825;
}

.textcolor {
  color: #505050;
}

.search-submit {
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: #0f1825;
  font-size: 1.2rem;
  cursor: pointer;
}

.search-field {
  background: none;
  box-shadow: none;
}

.search-form {
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  width: 100%;
  background-color: #F6FAFF;
  color: #505050;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.background-gradient--home {
  padding: 0;
}

.hero-content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 0;
}

.blob {
  max-width: 500px;
}

.card--review {
  max-width: 410px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 550px;
}

.sponsored-tag-outer {
  background-color: #0f1825;
  padding: 0.5rem 1rem;
  color: white;
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 2rem;
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 0.8rem;
}

.biglistbox--sponsored .biglist-left {
  padding-top: 2.4rem;
  position: relative;
}

.filter-sidebar-column {
  position: relative;
  min-width: 280px;
}
.filter-sidebar-column .card, .filter-sidebar-column .card--innershadow {
  padding: 20px 20px;
}
@media screen and (max-width: 991px) {
  .filter-sidebar-column {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .filter-sidebar-column {
    width: 100% !important;
  }
  .filter-sidebar-column .card, .filter-sidebar-column .card--innershadow {
    padding: 0;
  }
  .filter-sidebar-column .hosting-filter {
    display: none;
  }
}
.filter-sidebar-column .cf-header {
  position: relative;
}
.filter-sidebar-column .cf-header .elementor__header {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  header.scroll + div .mobile-hosting-filter-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #FFF;
  }
}
.select2-container--default .select2-results__option--selectable {
  color: #505050;
}

.hosting-filter-row {
  align-items: flex-start;
  position: sticky;
}
.hosting-filter-row .select-hosting-card.active .select-hosting {
  display: table;
}
.hosting-filter-row .select-hosting-card.active .hidden-popup {
  display: none;
}
.hosting-filter-row .select-hosting-card .hidden-popup {
  display: table;
  margin: 15px auto 15px auto;
  min-width: 0;
}
.hosting-filter-row .header {
  color: #0f1825;
  display: block;
  text-align: center;
}
.hosting-filter-row .select-hosting {
  font-size: 0.9rem;
  display: table;
  display: none;
  clear: both;
  margin: 15px auto;
  padding: 1rem 1.4rem;
  color: white;
  border: none;
  background-color: #0f1825;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 3px 3px 0px #FDFFFC;
  text-align: center;
}
.hosting-filter-row .select-hosting:hover {
  transform: scale(1.05);
}
.hosting-filter-row .price-sorting-card {
  padding: 0 5px;
}
.hosting-filter-row .price-sorting-card select {
  box-shadow: none;
  border: 0;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFF !important;
}
@media screen and (max-width: 991px) {
  .hosting-filter-row {
    display: block;
    position: relative;
  }
}
.hosting-finder-main .wave {
  padding-bottom: 30px;
}
.hosting-finder-main .placeholder-list,
.hosting-finder-main .featured-plans-wrapper {
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .hosting-finder-main .featured-plans-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hosting-finder-main .filter-and-sort.w-100 {
    width: 100%;
  }
  .hosting-finder-main .filter-and-sort.w-100 .card, .hosting-finder-main .filter-and-sort.w-100 .card--innershadow {
    margin: 0 0 15px 0;
  }
}
.hosting-finder-main .placeholder-list {
  padding-left: 15px;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .hosting-finder-main .placeholder-list {
    padding: 0;
  }
}
.hosting-finder-main .placeholder-list-sponsored {
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .hosting-finder-main .placeholder-list-sponsored {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .filter-sidebar-column {
    margin-bottom: 30px;
  }
}

.card, .card--innershadow {
  position: relative;
}

.coupon-filter {
  position: relative;
}
.coupon-filter form {
  position: relative;
}
@media screen and (max-width: 482px) {
  .coupon-filter .cf-header {
    padding-bottom: 0px;
  }
}

.coupon-filter,
.hosting-filter {
  /* Submit button */
}
.coupon-filter .fa-question-circle,
.hosting-filter .fa-question-circle {
  position: relative !important;
  margin-left: 5px;
  transform: none !important;
  font-size: 15px;
}
.coupon-filter .fa-question-circle::after,
.hosting-filter .fa-question-circle::after {
  white-space: pre;
}
.coupon-filter .cf-header,
.hosting-filter .cf-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 3px solid #EFEFEF;
}
.coupon-filter .cf-header h3,
.hosting-filter .cf-header h3 {
  color: #0f1825;
}
.coupon-filter .cf-header .reset,
.hosting-filter .cf-header .reset {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.coupon-filter .cf-header .reset .fa-refresh,
.hosting-filter .cf-header .reset .fa-refresh {
  padding-left: 8px;
  color: #0f1825;
}
@media screen and (max-width: 991px) {
  .coupon-filter .cf-header .reset,
  .hosting-filter .cf-header .reset {
    margin-right: 40px;
  }
}
.coupon-filter .cf-header .filter-collapse,
.hosting-filter .cf-header .filter-collapse {
  display: none;
  position: absolute;
  top: 55px;
  right: 35px;
  font-size: 1.2em;
  color: #0f1825;
}
@media screen and (max-width: 991px) {
  .coupon-filter .cf-header .filter-collapse.fa-caret-down.filters-open,
  .hosting-filter .cf-header .filter-collapse.fa-caret-down.filters-open {
    display: inline;
  }
  .coupon-filter .cf-header .filter-collapse.fa-caret-right.filters-open,
  .hosting-filter .cf-header .filter-collapse.fa-caret-right.filters-open {
    display: none;
  }
  .coupon-filter .cf-header .filter-collapse.fa-caret-right:not(.filters-open),
  .hosting-filter .cf-header .filter-collapse.fa-caret-right:not(.filters-open) {
    display: inline;
  }
}
@media screen and (max-width: 482px) {
  .coupon-filter .cf-header .filter-collapse,
  .hosting-filter .cf-header .filter-collapse {
    top: 55px;
    right: 35px;
  }
}
.coupon-filter .cf-body,
.hosting-filter .cf-body {
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .coupon-filter .cf-body,
  .hosting-filter .cf-body {
    display: none;
  }
  .coupon-filter .cf-body.filters-open,
  .hosting-filter .cf-body.filters-open {
    display: block;
  }
}
.coupon-filter .cf-body .checkbox-list,
.hosting-filter .cf-body .checkbox-list {
  padding-top: 15px;
}
.coupon-filter .cf-body .checkbox-list:first-child,
.hosting-filter .cf-body .checkbox-list:first-child {
  padding-top: 0;
}
.coupon-filter .cf-body .checkbox-list h4,
.hosting-filter .cf-body .checkbox-list h4 {
  position: relative;
  color: #0f1825;
  font-size: 16px;
  cursor: pointer;
}
.coupon-filter .cf-body .checkbox-list h4 span.fa,
.hosting-filter .cf-body .checkbox-list h4 span.fa {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.coupon-filter .cf-body .checkbox-list.options-hidden .checkbox-input,
.hosting-filter .cf-body .checkbox-list.options-hidden .checkbox-input {
  visibility: hidden;
  padding: 0;
  height: 0;
}
.coupon-filter .cf-body .checkbox-input,
.hosting-filter .cf-body .checkbox-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0 5px 0;
  cursor: pointer;
}
.coupon-filter .cf-body .checkbox-input.active,
.hosting-filter .cf-body .checkbox-input.active {
  color: #09757a;
}
.coupon-filter .cf-body .checkbox-input.active .count,
.hosting-filter .cf-body .checkbox-input.active .count {
  color: #09757a;
}
.coupon-filter .cf-body .checkbox-input .count,
.hosting-filter .cf-body .checkbox-input .count {
  padding: 0;
  width: 30px;
  border-radius: 4px;
  background: #f6f6f6;
  color: #949494;
  font-size: 0.8rem;
  line-height: 20px;
  text-align: center;
  height: 100%;
}
.coupon-filter .cf-body .checkbox-input label,
.hosting-filter .cf-body .checkbox-input label {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon-filter .cf-body .checkbox-input input[type=checkbox],
.hosting-filter .cf-body .checkbox-input input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .coupon-filter .cf-body .checkbox-input input[type=checkbox],
  .hosting-filter .cf-body .checkbox-input input[type=checkbox] {
    margin-left: 0 !important;
  }
}
.coupon-filter button.filter-submit,
.hosting-filter button.filter-submit {
  display: block;
  width: 100%;
  padding: 1rem 1.4rem;
  margin-top: 45px;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #0f1825;
}

.loadingdiv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  text-align: center;
}
.loadingdiv.active {
  display: flex !important;
}
.loadingdiv .fa-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: #fff;
}

.fa.fa-star {
  color: #F6C450;
}

.elementor__plan-header a {
  color: #505050;
}

body [data-wenk]:after {
  max-width: 500px;
  min-width: 300px;
  white-space: normal !important;
}
@media (max-width: 768px) {
  body [data-wenk]:after {
    max-width: 100%;
    min-width: 50vw;
    white-space: normal !important;
    left: 0;
    right: 0;
    transform: translateX(0) translateY(10px);
  }
}

@media (max-width: 768px) {
  .recommended-cheapest__card .fa {
    position: static;
  }
  [data-wenk].wenk--right:after, [data-wenk][data-wenk-pos=right]:after {
    max-width: 100% !important;
    min-width: 50vw !important;
    white-space: normal !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(0) translateY(10px) !important;
  }
}
@media (max-width: 960px) {
  .full-container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.resulting-div {
  color: #505050;
  background-color: white;
  padding: 30px;
}

.select-hosting-card {
  padding: 0 15px;
}
.select-hosting-card .header {
  font-family: "Copyright+Klim+Type+Foundry";
}
.select-hosting-card .hosting-logo {
  display: none;
}
.select-hosting-card.active .header {
  display: none;
}
.select-hosting-card.active .close-comparison-card {
  display: inline-block;
  cursor: pointer;
  font-size: 25px;
}

.plan-type-navigation ul li a {
  color: #505050;
}

.hosting-compare {
  color: #505050;
  padding: 1rem;
  margin-top: 50px;
  overflow-y: auto;
}
.hosting-compare p {
  color: #505050;
  margin: 0;
}

.sk-row--compare {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.compare-cols {
  display: grid;
  grid-column-start: 4;
  grid-column-end: 13;
  box-sizing: border-box !important;
}
.compare-cols div {
  text-align: center;
}

.plan-type-navigation {
  margin: 0px 0;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 15px;
  padding-top: 15px;
}
.plan-type-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plan-type-navigation ul li {
  padding: 0 15px 0 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .plan-type-navigation ul li {
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 90%;
  }
  .plan-type-navigation ul li span {
    display: none !important;
  }
}
.plan-type-navigation ul li span {
  display: inline-block;
  padding: 0 0px 0 15px;
}
.plan-type-navigation ul li:last-child span {
  display: none;
}
.plan-type-navigation ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
}

.comparisoncard-container {
  padding-top: 20px;
}

.comparison-card {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #505050;
}
.comparison-card .close-comparison-card {
  margin-bottom: 0;
  display: none;
}
.comparison-card .plan-host-icon {
  display: block;
  width: 200px;
  margin: auto;
  text-align: center;
}
.comparison-card .plan-host-icon img {
  max-width: 100%;
}
.comparison-card .comparison-card-header .comparison-card-button {
  padding-top: 15px;
}
.comparison-card .comparison-card-header .comparison-card-row {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.comparison-card .comparison-card-header .comparison-card-row .comparison-card-col {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .comparison-card .comparison-card-header .comparison-card-row .comparison-card-col .plan-host-icon {
    display: none;
  }
}
.comparison-card .comparison-card-header .comparison-card-row .comparison-card-col:last-child {
  border-top-right-radius: 15px !important;
}
.comparison-card .comparison-card-header .comparison-card-row .comparison-card-col.first-col ~ div {
  background: #FDFFFC;
  background-color: white;
  border-radius: 15px;
  border-radius: 0;
}
.comparison-card .comparison-card-header .comparison-card-row .comparison-card-col.first-col + div {
  background: #FDFFFC;
  background-color: white;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 768px) {
  .comparison-card .comparison-card-header .comparison-card-row .comparison-card-col {
    width: 33%;
  }
  .comparison-card .comparison-card-header .comparison-card-row .comparison-card-col:last-child {
    display: none;
  }
}
@media (max-width: 1240px) {
  .comparison-card .comparison-card-header .comparison-card-row .comparison-card-col h2 {
    font-size: 1.3rem;
  }
}
.comparison-card .comparison-card-header .comparison-card-row .viewplan button,
.comparison-card .comparison-card-header .comparison-card-row .viewplan a,
.comparison-card .comparison-card-header .comparison-card-row .viewplan a:hover,
.comparison-card .comparison-card-header .comparison-card-row .viewplan a:focus {
  display: table;
  margin: 20px auto auto auto;
}
.comparison-card .comparison-card-table {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.comparison-card .comparison-card-table .show-more-row a,
.comparison-card .comparison-card-table .show-more-row a:hover,
.comparison-card .comparison-card-table .show-more-row a:focus {
  text-decoration: none;
  color: #0f1825;
}
.comparison-card .comparison-card-table .show-more-row ~ div {
  display: none;
}
.comparison-card .comparison-card-table .show-more-row.active ~ div {
  display: table;
}
.comparison-card .comparison-card-table .show-more-row.active {
  display: none;
}
.comparison-card .comparison-card-table .comparison-card-row {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  background: #FDFFFC;
  background-color: white;
  padding: 1rem 0rem;
  border-top: 1px solid rgb(239, 239, 239);
}
@media (max-width: 768px) {
  .comparison-card .comparison-card-table .comparison-card-row {
    font-size: 90%;
  }
}
.comparison-card .comparison-card-table .comparison-card-row.button-row .btn-2 {
  display: inline-block;
}
.comparison-card .comparison-card-table .comparison-card-row.button-row ~ .button-row {
  display: none !important;
}
.comparison-card .comparison-card-table .comparison-card-row.show-more-row .full-width {
  width: 75%;
}
.comparison-card .comparison-card-table .comparison-card-row:first-child {
  border-top-left-radius: 15px;
}
.comparison-card .comparison-card-table .comparison-card-row:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-label {
  padding-left: 1rem;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-label .fa {
  margin-left: 10px;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-label {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
@media (max-width: 768px) {
  .comparison-card .comparison-card-table .comparison-card-row .comparison-card-label {
    width: 33%;
  }
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-col {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .comparison-card .comparison-card-table .comparison-card-row .comparison-card-col {
    width: 33%;
  }
  .comparison-card .comparison-card-table .comparison-card-row .comparison-card-col:last-child {
    display: none;
  }
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-col .value-field-row {
  display: block;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-col:first-child {
  padding-left: 1rem;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-col:last-child {
  padding-right: 1rem;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-col .fa-times {
  font-size: 25px;
  color: #C92128;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-col .fa-check {
  font-size: 25px;
  color: green;
}
.comparison-card .comparison-card-table .comparison-card-row .comparison-card-col + div {
  text-align: center;
}

@media (max-width: 900px) {
  .hosting-filter-row .comparison-card-header .comparison-card-row {
    display: flex;
  }
}
@media (max-width: 600px) {
  .hosting-filter-row .comparison-card-header .comparison-card-row {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col {
    width: 33%;
    padding: 0rem 15px;
  }
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col .card, .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col .card--innershadow {
    padding: 1rem;
  }
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col .header {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col {
    width: 50%;
  }
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col:last-child {
    display: none;
  }
}
@media (max-width: 600px) {
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col {
    width: 100%;
    padding-top: 15px;
  }
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col:last-child {
    display: none;
  }
  .hosting-filter-row .comparison-card-header .comparison-card-row .comparison-card-col:first-child {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .comparison-outer h2 {
    text-align: center;
    padding-top: 15px;
    font-size: 1.4rem;
  }
}
.comparison-outer .hosting-logo {
  max-width: 120px;
  margin: auto;
}

.sk-col-3-4 {
  flex-grow: 1;
}

.coupon-filter-row {
  align-items: flex-start !important;
}

.coupon-search {
  width: 100%;
  margin-left: 15px;
  padding-bottom: 15px;
}

.couponlist-box {
  padding: 0 0 0 0 !important;
  margin-bottom: 15px;
}

.coupon-filter-and-sort {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .coupon-filter-and-sort {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .coupon-filter-and-sort > div {
    flex-wrap: wrap;
  }
  .coupon-filter-and-sort .result-count {
    width: 80px;
  }
  .coupon-filter-and-sort .result-count + div {
    width: 67%;
    flex-grow: 1;
  }
  .coupon-filter-and-sort .result-count + div + div {
    width: 100%;
    justify-content: space-between;
    padding-top: 15px;
  }
  .coupon-filter-and-sort .price-sorting-card {
    flex-grow: 1;
  }
}

@media screen and (max-width: 991px) {
  .coupon-filter-row {
    display: block;
  }
  .coupon-filter-row > div {
    width: 100% !important;
  }
  .coupon-filter-row > div:first-child {
    margin-bottom: 30px;
    position: relative;
  }
}

.webhost__header__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.webhost__header__row .webhost__header--icon {
  width: auto;
  flex-shrink: 0;
}
.webhost__header__row .webhost__header {
  width: 100%;
  flex-grow: 1;
}
.webhost__header__row .webhost__header .fa-chevron-up {
  display: none;
}
.webhost__header__row .toggle-section {
  flex-shrink: 0;
}

.mob-only {
  display: none;
}
@media (max-width: 960px) {
  .mob-only {
    display: block;
  }
}

@media (max-width: 960px) {
  .responsivetable {
    display: none;
  }
}
.single-webhost .card, .single-webhost .card--innershadow {
  display: block;
}
.single-webhost .card p:empty, .single-webhost .card--innershadow p:empty {
  display: none;
}

.custom-single-post-navigation {
  display: none !important;
}

.webhost-container, .post__container {
  max-width: 1024px;
  margin: auto;
}

.hosting-nav-container {
  position: sticky;
  z-index: 20;
  top: 0;
}

.admin-bar .hosting-nav-container {
  top: 40px;
}

#sections-reviews {
  margin-top: 2rem;
}

.content {
  height: auto;
  transition: all 0.4s ease-in-out;
}

.collapsed {
  max-height: 0px !important;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .webhost-button {
    padding-bottom: 25px;
  }
}

.webhost-button > a {
  width: auto;
  margin: auto;
  font-size: 1.1rem;
  margin-top: 10px;
}

.webhost-button {
  margin-top: 10px;
}

.webhost-logo {
  width: auto;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
}
.webhost-logo img {
  height: 100%;
  width: auto;
  max-width: 300px;
  height: auto;
  width: 200px;
}

.webhost__header {
  font-size: 1.7rem;
  margin: 0;
  margin-left: 1rem;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  line-height: 1.5rem;
  color: #0f1825;
}
@media (max-width: 768px) {
  .webhost__header {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
.webhost__header--centered {
  text-align: center;
  width: 100%;
  justify-content: center;
}

@media (max-width: 1000px) {
  .sk-row, .sk-row--compare {
    flex-direction: column;
  }
  .sk-col-2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-content {
    padding-bottom: 2rem;
  }
  .hero-content .sk-row, .hero-content .sk-row--compare {
    flex-direction: column;
  }
  .hero-content .sk-col-2 {
    width: 100%;
  }
  #single-webhost-container .hero-content {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .single-webhost .bg-darkblue--gradient {
    padding-top: 20px;
  }
}
.single-webhost #single-webhost-container {
  padding-bottom: 30px;
}
.single-webhost .overall-review-box {
  padding: 1rem 0;
}
.single-webhost .overall-review-box .individual-rating {
  flex-direction: row;
  row-gap: 0.1rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.single-webhost .overall-review-box .individual-rating .rating-label {
  font-size: 1rem;
  width: 120px;
}
@media (max-width: 768px) {
  .single-webhost .overall-review-box .individual-rating .rating-label {
    font-size: 1rem;
    width: 120px;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .single-webhost .overall-review-box .individual-rating .rating-label {
    font-size: 1rem;
  }
}
.single-webhost .webhost__header {
  margin: 0;
  margin-left: 1rem;
}
.single-webhost h1 {
  color: #0f1825;
}
.single-webhost .heroheader .subtitle {
  padding-bottom: 0;
}
.single-webhost .condensed-review-box .overall-review-box .rating-label {
  font-size: 1rem;
}
.single-webhost .condensed-review-box .rating-label {
  font-size: 1.2rem;
}
@media (max-width: 568px) {
  .single-webhost .condensed-review-box .rating-label {
    font-size: 1rem;
  }
}
.single-webhost .hosting-row-header {
  position: relative;
  padding-left: 50px;
}
.single-webhost .hosting-row-header .hrh-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
}
.single-webhost .hero-content {
  max-width: 100%;
  width: 100%;
}
.single-webhost .hero-content .container {
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.header-share-buttons {
  margin-top: 1rem;
}

#single-webhost-container .hero-content {
  padding-bottom: 0;
}
#single-webhost-container .spacer-sm {
  padding-bottom: 0;
}
.breadcrumbs {
  padding-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.breadcrumbs span {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.section > .container > .d-flex {
  cursor: pointer;
}

.toggle-section {
  position: relative;
}
.toggle-section .fa {
  transition: all 0.1s ease-in-out;
  transform-origin: center;
}
@media (max-width: 568px) {
  .toggle-section .fa {
    line-height: 1;
    width: 45px !important;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.toggle-section .fa-chevron-up {
  display: none;
}
.toggle-section.active .fa-chevron-up {
  display: none;
}

/**
When section is active
*/
.active .toggle-section .fa {
  transform: rotate(180deg);
}
@media (max-width: 568px) {
  .active .toggle-section .fa {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
  }
}

.webhost-summary--content ul > li, .summary ul > li {
  color: #505050;
}

.webhost-summary h2 {
  padding-bottom: 0;
}

#content-sections-features {
  padding-top: 15px;
}

.webhost-prosandcons {
  margin-top: 60px;
}
.webhost-prosandcons .sk-row, .webhost-prosandcons .sk-row--compare {
  width: 100%;
  margin-bottom: 30px;
  align-items: stretch;
}
.webhost-prosandcons .sk-row > div, .webhost-prosandcons .sk-row--compare > div {
  position: relative;
}
@media (max-width: 768px) {
  .webhost-prosandcons .sk-row, .webhost-prosandcons .sk-row--compare {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .webhost-prosandcons .sk-row .sk-col-2 + .sk-col-2, .webhost-prosandcons .sk-row--compare .sk-col-2 + .sk-col-2 {
    margin-top: 50px;
  }
}
.webhost-prosandcons .cons,
.webhost-prosandcons .pros {
  border: 1px solid rgba(239, 239, 239, 0);
  border-radius: 15px;
  margin: 0px 15px 0px 15px;
  padding: 1rem 2rem;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  height: 100%;
}
.webhost-prosandcons .cons .prosandcons-icon,
.webhost-prosandcons .pros .prosandcons-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  font-size: 24px;
}
.webhost-prosandcons .cons .prosandcons-icon .fa-check,
.webhost-prosandcons .pros .prosandcons-icon .fa-check {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #FDFFFC;
  background: #0e8e26;
  display: block;
  text-align: center;
  line-height: 60px;
}
.webhost-prosandcons .cons .prosandcons-icon .fa-times,
.webhost-prosandcons .pros .prosandcons-icon .fa-times {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #FDFFFC;
  background: #C92128;
  display: block;
}
.webhost-prosandcons .cons .proscons-title,
.webhost-prosandcons .pros .proscons-title {
  margin-bottom: 15px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
.webhost-prosandcons .cons ul,
.webhost-prosandcons .pros ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.webhost-prosandcons .cons ul li,
.webhost-prosandcons .pros ul li {
  list-style: none;
  font-size: 1rem;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.webhost-prosandcons .cons ul li .fa,
.webhost-prosandcons .pros ul li .fa {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.webhost-prosandcons .cons ul li .fa-check,
.webhost-prosandcons .pros ul li .fa-check {
  color: green;
}
.webhost-prosandcons .cons ul li .fa-times,
.webhost-prosandcons .pros ul li .fa-times {
  color: #C92128;
}

.webhost-features h2 {
  margin-bottom: 30px;
}
.webhost-features .webhost-features--content {
  display: flex;
  flex-wrap: wrap;
}
.webhost-features .webhost-features--content .whf-col {
  width: 25%;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .webhost-features .webhost-features--content .whf-col {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .webhost-features .webhost-features--content .whf-col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .webhost-features .webhost-features--content .whf-col .whf-subtitle {
    margin-top: 0;
  }
}
.webhost-features .webhost-features--content .whf-col .whf-image {
  text-align: center;
}
.webhost-features .webhost-features--content .whf-col .whf-image img {
  max-width: 120px;
}
@media (max-width: 568px) {
  .webhost-features .webhost-features--content .whf-col .whf-image img {
    max-width: 190px;
  }
}
@media (max-width: 568px) {
  .webhost-features .webhost-features--content .whf-col .whf-image {
    text-align: left;
    margin-right: 20px;
  }
}
.webhost-features .webhost-features--content .whf-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 568px) {
  .webhost-features .webhost-features--content .whf-subtitle {
    text-align: left;
  }
}
.webhost-features .webhost-features--content .whf-description {
  text-align: center;
}
@media (max-width: 568px) {
  .webhost-features .webhost-features--content .whf-description {
    text-align: left;
  }
}
.webhost-features .webhost-features--content .whf-description p {
  text-align: center;
}
@media (max-width: 568px) {
  .webhost-features .webhost-features--content .whf-description p {
    text-align: left;
  }
}

.plan-type-reviews h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.plan-type-reviews h3,
.plan-type-reviews .h3 {
  color: #0f1825;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1.4rem;
}
.plan-type-reviews .view-all {
  display: table;
  margin: 30px auto 30px auto;
  color: #FDFFFC !important;
  background: #0f1825;
  border: #0f1825 2px solid;
  border-radius: 35px;
  padding: 15px 30px;
  text-decoration: none;
}
@media (max-width: 1240px) {
  .plan-type-reviews .view-all {
    font-size: 1rem;
    padding: 10px 25px;
  }
}
.plan-type-reviews h4 {
  font-weight: normal;
  color: #2f2e2e;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: normal;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .plan-type-reviews .biglistbox .biglist-row .left-col {
    width: 40%;
  }
  .plan-type-reviews .biglistbox .biglist-row .right-col {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .plan-type-reviews .biglistbox .biglist-row .right-col .biglist-features ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .plan-type-reviews .biglistbox .biglist-row .right-col .biglist-features ul li {
    box-sizing: border-box;
    width: 50%;
  }
}
.plan-type-reviews .biglistbox .biglist-row .price {
  padding-top: 0;
}
.plan-type-reviews .biglistbox .biglist-row h3 {
  margin: 10px 0;
}

.webhost-performance h2 {
  margin-bottom: 0;
}
.webhost-performance .performance-averages {
  display: flex;
  flex-wrap: wrap;
}
.webhost-performance .performance-averages > div {
  width: 33%;
  padding: 5px;
  box-sizing: border-box;
}
.webhost-performance .performance-averages > div div {
  border: 1px solid rgba(239, 239, 239, 0);
  padding: 1rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
}
.webhost-performance .performance-averages > div div .pa-title {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.webhost-performance .performance-averages > div div span {
  display: block;
}

.webhost-security .security-features-summary h2 {
  font-size: 1.2rem;
}
.webhost-security h3 {
  font-size: 1.1rem;
}
.webhost-security h4 {
  font-size: 1rem;
}
.webhost-security h5 {
  font-size: 1rem;
}

.webhost-link {
  transition: all 0.2s ease-in-out;
  padding-bottom: 0.2rem;
}

.webhost-link--active {
  border-bottom: 3px solid #0f1825;
}

#single-webhost-container .webhost-header--icon {
  position: relative;
  background-size: 100% 100%;
  display: grid;
  flex-shrink: 0;
  place-content: center;
  color: #FFF;
}
#single-webhost-container .webhost-header--icon svg {
  height: 3.6rem;
  width: 3.6rem;
}
@media (max-width: 768px) {
  #single-webhost-container .webhost-header--icon {
    height: 3rem;
    width: 3rem;
    max-width: 100%;
    max-height: 100%;
  }
}
#single-webhost-container .webhost-header--icon img {
  max-width: 100%;
}
#single-webhost-container .webhost-header--icon img,
#single-webhost-container .webhost-header--icon i {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.support-features h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.support-features .whf-col {
  width: 25%;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .support-features .whf-col {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .support-features .whf-col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.support-features .whf-col .whf-image {
  text-align: center;
}
.support-features .whf-col .whf-image img {
  max-width: 120px;
}
.support-features .whf-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.support-features .support-outer {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.support-features .whf-description {
  text-align: center;
}
.support-features .whf-description p {
  text-align: center;
}
.support-features .support-features--content {
  padding-top: 30px;
}

.coupon-container {
  box-sizing: border-box;
  padding: 0;
}
.coupon-container h2 {
  margin-bottom: 30px;
}

.webhost-faqs--content h2,
.webhost-faqs h2 {
  margin-bottom: 30px;
}
.webhost-faqs--content .whf-faq-title,
.webhost-faqs .whf-faq-title {
  font-size: 1rem;
  position: relative;
  cursor: pointer;
}
.webhost-faqs--content .whf-faq-title .fa-minus,
.webhost-faqs .whf-faq-title .fa-minus {
  display: none;
}
.webhost-faqs--content .whf-faq-title a,
.webhost-faqs .whf-faq-title a {
  position: relative;
  display: block;
  padding: 10px 0;
  padding-left: 30px;
}
.webhost-faqs--content .whf-faq-title .fa,
.webhost-faqs .whf-faq-title .fa {
  position: absolute;
  color: #C3C3C3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.webhost-faqs--content .active.whf-faq-title .fa-plus,
.webhost-faqs .active.whf-faq-title .fa-plus {
  display: none;
}
.webhost-faqs--content .active.whf-faq-title .fa-minus,
.webhost-faqs .active.whf-faq-title .fa-minus {
  display: block;
}
.webhost-faqs--content .active.whf-faq-title + .whf-faq-answer,
.webhost-faqs .active.whf-faq-title + .whf-faq-answer {
  display: block;
}
.webhost-faqs--content .whf-faq-answer,
.webhost-faqs .whf-faq-answer {
  display: none;
}
.webhost-faqs--content .whf-faq-question.active .whf-faq-title .fa,
.webhost-faqs .whf-faq-question.active .whf-faq-title .fa {
  transform: rotate(180deg);
}

.block-list {
  margin-bottom: 0rem;
}

@media (max-width: 568px) {
  .overall-review-box {
    margin-top: 20px;
  }
}
.overall-review-box h2 {
  margin-bottom: 30px;
}

.comments-outer h2 {
  margin-bottom: 30px;
}

.hosting-nav-container {
  background: #FFF;
  border-radius: 6px;
  padding: 1rem 2rem;
  margin-bottom: 30px;
  box-sizing: border-box;
  margin-top: 2rem;
}
.hosting-nav-container .hosting-bar-navigation {
  overflow-y: auto;
}
.hosting-nav-container .hosting-bar-navigation .btn-1, .hosting-nav-container .hosting-bar-navigation .submit {
  color: #FFF;
  border: 1px solid #0f1825;
}
.hosting-nav-container .hosting-bar-navigation .hosting-bar-links__wrapper {
  display: flex;
  flex-shrink: 1;
  gap: 1rem;
}
.hosting-nav-container .hosting-bar-navigation .hosting-bar-links__wrapper .webhost-link {
  text-decoration: none;
  color: #0f1825;
  font-weight: 500;
  font-size: 0.9rem;
}
.hosting-nav-container .hosting-bar-navigation .hosting-bar__buttons {
  flex-grow: 1;
  padding: 0.5rem;
  gap: 1rem;
  justify-content: flex-end;
  display: flex;
}
.hosting-nav-container .hosting-bar-navigation .hosting-bar__buttons .btn-1, .hosting-nav-container .hosting-bar-navigation .hosting-bar__buttons .submit {
  width: auto !important;
}
.hosting-nav-container .hosting-bar-navigation .hosting-bar__buttons .btn-2 {
  width: auto !important;
}
.hosting-nav-container .hosting-bar-navigation .hosting-bar__buttons a {
  display: flex;
  place-content: center;
}

.post__thumbnail {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-position: center;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.post__header {
  margin-bottom: 1rem;
  font-weight: 500;
}

.post__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.post__details .post__detail {
  font-weight: 200;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.post__author {
  display: flex;
  font-weight: 600;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.1rem;
}

.post__container {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}

.post__content {
  max-width: 90ch;
  display: grid;
  gap: 1rem;
  row-gap: 1rem;
  width: 100%;
  margin: auto;
}

.sv-archive-grid .sv-archive-post {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.sv-archive-grid--blog {
  margin: 0 !important;
}

.custom-dd {
  min-width: 160px;
  cursor: pointer;
  position: relative;
}
.custom-dd .custom-dd-value {
  cursor: pointer;
  color: #0f1825;
  display: block;
  position: relative;
  padding: 12px 35px 12px 15px;
}
.custom-dd .custom-dd-value .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-dd .custom-dd-inner {
  padding-right: 10px;
  display: inline-block;
}
.custom-dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background: #FFF;
  padding: 15px 5px;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: none;
  transition: all 0.5s;
}
.custom-dd ul li {
  padding: 5px 15px;
}
.custom-dd ul li:empty {
  display: none;
}
.custom-dd ul li:hover {
  cursor: pointer;
  color: #0f1825;
}
.custom-dd.active ul {
  display: block;
  transition: all 0.5s;
}

.custom-single-dd {
  cursor: pointer;
  position: relative;
}
.custom-single-dd .custom-single-dd-value {
  cursor: pointer;
  color: #0f1825;
  display: block;
  position: relative;
  padding: 15px 35px 15px 15px;
}
.custom-single-dd .custom-single-dd-value .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-single-dd .custom-single-dd-inner {
  padding-right: 10px;
  display: inline-block;
}
.custom-single-dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #FFF;
  padding: 15px 0px;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: none;
  transition: all 0.5s;
}
.custom-single-dd ul li {
  padding: 5px 15px;
  text-align: left;
  border-bottom: 1px solid #EFEFEF;
}
.custom-single-dd ul li:empty {
  display: none;
}
.custom-single-dd ul li:hover a {
  border-bottom: 1px solid #0f1825;
}
.custom-single-dd ul li:hover {
  cursor: pointer;
  color: #0f1825;
}
.custom-single-dd.active ul {
  display: block;
  transition: all 0.5s;
}

.header-p p {
  line-height: 1.8;
}

/** For navbar **/
.primary-menu-wrapper .btn-1, .primary-menu-wrapper .submit {
  margin-top: 0;
  margin-bottom: 0;
}
.primary-menu-wrapper .button-section {
  padding-top: 15px;
}
.primary-menu-wrapper .subtitle {
  padding: 0 0 30px 0;
  font-size: 1.5rem;
}
.primary-menu-wrapper .subtitle p {
  font-size: 1.5rem;
}

.hero-search .search-form {
  display: flex;
}

.wave {
  height: 100%;
  width: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: auto;
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.wave-blue, .wave-dark, .wave-gray {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0%;
}

.wave-blue {
  background-image: url("../images/wave-blue.svg");
  height: 400px;
}

.wave-dark {
  background-image: url("../images/wave-dark.svg");
  background-color: #030E25;
  height: 600px;
}

.wave-gray {
  background-image: url("../images/wave-gray.svg");
  background-color: white;
  height: 600px;
}

.wave-footer {
  background-image: url("../images/wave-footer.svg");
  background-color: transparent;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}

.icon-boxes .section-header {
  font-size: 3rem;
  margin-bottom: 30px;
}
.icon-boxes img {
  max-width: 150px;
  margin: auto auto 30px 0;
  display: table;
}
.icon-boxes .summary p {
  line-height: 1.8;
}
.icon-boxes .summary {
  margin-bottom: 15px;
}
.icon-boxes .btn-1, .icon-boxes .submit {
  display: table;
  margin: auto;
  text-decoration: none;
}
.icon-boxes .card, .icon-boxes .card--innershadow {
  border-radius: 6px;
}

.bg-blue.icon-boxes .section-header {
  color: #FDFFFC;
}

.icon-containers .btn-2 {
  text-decoration: none;
}
.icon-containers .paragraph + div, .icon-containers .total-reviews > a + div, .icon-containers p + div, .icon-containers .webhost-summary--content + div, .icon-containers .summary + div, .icon-containers .webhost-summary--content ul > li + div, .webhost-summary--content .icon-containers ul > li + div, .icon-containers .summary ul > li + div, .summary .icon-containers ul > li + div {
  clear: both;
  padding-top: 20px;
}
.icon-containers img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px;
}
.icon-containers .section img {
  background-image: url("../images/blob-1.svg");
}
.icon-containers .section.n-2 img {
  padding: 120px;
  background-image: url("../images/blob-2.svg");
}
.icon-containers .section.n-3 img {
  padding: 120px;
  background-image: url("../images/blob-3.svg");
}

.long-icon-boxes .section-header {
  font-size: 3rem;
  margin-bottom: 30px;
}
.long-icon-boxes img {
  max-width: 120px;
  display: table;
  margin: auto auto 15px auto;
}
.long-icon-boxes .btn-1, .long-icon-boxes .submit {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}

.whichweb-intro p {
  margin: 0;
  padding: 0;
}
.whichweb-intro p + p {
  margin-bottom: 5px;
}

.card li, .card--innershadow li {
  line-height: 1.5;
}

.biglistbox {
  color: #505050;
  padding: 1.5rem 1.5rem;
  width: 100%;
}
.biglistbox .mobile-buttons {
  display: none;
}
@media (max-width: 767px) {
  .biglistbox .mobile-buttons {
    display: block;
    text-align: center;
  }
  .biglistbox .mobile-buttons a {
    display: table;
    margin: auto auto 15px auto;
    width: 200px;
  }
  .biglistbox .mobile-buttons button {
    width: 200px;
  }
}
.biglistbox .price-and-view .price-offer {
  display: block;
  padding-top: 5px;
  color: #000000;
  font-weight: bold;
}
.biglistbox .price-and-view .price-offer del {
  padding-right: 5px;
}
.biglistbox .price-and-view p {
  margin: 0;
  padding: 0 15px 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .biglistbox .price-and-view p {
    display: none;
    padding-right: 0;
  }
  .biglistbox .price-and-view p:first-of-type {
    display: inline-block;
    font-size: 150%;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .biglistbox .price-and-view .price-offer {
    display: inline-block;
    padding-left: 15px;
    font-size: 80%;
    opacity: 0.6;
    font-weight: normal;
  }
  .biglistbox .price-and-view .price-offer del {
    display: none;
  }
}
.biglistbox h3 {
  margin: 0;
}
.biglistbox .biglist-header {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.biglistbox .biglist-header .price-and-view {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .biglistbox .biglist-header {
    flex-direction: column;
    text-align: center;
  }
}
.biglistbox .biglist-header .biglist-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}
.biglistbox .biglist-header .biglist-left img {
  max-width: 100%;
  height: auto;
}
.biglistbox .biglist-header .biglist-left a {
  display: table;
  margin: auto;
  width: 160px;
  text-align: center;
}
.biglistbox .biglist-header .biglist-left button {
  width: 160px;
}
@media (max-width: 767px) {
  .biglistbox .biglist-header .biglist-left {
    width: 100%;
    padding-right: 0;
    min-width: 0;
    max-width: 100%;
  }
  .biglistbox .biglist-header .biglist-left button {
    width: 100%;
  }
  .biglistbox .biglist-header .biglist-left .btn-container {
    display: none;
  }
}
.biglistbox .biglist-header .biglist-right {
  padding-left: 30px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .biglistbox .biglist-header .biglist-right {
    width: 100%;
    padding-left: 0;
    padding-top: 0px;
  }
}
.biglistbox .title-and-stars {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 5px;
}
.biglistbox .title-and-stars .plan-type-mob {
  display: none;
}
@media (max-width: 767px) {
  .biglistbox .title-and-stars {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 15px;
  }
  .biglistbox .title-and-stars .star-rating {
    padding-top: 15px;
  }
  .biglistbox .title-and-stars .elementor__plan-header {
    font-size: 160%;
    font-weight: 500;
  }
  .biglistbox .title-and-stars .elementor__plan-header span {
    display: none;
  }
  .biglistbox .title-and-stars .elementor__plan-header span.plan-name-mob {
    display: block;
  }
  .biglistbox .title-and-stars .elementor__plan-header span.plan-type-mob {
    display: block;
    font-size: 70%;
    font-weight: 500;
    opacity: 0.7;
  }
  .biglistbox .title-and-stars .total-reviews {
    display: none;
  }
}
.biglistbox .title-and-stars .star-rating {
  min-width: 200px;
}
.biglistbox .title-and-stars .condensed-review-box {
  justify-content: flex-end;
}
.biglistbox .noresults {
  text-align: center;
  display: block;
  padding: 15px;
}
.biglistbox .biglist-row {
  display: table;
  width: 100%;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.biglistbox .biglist-row .coupon-excerpt {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .biglistbox .biglist-row {
    padding: 1.6rem;
  }
}
@media (max-width: 767px) {
  .biglistbox .biglist-row {
    padding: 0px 1.6rem 15px 1.6rem;
  }
}
.biglistbox .biglist-row .biglist-col {
  vertical-align: top;
  width: 100%;
  display: block;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .biglistbox .biglist-row .biglist-col {
    padding: 15px 0 15px 0;
  }
}
.biglistbox .biglist-row .biglist-features {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  width: 100%;
}
.biglistbox .biglist-row .biglist-features ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .biglistbox .biglist-row .biglist-features ul {
    flex-direction: column;
    display: table;
    margin: auto;
    width: auto;
  }
}
.biglistbox .biglist-row .biglist-features li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  width: 50%;
}
@media (max-width: 768px) {
  .biglistbox .biglist-row .biglist-features li {
    width: 100%;
    display: table;
    text-align: left;
    font-size: 120%;
    margin-bottom: 10px;
  }
  .biglistbox .biglist-row .biglist-features li:last-child {
    margin-bottom: 0;
  }
  .biglistbox .biglist-row .biglist-features li .fa {
    font-size: 70%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.biglistbox .biglist-row .biglist-features li .fa {
  position: absolute;
  left: 0;
}
.biglistbox .biglist-row .biglist-features li .fa-check {
  color: green;
}
.biglistbox .biglist-row .biglist-features li .fa-times {
  color: #C92128;
}
.biglistbox .biglist-row .price-and-view {
  display: flex;
  padding-left: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}
.biglistbox .biglist-row .price-and-view p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .biglistbox .biglist-row {
    display: block;
  }
  .biglistbox .biglist-row .biglist-col {
    vertical-align: unset;
    width: 100%;
    display: block;
  }
  .biglistbox .biglist-row .right-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .biglistbox .biglist-row .biglist-features ul {
    padding: 0;
  }
  .biglistbox .biglist-row .price-and-view {
    display: flex;
    min-width: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 482px) {
  .biglistbox .biglist-row .right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
.biglistbox .biglist-row h3 {
  font-size: 1.4rem;
  color: #0f1825;
  font-weight: normal;
}
.biglistbox .biglist-row .price {
  padding-top: 25px;
  width: 50%;
}
.biglistbox .biglist-row .price p {
  margin-right: 30px;
  margin: 0px 30px 2px 0;
}
.biglistbox .biglist-row .price p:first-child {
  font-size: 24px;
  font-weight: bold;
}
.biglistbox .biglist-row .price p:last-child {
  font-size: 12px;
}

.archivebox {
  color: #505050;
}
.archivebox .price-and-view p {
  margin: 0;
  padding: 0 15px 0 0;
  display: inline-block;
}
.archivebox h3 {
  margin: 0;
}
.archivebox .biglist-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.archivebox .biglist-header .price-and-view {
  padding-bottom: 5px;
}
.archivebox .biglist-header .biglist-left {
  width: 25%;
  padding-right: 15px;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  display: flex;
  flex-direction: row;
  height: auto;
}
@media (max-width: 767px) {
  .archivebox .biglist-header .biglist-left {
    min-width: 0;
    max-width: 100%;
  }
}
.archivebox .title-and-stars {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 5px;
}
.archivebox .title-and-stars .star-rating {
  min-width: 200px;
}
.archivebox .title-and-stars .condensed-review-box {
  justify-content: flex-end;
}
.archivebox .noresults {
  text-align: center;
  display: block;
  padding: 15px;
}
.archivebox .biglist-row {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.archivebox .biglist-row .coupon-excerpt {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .archivebox .biglist-row {
    padding: 1.6rem;
  }
}
.archivebox .biglist-row .biglist-col {
  vertical-align: top;
  width: 100%;
  display: block;
  padding-top: 5px;
}
.archivebox .biglist-row .biglist-features {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  width: 100%;
}
.archivebox .biglist-row .biglist-features ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archivebox .biglist-row .biglist-features li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  width: 50%;
}
@media (max-width: 768px) {
  .archivebox .biglist-row .biglist-features li {
    width: 100%;
  }
}
.archivebox .biglist-row .biglist-features li .fa {
  position: absolute;
  left: 0;
}
.archivebox .biglist-row .biglist-features li .fa-check {
  color: green;
}
.archivebox .biglist-row .biglist-features li .fa-times {
  color: #C92128;
}
.archivebox .biglist-row .price-and-view {
  display: flex;
  padding-left: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}
.archivebox .biglist-row .price-and-view p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .archivebox .biglist-row {
    display: block;
  }
  .archivebox .biglist-row .biglist-col {
    vertical-align: unset;
    width: 100%;
    display: block;
  }
  .archivebox .biglist-row .right-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .archivebox .biglist-row .biglist-features ul {
    padding: 0;
  }
  .archivebox .biglist-row .price-and-view {
    display: flex;
    min-width: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 482px) {
  .archivebox .biglist-row .right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
.archivebox .biglist-row h3 {
  font-size: 1.4rem;
  color: #0f1825;
  font-weight: normal;
}
.archivebox .biglist-row .viewplan button,
.archivebox .biglist-row .viewplan a,
.archivebox .biglist-row .viewplan a:hover,
.archivebox .biglist-row .viewplan a:focus {
  display: table;
  margin: 20px auto auto 0;
  /*
  color:map.get($colors, "white") !important;
  background: map.get($colors, "mainblue");    
  border:map.get($colors, "mainblue") 2px solid;
  border-radius: 4px;
  padding:15px 30px;
  */
  text-decoration: none;
}
@media (max-width: 1240px) {
  .archivebox .biglist-row .viewplan button,
  .archivebox .biglist-row .viewplan a,
  .archivebox .biglist-row .viewplan a:hover,
  .archivebox .biglist-row .viewplan a:focus {
    /* font-size: 1rem;;
     padding:10px 25px;
     */
  }
}
.archivebox .biglist-row .price {
  padding-top: 25px;
  width: 50%;
}
.archivebox .biglist-row .price p {
  margin-right: 30px;
  margin: 0px 30px 2px 0;
}
.archivebox .biglist-row .price p:first-child {
  font-size: 24px;
  font-weight: bold;
}
.archivebox .biglist-row .price p:last-child {
  font-size: 12px;
}

.biglistbox .biglist-row {
  display: block !important;
}

@media (max-width: 767px) {
  .biglistbox {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: calcRem(767px)) {
  .elementor-widget-container .biglistbox.couponlist-box .biglist-row {
    flex-direction: row;
    padding: 1.6rem !important;
  }
}

.biglistbox.couponlist-box {
  position: relative;
}
.biglistbox.couponlist-box .viewplan button,
.biglistbox.couponlist-box .viewplan a {
  margin-bottom: 15px !important;
}
.biglistbox.couponlist-box .viewplan button.coupon-code,
.biglistbox.couponlist-box .viewplan a.coupon-code {
  display: none;
}
@media (max-width: 767px) {
  .biglistbox.couponlist-box .card.biglist-row, .biglistbox.couponlist-box .biglist-row.card--innershadow {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .biglistbox.couponlist-box .card.biglist-row .condensed-review-box, .biglistbox.couponlist-box .biglist-row.card--innershadow .condensed-review-box {
    justify-content: center;
  }
  .biglistbox.couponlist-box .card.biglist-row .left-col, .biglistbox.couponlist-box .biglist-row.card--innershadow .left-col {
    /*
    vertical-align: middle;
    text-align: center;
    & + div{
        width:auto;
        margin:auto;
        display: table;
        vertical-align: top;
        padding-left:0rem;
        text-align: center !important
    }
        */
  }
  .biglistbox.couponlist-box img {
    max-width: 130px;
    padding-bottom: 15px;
  }
}
.biglistbox.couponlist-box .biglist-row {
  display: flex !important;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}
.biglistbox.couponlist-box .biglist-row .elementor__coupon_header {
  text-align: left;
}
@media (max-width: 767px) {
  .biglistbox.couponlist-box .biglist-row .elementor__coupon_header {
    text-align: left;
  }
}
.biglistbox.couponlist-box .biglist-row .coupon-excerpt {
  padding-top: 15px;
}
.biglistbox.couponlist-box .biglist-row .coupon-excerpt:empty {
  display: none;
}
@media (max-width: 767px) {
  .biglistbox.couponlist-box .biglist-row .coupon-excerpt {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .biglistbox.couponlist-box .biglist-row {
    flex-direction: row;
    padding: 1.6rem !important;
  }
  .biglistbox.couponlist-box .biglist-row .total-reviews {
    font-size: 80% !important;
  }
}
.biglistbox.couponlist-box .biglist-col.right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 0px 0 0px;
}
.biglistbox.couponlist-box .biglist-col.right-col .total-reviews {
  display: block;
  width: 100%;
  text-align: center;
}
.biglistbox.couponlist-box .biglist-col.right-col .condensed-review-box {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.biglistbox.couponlist-box .biglistbox .biglist-row {
  display: block !important;
}
.biglistbox.couponlist-box .left-col {
  width: 70%;
  vertical-align: middle;
}
.biglistbox.couponlist-box .left-col + div {
  width: 30%;
  vertical-align: top;
  padding-left: 1rem;
  text-align: center;
}
@media (max-width: calcRem(767px)) {
  .biglistbox.couponlist-box .left-col {
    width: 100% !important;
    vertical-align: top;
    padding-left: 0rem;
    text-align: center;
  }
}
.biglistbox.couponlist-box a {
  text-decoration: none;
}
.biglistbox.couponlist-box .host_title {
  font-weight: 500;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #0f1825;
  display: block;
  text-decoration: none;
}
.biglistbox.couponlist-box .condesed-score {
  font-size: 1.6rem;
  padding: 15px 0;
  color: #505050;
}
.biglistbox.couponlist-box .condesed-score > span:first-child {
  color: #171103;
}
.biglistbox.couponlist-box .viewplan {
  text-align: left;
  display: inline-block;
  clear: both;
}
.biglistbox.couponlist-box .times-used {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .biglistbox.couponlist-box .times-used {
    text-align: center;
  }
}
@media screen and (max-width: 482px) {
  .biglistbox.couponlist-box .biglist-col.left-col .viewplan {
    bottom: 2.7rem;
  }
  .biglistbox.couponlist-box .biglist-col.right-col {
    margin-bottom: 0 !important;
  }
}

.condensed-stars {
  font-size: 20px;
}
.condensed-stars .fa-star-o {
  color: #C3C3C3;
}

.condesed-score {
  color: #505050;
}
.condesed-score > span:first-child {
  color: #171103;
}

.condesed-score {
  font-size: 1rem;
}
.condesed-score span {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
}
.condesed-score span:first-child {
  position: relative;
  font-size: 1rem;
  font-weight: normal;
}

.responsivetable {
  margin-bottom: 30px;
}
.responsivetable table {
  padding: 1rem;
  width: 100%;
  border: 1px solid rgba(239, 239, 239, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-collapse: collapse;
}
.responsivetable table thead {
  background: #0f1825;
  color: #FDFFFC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.responsivetable table thead th:first-child {
  border-top-left-radius: 5px;
}
.responsivetable table thead th:last-child {
  border-top-right-radius: 5px;
}
.responsivetable table th,
.responsivetable table td {
  text-align: center;
  padding: 15px;
}
.responsivetable table a {
  color: #0f1825;
  text-decoration: none;
}
.responsivetable table .fa-times {
  color: #C92128;
}
.responsivetable table .fa-check {
  color: green;
}
.responsivetable table .annum-price {
  font-size: 0.8rem;
  display: block;
}
.responsivetable table .table-price {
  font-weight: bold;
}
.responsivetable .viewplan button,
.responsivetable .viewplan a,
.responsivetable .viewplan a:hover,
.responsivetable .viewplan a:focus {
  display: inline-block;
  margin: 20px auto auto auto;
  /*
  color:map.get($colors, "white") !important;
  background: map.get($colors, "mainblue");    
  border:map.get($colors, "mainblue") 2px solid;
  border-radius: 35px;
  padding:15px 30px;
  */
  text-decoration: none;
  border: 0;
}
@media (max-width: 1240px) {
  .responsivetable .viewplan button,
  .responsivetable .viewplan a,
  .responsivetable .viewplan a:hover,
  .responsivetable .viewplan a:focus {
    font-size: 1rem;
    padding: 10px 25px;
    white-space: nowrap;
  }
}

.overall-review-box {
  display: flex;
  border: 0;
  padding: 1rem 2rem;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 768px) {
  .overall-review-box {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .overall-review-box {
    padding: 1rem 1rem;
  }
}
.overall-review-box .overall-review-col {
  width: 50%;
}
@media (max-width: 768px) {
  .overall-review-box .overall-review-col {
    width: 100%;
  }
}
.overall-review-box .far,
.overall-review-box .fa {
  font-size: 20px;
}
@media (max-width: 768px) {
  .overall-review-box .far,
  .overall-review-box .fa {
    font-size: 16px;
  }
}
.overall-review-box .fa-star-o {
  color: #C3C3C3;
}
.overall-review-box .rating-label {
  position: relative;
  text-align: left;
  font-weight: bold;
}
.overall-review-box .individual-rating {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  text-align: left;
  flex-direction: column;
  row-gap: 0.1rem;
}
.overall-review-box .rating-value {
  display: flex;
  align-items: center;
}
.overall-review-box .overall-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f1825;
  padding-bottom: 15px;
  display: block;
  font-family: "Copyright Klim Type Foundry";
}
@media (max-width: 568px) {
  .overall-review-box .overall-title {
    font-size: 1rem;
  }
}
.overall-review-box .overall_score {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: #0f1825;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .overall-review-box .overall_score {
    font-size: 1.3rem;
  }
}

.comments-list-outer {
  margin: 0;
  list-style: none;
  padding: 20px 0 0 0;
}
.comments-list-outer ul {
  margin: 0;
  padding: 0;
}
.comments-list-outer li {
  list-style: none;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .comments-outer > .container {
    padding: 1rem 1rem;
  }
}

.comment-respond hr {
  display: none;
}

.comments-outer .overall-review {
  padding: 0 0;
}
.comments-outer .overall-review + hr {
  margin-bottom: 15px;
}
.comments-outer .overall-review .overall-title {
  font-weight: bold;
  margin-right: 15px;
  font-family: "Copyright Klim Type Foundry";
}
@media (max-width: 768px) {
  .comments-outer .overall-review {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .comments-outer .webhost-header--icon {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .comments-outer .comment-form-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .comments-outer .comment-form-flex > p {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .comments-outer .comment-form-flex {
    float: left;
    width: 50%;
  }
  .comments-outer .comment-form-flex > p {
    width: 100%;
  }
}

.comment-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
}
.comment-row .comment-col {
  width: 260px;
}
.comment-row .comment-col + div {
  padding-left: 30px;
  box-sizing: border-box;
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .comment-row .comment-col + div {
    width: 100%;
    padding: 0;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .comment-row .comment-col {
    width: 100%;
  }
}
.comment-row .overall-container {
  display: table;
  margin: 0 auto 0 0;
}
@media (max-width: 768px) {
  .comment-row .overall-container {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.comment-row .far,
.comment-row .fa {
  font-size: 20px;
}
@media (max-width: 768px) {
  .comment-row .far,
  .comment-row .fa {
    font-size: 16px;
  }
}
.comment-row .fa-star-o {
  color: #C3C3C3;
}
.comment-row .rating-label {
  position: relative;
  text-align: left;
  font-weight: bold;
}
.comment-row .individual-rating {
  margin-bottom: 10px;
  position: relative;
}
.comment-row .rating-value {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}
.comment-row .overall-title {
  text-align: left;
  font-size: 1.2rem;
  padding-bottom: 15px;
  display: block;
}
@media (max-width: 768px) {
  .comment-row .overall-title {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    padding-bottom: 0;
  }
}
.comment-row .overall_score {
  display: block;
  margin-left: 0;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 15px;
}
.comment-row .overall_score > span:first-child {
  color: #171103;
}
@media (max-width: 768px) {
  .comment-row .overall_score {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 1.3rem;
    padding-left: 10px;
    margin-bottom: 15px;
  }
}
.comment-row .comment-intro {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .comment-row .comment-intro {
    margin-bottom: 0;
  }
}
.comment-row .comment-intro a {
  font-size: 1.3rem;
  color: #505050;
  text-decoration: none;
  display: block;
}
@media (max-width: 768px) {
  .comment-row .comment-intro a {
    line-height: 1;
    margin-bottom: 5px;
  }
}
.comment-row .comment-intro .comment-name {
  font-size: 1rem;
  text-transform: capitalize;
}
.comment-row .comment-intro .comment-when {
  font-size: 1rem;
  color: #505050;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .comment-row .comment-intro .comment-when {
    position: static;
    font-size: 0.9rem;
    display: block;
    padding-top: 0px;
    transform: none;
  }
}
.comment-row .comment-summary .h-3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}
@media (max-width: 768px) {
  .comment-row .comment-summary .h-3 {
    display: none;
  }
}
.comment-row .comment-summary .h-4 {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 0;
  display: block;
}
@media (max-width: 768px) {
  .comment-row .comment-summary .h-4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .comment-row .comment-content {
    margin: 0 0 0px 0;
  }
  .comment-row .comment-content p {
    margin: 0 0 5px 0;
  }
}

.comment-form-rating-outer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form-rating-outer > p {
  width: 50%;
}
@media (max-width: 768px) {
  .comment-form-rating-outer > p {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .comment-form-rating-outer {
    width: 50%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
  }
}

.checkbox-row, .comment-form-cookies-consent {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  grid-template-columns: 15px calc(100% - 15px);
  width: 100%;
  justify-content: space-between;
}

.comments_form input[type=text] {
  width: 100%;
}
.comments_form .submit {
  width: auto;
  display: table;
  margin: auto;
}

.comment-content p {
  margin: 0 0 5px 0;
}

.comment-row .comment-intro a {
  color: #09757a;
}

span[data-star-rating] .gl-star-rating--stars[aria-label]:before,
span[data-star-rating] .gl-star-rating--stars[aria-label]:after {
  display: none !important;
}

span[data-star-rating]:hover .gl-star-rating--stars[aria-label]:before,
span[data-star-rating]:hover .gl-star-rating--stars[aria-label]:after {
  display: block !important;
}

.condensed-review-box {
  text-align: left;
  justify-content: start;
  align-items: center;
  display: flex;
}
.condensed-review-box .condesed-score {
  padding: 0 10px !important;
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  color: #F6C450;
}
.condensed-review-box .condesed-score span:first-child {
  position: static;
  top: 0;
  line-height: 1;
  font-size: 1.2rem;
}
.condensed-review-box .condesed-score span:first-child + span {
  padding-left: 3px;
  padding-right: 3px;
}
.condensed-review-box .condesed-score span:first-child ~ span {
  color: #505050;
  font-size: 1.2rem;
  top: 0;
}
.condensed-review-box .condensed-stars {
  padding-bottom: 0;
}
.condensed-review-box .condesed-score, .condensed-review-box .total-reviews {
  display: inline;
  margin-right: 10px;
}

.total-reviews > a {
  color: #0f1825;
}

.no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.sv-archive-grid {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.sv-archive-grid .sv-archive-post {
  width: 100%;
}
.sv-archive-grid .sv-archive-post div {
  overflow: hidden;
  border-radius: 6px;
  display: block;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FDFFFC;
  color: #505050;
  position: relative;
  height: 100%;
}
.sv-archive-grid .sv-archive-post div > a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  padding-bottom: 80%;
  background-color: #0f1825;
}
.sv-archive-grid .sv-archive-post div:before {
  /*
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color: map.get($colors, "overlay");
  content:'';
  display: block;
  */
}
.sv-archive-grid .sv-archive-post a {
  color: #0f1825;
  text-decoration: none;
  word-wrap: break-word;
}
.sv-archive-grid .sv-archive-post a:hover {
  text-decoration: underline;
}
.sv-archive-grid .sv-archive-post .archive-post-footer {
  position: static;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  box-sizing: border-box;
}
.sv-archive-grid .sv-archive-post .archive-date {
  display: block;
  font-style: italic;
  padding-bottom: 2px;
}
.sv-archive-grid .sv-archive-post .archive-date a:hover {
  text-decoration: underline;
}
.sv-archive-grid .sv-archive-post .archive-title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
.sv-archive-grid .sv-archive-post .archive-title a:hover {
  color: #0f1825;
}
@media (min-width: 768px) {
  .sv-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .sv-archive-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.placeholder-list.reviews-archive {
  padding-left: 0;
}

.hostsearch-row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .hostsearch-row {
    flex-wrap: wrap;
  }
}
.hostsearch-row .hostsearch-right {
  width: 80%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .hostsearch-row .hostsearch-right {
    width: 100%;
  }
}
.hostsearch-row .hostsearch-left {
  width: 20%;
}
.hostsearch-row .hostsearch-left a {
  display: table;
}
.hostsearch-row .hostsearch-left .btn-1, .hostsearch-row .hostsearch-left .submit,
.hostsearch-row .hostsearch-left .btn-2 {
  width: 100%;
}
.hostsearch-row .hostsearch-left img {
  max-width: 200px;
  display: table;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hostsearch-row .hostsearch-left {
    width: 100%;
    text-align: center;
  }
  .hostsearch-row .hostsearch-left img {
    max-width: 200px;
    display: table;
    margin: auto;
  }
  .hostsearch-row .hostsearch-left .btn-1, .hostsearch-row .hostsearch-left .submit,
  .hostsearch-row .hostsearch-left .btn-2 {
    display: none;
  }
  .hostsearch-row .hostsearch-left .mb-2 {
    margin: auto;
  }
}
.hostsearch-row .hostsearch-right {
  padding-left: 30px;
}
.hostsearch-row .hostsearch-right .mobile-buttons {
  display: none;
}
@media screen and (max-width: 767px) {
  .hostsearch-row .hostsearch-right {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .hostsearch-row .hostsearch-right .title-and-stars {
    justify-content: center;
    order: 2;
    padding-top: 15px;
  }
  .hostsearch-row .hostsearch-right .elementor__paragraph {
    order: 3;
  }
  .hostsearch-row .hostsearch-right .hostingsearch-rating {
    order: 1;
  }
  .hostsearch-row .hostsearch-right .individual-rating {
    justify-content: space-between;
    font-size: 120%;
  }
  .hostsearch-row .hostsearch-right .mobile-buttons {
    order: 4;
    display: block;
    padding-top: 15px;
  }
  .hostsearch-row .hostsearch-right .mobile-buttons .btn-2 {
    margin-bottom: 0;
  }
  .hostsearch-row .hostsearch-right .mobile-buttons a {
    width: 200px;
  }
  .hostsearch-row .hostsearch-right .mobile-buttons button {
    width: 200px;
  }
}
.hostsearch-row .overall-review-box {
  padding: 30px 0 0 0;
}
.hostsearch-row .overall-review-col {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hostsearch-row .overall-review-col .far,
.hostsearch-row .overall-review-col .fa {
  font-size: 16px;
}
.hostsearch-row .individual-rating {
  width: 50%;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .hostsearch-row .individual-rating {
    width: 100%;
  }
}
.hostsearch-row .rating-label {
  font-size: 0.9rem;
  padding-right: 15px;
  width: 120px;
}

.company-search-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.company-search-outer .search-text {
  display: none;
}
@media (max-width: 768px) {
  .company-search-outer {
    width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .company-search-outer .search-text {
    display: inline-block;
    margin-left: 15px;
  }
  .company-search-outer .company-search {
    background: #0f1825 !important;
    color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    margin-right: -3px;
  }
  .company-search-outer .price-sorting-card {
    flex-grow: 1;
  }
  .company-search-outer > div {
    padding-bottom: 15px;
  }
  .company-search-outer > div:last-child {
    padding-bottom: 0;
  }
}
.company-search-outer .search {
  flex-grow: 1;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .company-search-outer .search {
    padding-right: 0;
  }
}
.company-search-outer .search-outer {
  position: relative;
  width: 100%;
}
.company-search-outer .search-outer input[type=text] {
  width: 100%;
  height: 52px;
}
.company-search-outer .search-outer .company-search,
.company-search-outer .search-outer .search-submit {
  position: absolute;
  right: 15px;
  top: 0;
  border: 0;
  background: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .company-search-outer .search-outer .company-search,
  .company-search-outer .search-outer .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: 0;
    top: 0;
    transform: 0;
    line-height: 1;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: translateY(0);
  }
}

.whichweb-heading {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.recommended-cheapest {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  min-width: 100%;
}
.recommended-cheapest.cols-1 > div {
  width: 100%;
}
@media (max-width: 767px) {
  .recommended-cheapest.cols-1 > div {
    width: 100%;
  }
}
.recommended-cheapest.cols-2 > div {
  width: 50%;
}
@media (max-width: 767px) {
  .recommended-cheapest.cols-2 > div {
    width: 100%;
  }
}
.recommended-cheapest.cols-3 > div {
  width: 33%;
}
@media (max-width: 767px) {
  .recommended-cheapest.cols-3 > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recommended-cheapest {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.recommended-cheapest .fa-question-circle {
  font-size: 20px;
  cursor: pointer;
}
.recommended-cheapest__card {
  position: relative;
  background: #FFF;
  margin: 0 15px;
  flex-grow: 1;
  padding-bottom: 100px;
  border-radius: 6px;
  overflow: hidden;
}
.recommended-cheapest__card .fa {
  position: relative;
}
@media (max-width: 767px) {
  .recommended-cheapest__card {
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.recommended-cheapest__plan {
  font-weight: bold;
  text-align: center;
}
.recommended-cheapest__type {
  text-align: center;
}
.recommended-cheapest__price .price p {
  margin-top: 5px;
}
.recommended-cheapest__price .price > div {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .recommended-cheapest__price .price > div {
    flex-wrap: wrap;
  }
}
.recommended-cheapest__price .price > div > p {
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .recommended-cheapest__price .price > div > p {
    font-size: 1rem;
    padding: 0;
  }
}
.recommended-cheapest__price .price > span {
  display: block;
  text-align: center;
}
.recommended-cheapest__image {
  text-align: center;
  margin-bottom: 10px;
}
.recommended-cheapest__image img {
  width: 120px;
  margin: auto;
}
.recommended-cheapest__button {
  text-align: center;
  padding-bottom: 15px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .recommended-cheapest__button {
    position: static;
  }
}
.recommended-cheapest__button a {
  display: table;
  margin: auto;
}
.recommended-cheapest__header {
  padding: 15px 30px;
  background-color: #0f1825;
  color: #FFF;
  text-align: center;
}
.recommended-cheapest__header .fa {
  margin-left: 15px;
}
.recommended-cheapest__body {
  padding: 15px 30px;
}
.recommended-cheapest .biglist-features {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  width: auto;
}
.recommended-cheapest .biglist-features ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.recommended-cheapest .biglist-features li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  width: auto;
  text-align: center;
}
.recommended-cheapest .biglist-features li span {
  display: inline-block;
}
.recommended-cheapest .biglist-features li .fa {
  margin-right: 5px;
}
.recommended-cheapest .biglist-features li .fa-check {
  color: green;
}
.recommended-cheapest .biglist-features li .fa-times {
  color: #C92128;
}

#primary #acf-form {
  background: #FFF;
  padding: 30px;
  margin: 30px 0;
}
#primary .acf-tab-wrap {
  display: none;
}
#primary .acf-field-tab {
  display: block !important;
}
#primary .acf-field-tab {
  display: none !important;
}
#primary .div[data-type=tab] {
  display: none !important;
}
#primary .acf-hidden {
  display: block !important;
}
#primary .acf-button {
  padding: 1rem 1.4rem;
  color: white;
  border: none;
  background-color: #0f1825;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 3px 3px 0px #FDFFFC;
}
#primary .acf-button:hover {
  transform: scale(1.05);
}

.rating-badge {
  width: 400px;
  position: relative;
}
.rating-badge .rating-badge__flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.rating-badge .rating-badge__flex .raing-badge__logo {
  width: 100px;
}
.rating-badge a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.rating-badge a > span {
  position: absolute;
  left: -99999px;
}

.rating-row__flex {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  column-gap: 10px;
}

#content-sections-badge {
  padding-top: 30px;
}

.pixel-area {
  display: table;
  vertical-align: middle;
  column-gap: 0px;
  border: 1px solid #EFEFEf;
  width: auto;
  height: 50px;
  max-width: auto;
}
.pixel-area > div {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.pixel-area > div:first-child {
  flex-grow: 1;
}
.pixel-area pre,
.pixel-area textarea,
.pixel-area input {
  padding: 10px;
  margin: 0 !important;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  resize: none;
  width: auto;
  flex-grow: 1;
  height: 50px;
  background: #FFF;
  border: 0 !important;
  white-space: nowrap;
  text-wrap: unset;
  min-width: 400px;
}
.pixel-area button {
  padding: 10px;
  height: 50px;
  white-space: nowrap;
  margin: 0 !important;
}

.biglistbox .btn-2 {
  padding: 13px 13px 13px 13px;
  border: 2px solid #0f1825;
  background: #FFF;
  color: var(--e-global-color-secondary);
  font-size: var(--e-global-typography-sk_type_14-font-size);
  font-family: var(--e-global-typography-sk_type_14-font-family), Sans-serif;
}

.filters-trigger,
.mobile-footer {
  display: none;
}

.coupon-filter .cf-header .fa-times,
.hosting-filter .cf-header .fa-times {
  display: none;
}

@media (max-width: 368px) {
  .card, .card--innershadow {
    padding: 0.5rem 1.5rem;
  }
  .herospacer {
    height: auto;
  }
  .webhost__header__row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .webhost__header__row .webhost__header--icon {
    width: auto;
    order: 1;
  }
  .webhost__header__row .webhost__header {
    flex-basis: 100%;
    order: 3;
    grid-column: span 2/span/2;
  }
  .webhost__header__row .toggle-section {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .inner-header {
    align-items: center;
  }
  body .responsivetable {
    max-width: 100%;
    overflow-y: auto;
  }
  body .responsivetable th {
    font-size: 0.9rem;
    font-weight: normal;
  }
  body .responsivetable table th, body .responsivetable table td {
    padding: 5px 10px;
  }
  body .responsivetable table th a, body .responsivetable table td a {
    padding: 10px 15px;
  }
}
@media (max-width: 1100px) {
  .hosting-bar-navigation {
    overflow: visible !important;
  }
  .hosting-bar-navigation .btn-1, .hosting-bar-navigation .submit,
  .hosting-bar-navigation .my-auto {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hosting-nav-container {
    padding: 15px;
    overflow: visible;
  }
  .hosting-nav-container .hosting-bar-links__wrapper .btn-2,
  .hosting-nav-container .hosting-bar-links__wrapper > .d-flex {
    display: none !important;
  }
  .custom-single-post-navigation {
    display: block !important;
  }
  .custom-single-post-navigation .custom-single-dd ul {
    right: auto;
  }
  .custom-single-post-navigation .custom-single-dd ul li:hover {
    border-bottom: 0;
  }
  .custom-single-post-navigation .custom-single-dd ul li {
    padding: 0;
  }
  .custom-single-post-navigation .custom-single-dd ul li a {
    padding: 10px 30px;
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
  .hosting-nav-container .hosting-bar-navigation .hosting-bar-links__wrapper {
    align-items: center;
  }
  .hosting-nav-container .hosting-bar-navigation .hosting-bar__buttons {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .search-form--navbar {
    display: none !important;
  }
  .search-form--mobilemenu {
    width: 100%;
    justify-content: center;
    display: flex !important;
  }
  .grid-col-2, .grid-col-3, .grid-col-4, grid-col-3--coupon {
    display: grid;
    grid-template-columns: 1fr;
  }
  .w-100 {
    width: 100%;
  }
  .title, .post__header {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) and (max-width: 768px) {
  .title, .post__header {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  input {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .heroheader input {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .m-0-mobile {
    margin: 0 !important;
  }
}
@media (max-width: 991.98px) {
  footer .social {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .icon-containers h2,
  .icon-containers div,
  .icon-containers .paragraph,
  .icon-containers p,
  .icon-containers .webhost-summary--content,
  .icon-containers .summary,
  .icon-containers .webhost-summary--content ul > li,
  .webhost-summary--content .icon-containers ul > li,
  .icon-containers .summary ul > li,
  .summary .icon-containers ul > li,
  .icon-containers .total-reviews > a {
    text-align: center;
  }
  .icon-containers .my-auto {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .icon-containers .grid-col-2 {
    margin-top: 30px;
  }
  .icon-containers .section + .section .my-auto {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  body .wave-blue,
  body .wave-dark {
    height: 200px !important;
  }
  body .background-gradient--home {
    padding: 0;
  }
  body .py-5 {
    padding-bottom: 1rem !important;
  }
  body .card--review {
    max-width: 100% !important;
    margin-bottom: 30px;
  }
  body .ms-auto {
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  body.no-scrolling {
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .filters-trigger {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .admin-bar .filter-sidebar-column.is-active {
    top: 30px;
  }
}
@media (max-width: 991.98px) {
  .filter-sidebar-column {
    display: none;
  }
  .filter-sidebar-column.is-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: block !important;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    padding: 5px;
  }
  .filter-sidebar-column.is-active .card, .filter-sidebar-column.is-active .card--innershadow {
    padding: 0;
  }
  .filter-sidebar-column.is-active .hosting-filter {
    display: block;
  }
  .filter-sidebar-column.is-active .mobile-footer {
    position: fixed;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 999999;
    padding: 10px;
    display: block;
  }
  .filter-sidebar-column.is-active form .hosting-filter {
    overflow: auto;
  }
  .filter-sidebar-column.is-active form > .cf-header .fa {
    display: none !important;
  }
  .filter-sidebar-column.is-active form > .cf-header .fa-times {
    display: block !important;
    cursor: pointer;
  }
  .filter-sidebar-column.is-active form .cf-header {
    padding: 15px;
  }
  .filter-sidebar-column.is-active form .cf-body {
    display: block;
    height: 90vh;
    overflow: auto;
    padding: 15px 15px 60px 15px;
  }
  .filter-sidebar-column.is-active form h4 {
    pointer-events: none;
  }
  .filter-sidebar-column.is-active form h4 .fa {
    pointer-events: initial;
  }
  .filter-sidebar-column.is-active form .checkbox-input {
    visibility: visible !important;
    height: auto !important;
    padding: 5px 0 5px 0 !important;
  }
}
@media (max-width: 991.98px) {
  .coupon-filter .filter-submit,
  .hosting-filter .filter-submit {
    display: none;
  }
  .coupon-filter .mobile-footer,
  .hosting-filter .mobile-footer {
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #FFF;
  }
  .coupon-filter .mobile-footer .d-flex > div,
  .hosting-filter .mobile-footer .d-flex > div {
    width: 50%;
    padding: 5px 10px;
  }
  .coupon-filter .mobile-footer .d-flex > div button,
  .hosting-filter .mobile-footer .d-flex > div button {
    margin: 0 !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hosting-nav-container {
    margin-left: 0;
    margin-right: 0;
  }
  .admin-bar .hosting-nav-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .filter-sidebar-column.is-active form .cf-body {
    overflow-x: hidden;
  }
  .range-slider input {
    width: 100%;
  }
}
select {
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-right: 1px solid #F6FAFF;
}

.hosting-nav-container {
  top: 0;
}

@media (max-width: 991px) {
  .filter-sidebar-column.is-active form .cf-body {
    overflow-x: hidden;
  }
  .range-slider input {
    width: 100%;
  }
}
.comments-sorting {
  display: table;
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  width: auto;
}

.comments-sorting label {
  padding-right: 10px;
}

/*# sourceMappingURL=main.css.map */
