/*
  Theme Name: Outrank Theme
  Theme URI: http://www.outrank.co.uk
  Author: James Simpson & Jack Green
  Author URI: http://www.outrank.co.uk
  Description: Outrank Theme
  Version: 2.0.0
  License: Copyright 2018
  Text Domain: outrank-theme
  */

/* Enter your CSS here */
.error404 .header-internal{display:none;}
.page-not-found, .page-not-found::before, .page-not-found::after{background-color:#fff!important;}
.site-main ul {list-style: disc;list-style-position: outside;margin-left:1rem;}
.crbs-button.crbs-button-style-1{width:100%;margin-top:30px;margin-bottom:30px;}
.has-text-white a{color:#fff; text-decoration:underline;}
#footer3 #media_image-3 img {margin-top: 1rem;}
.grecaptcha-badge{display:none!important;}
a.sticky-btn {text-decoration: none;}
.sticky-btn:hover{color:#fff;background:#2f2e2e;right: -150px;}
.sticky-btn {
    display: block;
    position: fixed;
    right: -170px;
    top: 50%;
    background: #00408a;
    border-radius: 0 0 2px 2px;
    transform: rotate(90deg);
    padding: 30px 45px 10px;
    z-index: 999;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,.4);
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 40%);
}
