/*
 * Theme Name: RedRat
 * Theme URI: https://redrat.co.uk
 * Description: RedRat wesbite theme.
 * Version: 1.0
 * Author: Anna Dodge
 * Author URI: http://annadodge.co.uk
*/
body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-weight: 400; }
  body .wrapper {
    padding: 0; }
    body .wrapper p, body .wrapper ul, body .wrapper li {
      font-size: 15px;
      line-height: 1.75em; }

.maroon {
  color: #a13152; }

.red {
  color: #D32034; }

.default {
  color: #333; }

.blue {
  color: #225d9e; }

.light-grey {
  color: #F4F4F4; }

.dark-grey {
  color: #333; }

.white {
  color: white; }

.uc {
  text-transform: uppercase; }

.lc {
  text-transform: lowercase; }

.light {
  font-weight: 300; }

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

.bold {
  font-weight: 600; }

h1 {
  font-family: "Lato", sans-serif;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 20px; }

h2 {
  font-weight: 600;
  margin-bottom: 20px; }
  h2.page-title {
    font-weight: 500;
    letter-spacing: normal;
    line-height: 100px; }

h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  color: #a13152; }

h4 {
  color: #969696;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-size: 14px; }

hr {
  border-color: #b5b5b5;
  z-index: 5; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a.btn {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 20px; }
    a.btn:focus, a.btn:active:focus {
      outline: none; }
    a.btn:hover {
      background-color: #eee; }
    a.btn.btn-colored {
      border-color: #a13152;
      color: #a13152; }
      a.btn.btn-colored:hover {
        color: white;
        background-color: #a13152; }

p a {
  color: #337ab7; }

li a {
  color: #337ab7; }

nav.navbar.navbar-default.navbar-fixed-top {
  background-color: white;
  border: none;
  padding-top: 10px;
  height: 100px;
  -webkit-transition: 0.5s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: 0.5s ease-in-out; }
  nav.navbar.navbar-default.navbar-fixed-top .container .navbar-header #logo {
    height: 40px;
    position: relative;
    top: 5px;
    -webkit-transition: 0.5s ease-in-out;
    /* For Safari 3.1 to 6.0 */
    transition: 0.5s ease-in-out; }
  nav.navbar.navbar-default.navbar-fixed-top .container .navbar-collapse {
    -webkit-transition: 0.5s ease-in-out;
    /* For Safari 3.1 to 6.0 */
    transition: 0.5s ease-in-out; }
    nav.navbar.navbar-default.navbar-fixed-top .container .navbar-collapse ul.dropdown-menu {
      padding: 0; }
  nav.navbar.navbar-default.navbar-fixed-top.shrink {
    padding-top: 0;
    height: 75px;
    box-shadow: 0px 1px 5px #999; }
    nav.navbar.navbar-default.navbar-fixed-top.shrink #logo {
      height: 35px; }
  nav.navbar.navbar-default.navbar-fixed-top #menu-primary-menu {
    padding-top: 15px; }

@media screen and (max-width: 769px) {
  #menu-primary-menu {
    margin-bottom: -30px;
    padding-top: 0 !important; } }
#search {
  max-height: 15px;
  position: relative;
  top: -2px; }

/* SEARCH */
#search-icon {
  height: 17px;
  margin-top: 14px;
  -webkit-transition: 0.5s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: 0.5s ease-in-out; }

#s {
  position: absolute;
  right: 40px;
  top: 0;
  width: 200px;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #D32034;
  box-shadow: none; }

.hidden {
  display: none; }

.larger {
  height: 20px !important; }

/*
 * NAV TRANSITIONS -- only when not collapsed
 * Credit to Codrops: https://tympanus.net/codrops/2016/01/06/inspiration-for-line-menu-styles/
 */
@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > .current-menu-ancestor > a {
    background-color: white;
    color: #D32034; }

  .navbar-default .navbar-nav > li {
    margin: 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em; }

  .navbar-default .navbar-nav > li > a {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    /* color: #b5b5b5; */
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

  .navbar-default .navbar-nav > li > a::before,
  .navbar-default .navbar-nav > li > a:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #ca1835;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
    transition: transform 0s 0.3s, opacity 0.2s; }

  .navbar-default .navbar-nav > .active > a::before,
  .navbar-default .navbar-nav > li > a:hover:before,
  .navbar-default .navbar-nav > .current-menu-ancestor > a::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

  .navbar-default .navbar-nav .menu_helper {
    display: block;
    pointer-events: none; }

  .navbar-default .navbar-nav > .active > a .menu_helper,
  .navbar-default .navbar-nav > li > a:hover .menu_helper,
  .navbar-default .navbar-nav > .current-menu-ancestor > a .menu_helper {
    -webkit-animation: anim-francisco 0.3s forwards;
    animation: anim-francisco 0.3s forwards; }

  @-webkit-keyframes anim-francisco {
    50% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    51% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @keyframes anim-francisco {
    50% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    51% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  /* DROPDOWN */
  .navbar .caret {
    display: none; }

  .navbar .dropdown-menu {
    display: none;
    top: 60px;
    border: none;
    border-top: 5px solid #ca1835;
    border-radius: 0;
    -webkit-transition: 0.5s ease-in-out;
    /* For Safari 3.1 to 6.0 */
    transition: 0.5s ease-in-out;
    text-transform: none; }

  .shrink .dropdown-menu {
    top: 53px; }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: white; }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #777; }

  .navbar-default .navbar-nav > .open > a:hover {
    color: #ca1835; }

  .navbar li.dropdown:hover ul {
    display: block; }

  .navbar .open > .dropdown-menu {
    display: none; }

  .navbar ul.dropdown-menu a {
    padding: 10px 15px; }

  .navbar .dropdown-menu > .active > a,
  .navbar .dropdown-menu > .active > a:focus,
  .navbar .dropdown-menu > .active > a:hover {
    background-color: #f4f4f4;
    color: black; }

  .navbar .dropdown-menu:before {
    /* Add a triangle to currently open menu item link */
    top: -23px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #ca1835;
    border-width: 10px;
    right: 25px;
    margin-left: -10px; }

  #menu-primary-menu li.dropdown {
    padding-bottom: 30px; } }
/* hamburger to cross */
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out; }
.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 1px; }
.navbar-toggle .icon-bar:nth-of-type(4) {
  top: 2.5px; }
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  transform-origin: top left;
  transform: rotate(45deg); }
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  background-color: transparent; }
.navbar-toggle.active .icon-bar:nth-of-type(4) {
  transform-origin: bottom left;
  transform: rotate(-45deg); }

@media screen and (max-width: 767px) {
  #bs-example-navbar-collapse-1 {
    background-color: white;
    position: fixed;
    height: 100vh;
    top: 50px;
    right: 0;
    display: block;
    z-index: 1;
    width: 0;
    /*example + never use min-width with this solution */
    transition: width 0.5s ease;
    overflow: hidden; }

  #bs-example-navbar-collapse-1.open {
    width: 376px !important;
    max-width: 100vw;
    border-left: 1px solid #F4F4F4; }

  .navbar-fixed-top .navbar-collapse {
    max-height: 100vh; }

  .navbar-collapse {
    padding: 0; }

  .container > .navbar-collapse {
    margin: 0; }

  .wrapper {
    position: relative;
    right: 0;
    transition: 0.5s ease; }

  .wrapper.open {
    right: 376px; }

  .navbar-nav {
    margin: 0; }

  .navbar-nav > li > a {
    min-width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    padding: 15px 30px; }

  .dropdown-menu > li > a {
    padding: 10px 45px !important; }

  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    color: #D32034; }

  #search-icon {
    display: none; }

  #search-icon-mob {
    display: block;
    position: fixed;
    top: 15px;
    right: 60px;
    height: 22px; }

  #s {
    top: 45px;
    right: 55px;
    border-top: 1px solid #969696; } }
@media screen and (min-width: 768px) {
  #search-icon-mob {
    display: none; }

  #search-form-mob {
    display: none; } }
