/*
  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.1
  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: inside;}
ul.social-list li{font-size:1.2rem;}
.img-social{vertical-align:bottom;max-height:25px;}
#overlay-banner:before, .header-internal:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 5;
}
.grecaptcha-badge{display:none;}
#overlay-banner > .vc_column_container, .header-internal > .container {z-index: 10;}
.site-main ul {list-style: disc;}
.has-text-white a{color:#fff;}
.navbar-wrapper nav.navbar {
	padding: 1.5rem 1.75rem;
}