/*
Theme Name: Pursuitofblue
Theme URI: https://pursuitofblue.co.uk
Template: pomana
Author: WPHostee
Author URI: https://wphostee.co.uk
Description: This is a theme created for pursuiteofblue with the scope of providing competitions offers
Version: 1.10.3
Text Domain: pomana
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */
/* .pomana-top-bar {
	height: 45px !important;
} */
#modeltheme-main-head,
.navbar-default {
    background-color: #000 !important;
}
.is_header_semitransparent.is_nav_sticky .is-sticky .menu-item > a {
    color: #fff !important;
}
.is_header_semitransparent.is_nav_sticky .is-sticky .sub-menu .menu-item > a {
    color: #333 !important;
}

/* Header & footer gradient polish */
#modeltheme-main-head,
.navbar-default {
    background: linear-gradient(180deg, #000000 0%, #050f1c 100%) !important;
    border-bottom: 1px solid rgba(70, 140, 220, 0.18) !important;
    box-shadow: 0 2px 18px rgba(0, 20, 40, 0.35);
}
footer {
    background: linear-gradient(180deg, #050c16 0%, #081726 45%, #0c2237 100%) !important;
    border-top: 1px solid rgba(70, 140, 220, 0.18);
}
.page-template-default .modeltheme-breadcrumbs {padding: 111px 0 45px;}
.modeltheme-breadcrumbs {padding: 88px 0 45px;}
.moove-gdpr-branding-cnt {
    display: none !important;
}