/* Responsive */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar .container {
    width: 100vw; } }
@media screen and (max-width: 769px) {
  nav.navbar.navbar-default.navbar-fixed-top {
    height: auto;
    padding-top: 0; }
    nav.navbar.navbar-default.navbar-fixed-top .navbar-collapse {
      margin-top: 0;
      padding-top: 0; }
    nav.navbar.navbar-default.navbar-fixed-top a.navbar-brand {
      padding: 7px 15px; }
    nav.navbar.navbar-default.navbar-fixed-top #logo {
      height: 25px !important; }
    nav.navbar.navbar-default.navbar-fixed-top .navbar-toggle,
    nav.navbar.navbar-default.navbar-fixed-top .navbar-toggle:focus,
    nav.navbar.navbar-default.navbar-fixed-top .navbar-toggle:hover {
      border: none;
      background-color: white; }
    nav.navbar.navbar-default.navbar-fixed-top.shrink {
      height: auto;
      box-shadow: 0px 1px 5px #999; }
      nav.navbar.navbar-default.navbar-fixed-top.shrink #logo {
        height: 25px; } }
/* w admin bar */
body.customize-support nav {
  margin-top: 32px; }

@media screen and (max-width: 782px) {
  body.customize-support nav {
    margin-top: 46px; }
    body.customize-support nav.shrink {
      padding-top: 10px; }
    body.customize-support nav #search-icon-mob {
      top: calc(15px + 46px); } }
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }
/*@media screen and (max-width: $bkpt-nav) {
	nav.navbar.navbar-default.navbar-fixed-top {
		height: 50px;
		#logo {
			height: 30px;
		}
	}
} */
#footer-blue-bar {
  background-color: #225d9e;
  height: 10px;
  margin-top: 15px; }

