/*
  Theme Name: Outrank Theme
  Theme URI: http://www.outrank.co.uk
  Author: Daniel Benson
  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 */

#overlay-banner:before, .header-internal:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    display: block !important;
    z-index: 5;
}

#overlay-banner > .vc_column_container, .header-internal > .container {
  z-index: 10;
}

ul.styled-list {
   list-style: disc;
   list-style-position: inside;
}

@media screen and (max-width: 768px){
	.mobile-banner {
	padding-top: 50px !important;
	padding-bottom: 100px !important;
	}
}

.section.header-internal {
	padding-top:75px !important;
	padding-bottom:75px !important;
}

.primary-background a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}