footer {
  padding-top: 50px;
  padding-bottom: 30px; }
  footer .footer1 #info {
    margin-bottom: 20px; }
    footer .footer1 #info p {
      margin-bottom: 0; }
    footer .footer1 #info a:hover {
      color: #D32034 !important; }
  footer .footer1 ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.9em; }
    footer .footer1 ul.sub-menu {
      padding-left: 15px; }
  footer .footer1 #search-icon {
    display: none; }
  footer .footer1 img {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 40px; }
  footer .footer1 h2 {
    margin-top: 0;
    margin-bottom: 10px; }
  footer .footer1 .btn {
    border-color: #225d9e;
    color: #225d9e; }
    footer .footer1 .btn:hover {
      color: white;
      background-color: #225d9e; }
  footer hr {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-bottom: 50px; }
  footer .footer2 .footer-menu li {
    list-style: none;
    float: left;
    padding: 0 20px 10px 20px; }

.to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px; }
  .to-top button {
    background-color: #eee;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    opacity: 0.7;
    border: none; }
    .to-top button:focus {
      outline: none; }
    .to-top button:hover {
      opacity: 1; }

.panel-grid.panel-has-style {
  margin-bottom: 0 !important; }

#content-container .row.panel-row-style {
  padding-top: 50px;
  padding-bottom: 50px; }

.panel-grid .row {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }
  @media screen and (max-width: 768px) {
    .panel-grid .row {
      padding: 0 !important; } }

.so-panel {
  margin-bottom: 0 !important; }

@media screen and (max-width: 768px) {
  .panel-grid-cell {
    margin-bottom: 0 !important; }

  .panel-widget-style {
    padding: 0; } }
.so-widget-image {
  height: auto; }

#home-banner-container {
  background-size: cover;
  height: calc(100vh - 75px);
  max-height: 700px;
  position: relative;
  color: white;
  margin-top: 75px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #home-banner-container {
      margin-top: 50px;
      height: auto; } }
  #home-banner-container .overlay {
    position: absolute;
    left: -15px;
    width: calc(100% + 15px);
    height: 100%;
    background: #D32034;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#D32034, #9c3355);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D32034, #9c3355);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D32034, #9c3355);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D32034, #9c3355);
    /* Standard syntax */
    opacity: 0.8; }
  #home-banner-container #banner-text, #home-banner-container #banner-circles {
    padding-top: 150px;
    padding-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #home-banner-container #banner-text, #home-banner-container #banner-circles {
        padding-top: 50px; } }
  #home-banner-container #banner-text h2 {
    line-height: 1.25em;
    font-size: 24px; }
  #home-banner-container #banner-text h4 {
    font-size: 16px; }
  #home-banner-container #banner-text .btn {
    border-color: white;
    margin-top: 30px; }
    #home-banner-container #banner-text .btn:hover {
      background-color: white;
      color: #a13152; }
  #home-banner-container #banner-circles {
    position: relative; }
    @media screen and (max-width: 768px) {
      #home-banner-container #banner-circles {
        display: none; } }
    #home-banner-container #banner-circles .circle, #home-banner-container #banner-circles .fa, #home-banner-container #banner-circles .product-title {
      position: absolute; }
    #home-banner-container #banner-circles .circle {
      border: 2px solid white;
      border-radius: 150px; }
      #home-banner-container #banner-circles .circle#circle1 {
        height: 150px;
        width: 150px;
        right: 0;
        top: 250px; }
      #home-banner-container #banner-circles .circle#circle2 {
        height: 100px;
        width: 100px;
        right: 25px;
        top: 275px; }
      #home-banner-container #banner-circles .circle#circle3 {
        height: 50px;
        width: 50px;
        right: 50px;
        top: 300px; }
    #home-banner-container #banner-circles .fa-angle-up {
      right: 60px;
      top: 200px; }
    #home-banner-container #banner-circles .fa-angle-down {
      top: 410px;
      right: 60px; }
    #home-banner-container #banner-circles .fa-angle-left {
      right: 175px;
      top: 305px; }
    #home-banner-container #banner-circles .product-title {
      font-size: 24px;
      font-weight: 500; }
      #home-banner-container #banner-circles .product-title#rrx {
        right: 20px;
        top: 150px; }
      #home-banner-container #banner-circles .product-title#irnbx {
        right: 220px;
        top: 295px; }
      #home-banner-container #banner-circles .product-title#modules {
        right: 10px;
        top: 440px; }

.wrap.home-container {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .wrap.home-container {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .wrap.home-container h2 {
    margin-bottom: 20px; }
  .wrap.home-container#rrx img {
    width: 100%;
    min-width: 700px; }
    @media screen and (max-width: 768px) {
      .wrap.home-container#rrx img {
        min-width: 500px; } }
  .wrap.home-container#rrx .btn {
    border-color: #a13152;
    color: #a13152; }
    .wrap.home-container#rrx .btn:hover {
      color: white;
      background-color: #a13152; }
  .wrap.home-container#irnbx {
    background-color: #F4F4F4; }
    .wrap.home-container#irnbx .image {
      position: relative; }
      .wrap.home-container#irnbx .image img {
        position: absolute;
        right: 0;
        top: -100px;
        height: 450px;
        z-index: 0; }
        @media screen and (max-width: 768px) {
          .wrap.home-container#irnbx .image img {
            height: 350px;
            top: -30px;
            right: -40px; } }
      @media screen and (max-width: 768px) {
        .wrap.home-container#irnbx .image {
          min-height: 300px; } }
    .wrap.home-container#irnbx .text {
      text-align: right; }
      .wrap.home-container#irnbx .text .btn {
        border-color: #a13152;
        color: #a13152; }
        .wrap.home-container#irnbx .text .btn:hover {
          color: white;
          background-color: #a13152; }
  .wrap.home-container#modules img {
    margin: 0 auto;
    display: block; }
  .wrap.home-container#modules .btn {
    border-color: #a13152;
    color: #a13152; }
    .wrap.home-container#modules .btn:hover {
      color: white;
      background-color: #a13152; }
  .wrap.home-container#software {
    background-color: #F4F4F4; }
    .wrap.home-container#software img {
      width: 80%;
      display: block; }
    .wrap.home-container#software .text {
      text-align: right; }
      .wrap.home-container#software .text .btn {
        border-color: #a13152;
        color: #a13152; }
        .wrap.home-container#software .text .btn:hover {
          color: white;
          background-color: #a13152; }
  .wrap.home-container#support .col i {
    padding: 20px; }
  .wrap.home-container#support .col h3 {
    font-size: 18px;
    margin-top: 15px; }
  .wrap.home-container#support .col hr {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease;
    border-color: #333; }
  .wrap.home-container#support .col:hover hr {
    border-color: #422a53;
    width: 40%; }
  .wrap.home-container#support .col p {
    max-width: 350px;
    margin: 0 auto; }
  .wrap.home-container#testimonial {
    background-size: cover;
    background-repeat: none;
    color: white;
    position: relative; }
    .wrap.home-container#testimonial h4 {
      line-height: 2em; }
      .wrap.home-container#testimonial h4.subtitle {
        padding-top: 20px; }
      @media screen and (max-width: 768px) {
        .wrap.home-container#testimonial h4 {
          padding-right: 0; } }
    .wrap.home-container#testimonial .testimonial {
      line-height: 2em;
      font-size: 18px;
      margin-bottom: 30px;
      font-family: "Lato", sans-serif; }
    .wrap.home-container#testimonial img {
      margin-top: 25px;
      width: 75%; }
      @media screen and (max-width: 768px) {
        .wrap.home-container#testimonial img {
          display: block;
          margin: 25px auto; } }
  .wrap.home-container#blog {
    background-color: #F4F4F4; }
    .wrap.home-container#blog .btn {
      border-color: #403c62;
      color: #403c62;
      margin-top: 10px;
      margin-bottom: 40px; }
      .wrap.home-container#blog .btn:hover {
        color: white;
        background-color: #403c62; }
    .wrap.home-container#blog .blog-container {
      background-color: white;
      margin-right: 20px;
      margin-left: 20px;
      width: calc(33.3% - 40px);
      padding-bottom: 30px; }
      @media screen and (max-width: 992px) {
        .wrap.home-container#blog .blog-container {
          margin-left: 10px;
          margin-right: 10px;
          width: calc(33.3% - 20px); } }
      @media screen and (max-width: 768px) {
        .wrap.home-container#blog .blog-container {
          width: auto;
          margin-right: 20px;
          margin-left: 20px;
          margin-bottom: 20px;
          padding-bottom: 0; } }
      .wrap.home-container#blog .blog-container .img-container {
        background-color: white;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        overflow-y: hidden; }
        .wrap.home-container#blog .blog-container .img-container img {
          width: 100%;
          height: auto;
          transition: transform 0.3s; }
      .wrap.home-container#blog .blog-container .blue-bar {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        height: 5px;
        background-color: #225d9e; }
      .wrap.home-container#blog .blog-container h2 {
        font-size: 24px;
        margin-bottom: 10px; }
      .wrap.home-container#blog .blog-container .post-meta {
        font-size: 0.8em; }
  .wrap.home-container#clients .equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap; }
    .wrap.home-container#clients .equal .img-c {
      padding: 40px 10px;
      height: 100%;
      min-height: 150px;
      position: relative; }
      @media screen and (max-width: 480px) {
        .wrap.home-container#clients .equal .img-c {
          padding: 10px 0;
          min-height: 50px; } }
      .wrap.home-container#clients .equal .img-c img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
        height: auto; }

.rr-page-header {
  background-image: url("img/rrdooroffice.jpg");
  background-size: cover;
  height: 200px;
  padding-top: 100px;
  color: white;
  position: relative; }
  @media screen and (max-width: 769px) {
    .rr-page-header {
      padding-top: 50px;
      height: 100px;
      margin-bottom: 15px; } }
  .rr-page-header .header-overlay {
    position: absolute;
    left: -15px;
    top: 0;
    width: calc(100% + 15px);
    height: 100%;
    background: #D32034;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#D32034, #D32034, #9c3355);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D32034, #D32034, #9c3355);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D32034, #D32034, #9c3355);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D32034, #D32034, #9c3355);
    /* Standard syntax */
    opacity: 0.8; }
  .rr-page-header h2 {
    line-height: 100px;
    margin: 0;
    font-size: 1.8em; }
    @media screen and (max-width: 769px) {
      .rr-page-header h2 {
        line-height: 50px;
        font-size: 24px; } }
    @media screen and (max-width: 680px) {
      .rr-page-header h2 {
        font-size: 20px; } }
  .rr-page-header i.fa-angle-right {
    margin-left: 10px;
    margin-right: 10px; }
  .rr-page-header .page-menu {
    font-size: 0.5em; }
    .rr-page-header .page-menu span {
      margin: 5px;
      padding: 3px 10px; }

#content-container {
  min-height: 500px;
  padding-top: 25px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #content-container {
      padding-top: 10px; } }
  #content-container img {
    max-width: 100%;
    height: auto; }

@media screen and (max-width: 576px) {
  .nomob {
    display: none; } }
/* BLOG STYLESHEET */
#blog-wrapper, #single-post-wrapper {
  background-color: #f4f4f4;
  /* end banner */ }
  #blog-wrapper .rr-page-header ul, #blog-wrapper .rr-page-header #cats-992 #selected-cat, #single-post-wrapper .rr-page-header ul, #single-post-wrapper .rr-page-header #cats-992 #selected-cat {
    list-style: none;
    margin-top: 35px; }
  #blog-wrapper .rr-page-header #cat-col #cats li, #blog-wrapper .rr-page-header #cats-992 #selected-cat, #single-post-wrapper .rr-page-header #cat-col #cats li, #single-post-wrapper .rr-page-header #cats-992 #selected-cat {
    float: right;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      #blog-wrapper .rr-page-header #cat-col #cats li #cats-992 #selected-cat, #blog-wrapper .rr-page-header #cats-992 #selected-cat #cats-992 #selected-cat, #single-post-wrapper .rr-page-header #cat-col #cats li #cats-992 #selected-cat, #single-post-wrapper .rr-page-header #cats-992 #selected-cat #cats-992 #selected-cat {
        margin-top: 10px;
        margin-right: 15px; } }
  #blog-wrapper .rr-page-header li:hover, #single-post-wrapper .rr-page-header li:hover {
    background-color: white;
    color: #a13152; }
  #blog-wrapper .rr-page-header a:hover, #single-post-wrapper .rr-page-header a:hover {
    text-decoration: none; }
  #blog-wrapper .rr-page-header #cat-col, #single-post-wrapper .rr-page-header #cat-col {
    padding-right: 5px; }
  #blog-wrapper .rr-page-header #cats-992, #single-post-wrapper .rr-page-header #cats-992 {
    display: none; }

#blog-posts-container {
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (max-width: 768px) {
  #blog-posts-container {
    padding-top: 25px; } }
.table {
  display: table;
  margin-bottom: 0; }
  .table .table-cell {
    display: table-cell;
    float: none; }
    .table .table-cell.post-img {
      background-size: cover; }

/* posts */
.post-box {
  background-color: white;
  margin-bottom: 30px; }
  .post-box img {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    height: auto; }

.post-cat {
  background-color: #227ce2;
  color: white;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 20px; }

.post-cat p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em; }

.post-info {
  padding-bottom: 30px; }

.post-box .post-meta {
  font-size: 1em; }

@media screen and (max-width: 1200px) {
  .post-box img {
    height: 280px;
    width: auto; }

  .post-box .col-sm-4 {
    overflow: hidden; } }
@media screen and (max-width: 992px) and (min-width: 768px) {
  .post-info {
    padding: 15px 30px; } }
@media screen and (max-width: 768px) {
  .post-box {
    margin-left: 15px;
    margin-right: 15px; }

  .post-box .col-sm-4 {
    display: none; }

  .post-info {
    padding: 15px; }

  .post-info h1 {
    margin-top: 10px; } }
/* category page */
.current-cat {
  background-color: white;
  color: #a13152; }

#cats-992, #current-cat {
  cursor: pointer; }

#cat-col a:focus {
  text-decoration: none;
  outline: none;
  color: white; }

/* dropdown category menu */
#cats-992 .dropdown-menu {
  right: 0;
  left: auto;
  top: 50px;
  border: none;
  border-top: 5px solid #ca1835;
  border-radius: 0;
  -webkit-transition: 0.5s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: 0.5s ease-in-out;
  text-transform: none; }

#cats-992 .dropdown-menu:before {
  /* Add a triangle to top of dropdown menu */
  top: -23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #ca1835;
  border-width: 10px;
  right: 25px;
  margin-left: -10px; }

#cats-992 .cat-item {
  color: #333;
  clear: both; }

#cats-992 .cat-item a {
  padding: 10px 15px;
  letter-spacing: 1px; }

/* SINGLE POST PAGE */
/* title */
.rr-page-header#sp-banner-container {
  padding-bottom: 50px;
  background-image: url("img/rrdooroffice.jpg");
  color: white;
  position: relative;
  padding-top: 100px;
  height: auto; }
  @media screen and (max-width: 768px) {
    .rr-page-header#sp-banner-container {
      padding-top: 50px; } }
  .rr-page-header#sp-banner-container hr {
    border-color: #F4F4F4;
    margin: 0; }
  .rr-page-header#sp-banner-container h1 {
    margin: 60px 0 40px 0;
    font-size: 3em; }

#single-post-wrapper .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px; }
#single-post-wrapper .post-content p {
  line-height: 1.75em; }

/* Responsive */
@media screen and (max-width: 768px) {
  #cats-992 #selected-cat {
    margin-top: 10px !important;
    margin-right: 15px; }

  #cats-992 .dropdown-menu {
    left: auto !important;
    right: 20px !important;
    top: 12px !important; } }
@media screen and (max-width: 992px) {
  /* categories */
  #cats {
    display: none; }

  #cats-992 {
    display: block !important; }

  .blog-banner-container #cats-992 li {
    clear: both; } }
.search-overlay {
  background-image: url("img/rrdooroffice.jpg");
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }
  .search-overlay .overlay {
    width: inherit;
    height: inherit;
    background: #D32034;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#D32034, #D32034, #9c3355);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D32034, #D32034, #9c3355);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D32034, #D32034, #9c3355);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D32034, #D32034, #9c3355);
    /* Standard syntax */
    opacity: 0.8; }
  .search-overlay #search-form-mob {
    position: absolute;
    top: 50vh; }

#search-results-container h2 {
  margin-top: 0; }
#search-results-container .section-title {
  margin-bottom: 10px; }
#search-results-container .post-box {
  margin-bottom: 10px; }
  #search-results-container .post-box p {
    margin-bottom: 0; }

#search-info {
  color: #969696; }

#wrapper-404 .rr-page-header {
  height: 700px !important; }
  #wrapper-404 .rr-page-header h2 {
    font-size: 10em;
    line-height: normal;
    margin-top: 50px; }
  #wrapper-404 .rr-page-header h4.subtitle {
    font-size: 1.5em;
    margin-top: 0; }
  #wrapper-404 .rr-page-header p {
    font-weight: 300; }

.team .team-card {
  background-color: white;
  margin-bottom: 20px; }
  .team .team-card .sow-image-container {
    position: relative;
    overflow: hidden; }
    .team .team-card .sow-image-container::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid white;
      position: absolute;
      bottom: 0;
      right: 50px; }
    .team .team-card .sow-image-container img {
      transition: 0.2s ease; }
      .team .team-card .sow-image-container img:hover {
        transform: scale(1.1); }
  .team .team-card .team-text {
    padding-left: 15px;
    padding-right: 15px; }
    .team .team-card .team-text h2.section-title {
      font-size: 1.5em;
      margin-bottom: 15px; }
    .team .team-card .team-text h4.subtitle {
      margin-top: 0;
      margin-bottom: 10px; }

.our-history h2.section-title {
  line-height: 1.25;
  margin-top: 0;
  width: 90%;
  letter-spacing: 0;
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .our-history h2.section-title {
      font-size: 1.5em; } }
.our-history h4.subtitle {
  width: 30%;
  border-bottom: 1px solid;
  padding-bottom: 15px; }

#map {
  padding-bottom: 0 !important;
  margin-bottom: -50px !important;
  padding-top: 0 !important; }

@media screen and (max-width: 766px) {
  #product-page #nbx-title {
    padding-bottom: 100px; } }
#product-page #irnbx img {
  position: absolute;
  right: -20px;
  max-width: none;
  height: 400px;
  top: -95px;
  z-index: -1000; }
  @media screen and (max-width: 766px) {
    #product-page #irnbx img {
      top: -155px;
      height: 300px;
      z-index: 0; } }
#product-page #nbx-front, #product-page #nbx-rear {
  margin-top: 20px;
  margin-bottom: 10px; }
#product-page #module-img img {
  margin: 0 auto; }
#product-page .page-menu span {
  padding: 5px 15px; }
  #product-page .page-menu span:hover {
    text-decoration: none;
    background: white;
    color: #D32034;
    border-radius: 100px; }
  #product-page .page-menu span a:hover {
    text-decoration: none; }

.software-text .redrat-text-editor h3 {
  margin: 20px 0 20px 0; }
.software-text .redrat-text-editor h4 {
  margin-top: 30px; }
.software-text .redrat-text-editor .alignnone {
  width: auto !important; }
.software-text .redrat-text-editor img {
  display: block;
  margin: 30px auto;
  height: auto;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .software-text .redrat-text-editor img {
      margin: 10px auto; } }
.software-text .redrat-text-editor .wp-caption-text {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }
.software-text .redrat-text-editor .indent1 {
  padding-left: 30px; }
.software-text .redrat-text-editor table {
  margin: 20px auto; }
.software-text .redrat-text-editor li, .software-text .redrat-text-editor p {
  line-height: 1.75em; }
.software-text .redrat-text-editor li {
  margin-bottom: 5px; }

/* KNOWLEDGEBASE */
#kb-page-wrapper h2.section-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #D32034;
  font-size: 24px;
  font-weight: 400; }

/* Sidebar */
#kb-sidebar {
  padding: 15px; }
  @media screen and (min-width: 1200px) {
    #kb-sidebar {
      margin-left: 50px; } }
  @media screen and (max-width: 768px) {
    #kb-sidebar {
      display: none; } }
  #kb-sidebar h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 50px; }
  #kb-sidebar h3 {
    margin-bottom: 20px; }
  #kb-sidebar ul {
    list-style: none;
    padding-left: 15px; }
    #kb-sidebar ul li {
      border-left: 2px solid #eee; }
      #kb-sidebar ul li:hover, #kb-sidebar ul li.active {
        border-left: 2px solid #D32034; }
  #kb-sidebar .affix {
    top: 100px; }
  #kb-sidebar .affix-bottom {
    position: relative; }
  @media screen and (max-width: 992px) {
    #kb-sidebar .sidebar {
      display: none; } }

#kb-sidebar.affix {
  top: 90px; }

.accordion {
  border: 1px solid #969696;
  margin-bottom: 10px; }
  .accordion .accordion-title {
    padding: 15px 50px 15px 15px;
    font-size: 1em;
    font-weight: 400;
    transition: 0.5s ease;
    position: relative;
    margin: 0;
    line-height: 1.1em; }
    .accordion .accordion-title:hover {
      background-color: #F4F4F4; }
    .accordion .accordion-title .accordion-arrow {
      position: absolute;
      right: 20px;
      top: 15px;
      line-height: 1.1; }
  .accordion .accordion-dropdown {
    margin: 20px;
    line-height: 1.75em;
    display: none; }

.accordion-title.shadow {
  box-shadow: inset 0 0 25px 0 #969696; }

.downloadable {
  border: 1px solid #969696;
  padding: 30px;
  position: relative;
  margin-bottom: 10px; }
  .downloadable .text {
    width: 80%;
    font-size: 1.1em; }
    .downloadable .text p {
      margin: 0 50px 0 0; }
  .downloadable button {
    background-color: #b70101;
    color: white;
    font-size: 0.9em;
    float: right;
    min-width: 130px;
    text-align: center;
    padding: 12px;
    position: absolute;
    top: 18px;
    right: 30px;
    max-width: 20%;
    border: none; }
    .downloadable button:hover {
      background-color: #969696; }
    .downloadable button:focus {
      outline: none; }
  @media screen and (max-width: 768px) {
    .downloadable {
      padding: 20px 10px; }
      .downloadable p {
        font-size: 0.9em !important;
        margin-right: 70px; }
      .downloadable button {
        top: 12px;
        right: 10px; } }

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