/*
Theme Name: Belvadere
Author: BFG
Description: Belvadere stylesheet
Version: 1.0.0
Text Domain: belvadereuk

/*COLOURS
#112f54 - Dark blue
#e5d330 - Yellow
#4f7faf - Light blue
#da4167 - Dark pink
#f7b2ad - Light pink
#eae8ed - White / grey
*/

:root {
	  --primary-color: #112f54;
}
html {scroll-behavior: smooth}
body {
    margin: 0;
    font-family: 'Lato', -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, sans-serif;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #112f54;
	text-align: left;
	/*background-color: #F7F7F7;*/
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Varela Round', 'Lato', sans-serif}
h1 {
    font-size:3rem;
    color: var(--primary-color);
}
h1 span {
	color: var(--primary-color);
}
h2 {
    font-size: 2rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
}
h2 span {color:#4f7faf;}
h3 {
    font-size:1.2rem;
    font-weight: bold;
    display: table;
}
h4 {font-size: 1.1rem}
h5 {
    font-size: 1rem;
    font-weight: 700;
}
a {
    color: #4f7faf;
    text-decoration: underline;
}
a:hover, a:focus {color:#da4167}

.container {padding-top: 3rem}

p.subhead {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    font-style: italic;
}
p.subhead span {color: #e5d330;}

/*Nav*/
.top-bar {
    background: #112f54;
    color: #fff;
}
.navbar {
    padding:0;
    background-color: #F7F7F7;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-dark .navbar-toggler {color: #fff;}
li.nav-item {padding-bottom: 0}

.sticky-top {top: -1px}
.navigation {
    background: #fff;
    z-index: 1000;
    width: 100%;
    top: -1px;
    -moz-box-shadow: 0 2px 5px -1px rgba(18, 44, 73, .3);
    -webkit-box-shadow: 0 2px 5px -1px rgba(18, 44, 73, .3);
    box-shadow: 0 2px 5px -1px rgba(18, 44, 73, .3);
}
.navbar-toggler {
	padding: .3rem;
	background-color: #112f54;
}
.collapsing {
	transition: none;
}

.navbar-light .navbar-toggler {
	margin-right:2rem;
	color: #fff; 
}
div#navbarNavDropdown {padding-top: 1rem}
.show li.nav-item {margin-left: 1rem}
.navbar-nav .nav-link, .dropdown-item {text-decoration: none}
.navbar-nav .nav-link {
    color: #112f54 !important;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
	height: 45px;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {color: #E6D32E}
.dropdown-menu {background: #112f54}
.dropdown-item {color: #fff}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e7e7e7;
    color: #112f54;
}
.navbar-nav .dropdown-menu {
  border-radius: 1rem;
}
.navbar-collapse i{
	margin-left: 0.5rem;
	font-size: 1.2rem;
	transform: rotate(-0.25turn);
  }
/*Breadcrumbs*/
.breadcrumb {
	background-color: transparent;
	display: block;
	font-size: .8rem;
	padding-left: 0;
}
.li.breadcrumb-item a {color: #4f7faf}
.breadcrumb li::after {content:none !important}
/*Nav end*/

/*CTAs*/
.btn {
    font-weight: 600;
    border-radius: 3px;
    padding: 10px 20px;
    min-height: 45px;
    text-decoration: none;
}
.primary-btn {
    background-color: #da4167;
    border: 2px solid #da4167;
    color: #fff;
}
.primary-btn:hover, .primary-btn:focus {
    background-color: #e5d330;
    border-color: #e5d330;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.secondary-btn {
    border: 2px solid #4f7faf;
    color: #4f7faf;
}
.secondary-btn:hover, .primary-btn:focus {
    background-color: #4f7faf;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.fixed-cta {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 4;
    border-top: 2px solid #fff;
}
/*CTAs end*/

/* Slideshow container */
.slideshow-container {
    height: auto;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.slideshow-content {
    display: flex;
    position: relative;
    animation: slideshow linear 15s infinite;
    white-space: nowrap;
}
.slideshow-content:hover { animation-play-state: paused; }
.slideshow-content p, ul.lenders-list li {
    text-transform: uppercase;
    font-weight: bold;
}
.slideshow-padding {margin-right: 3rem}
.first-type {margin-left:2rem}
@keyframes slideshow {
    0% { right: 0%; }
    100% { right: 100%; }
}
ul.lenders-list {
    list-style: none;
    padding-inline-start: 0;
}

.hwrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hmove {
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  animation: slideh linear 26s infinite;
}
.hslide {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px;
}
.hslide p {
    text-transform: uppercase;
    font-weight: bold;
}
@keyframes slideh {
  0% { right: 0; }
  25% { right: 100%; }
  50% { right: 200%; }
  75% { right: 300%; }
  100% { right: 300%; }
}
.hmove:hover { animation-play-state: paused; }

/*Lists*/
ul {padding-inline-start: 20px}
li {padding-bottom:1rem}
/*Lists end*/

/* Graphic circles start */
h1.graphic:before, .main-content.graphic:after,
.news-section:before, .news-section:after,
.form-graphic:before, .form-graphic:after {
    content: "";
    border-radius: 50%;
    background-color: #e5d330;
    position: absolute;
    z-index: -1;
    opacity: .5;
}
/* pink colour */
.main-content.graphic:after, .form-graphic:before, .form-graphic:after {background-color: #f7b2ad}

h1.graphic:before {
    width: 50px;
    height: 50px;
    left: -15px;
    margin-top: -1rem;
}
.main-content.graphic:after {
    width: 120px;
    height: 120px;
    left: -35px;
    margin-top: -2rem;
}
.news-section:before {
    width: 150px;
    height: 150px;
    left: -100px;
    margin-top: -2rem;
}
.news-section:after {
    width: 80px;
    height: 80px;
    right: 0px;
    margin-top: -3rem;
}
.form-graphic:before {
    width: 70px;
    height: 70px;
    right: 15px;
    margin-top: -35px;
}
.form-graphic:after {
    width: 50px;
    height: 50px;
    left: -25px;
    margin-top: -75px;
}
/* Graphic circles end */

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: 100px;
}

.typewriter {
    margin-left: 1rem;
    font-style: italic;
    color: #4f7faf;
}

.quote {
    font-size: 1rem;
    border-left: 3px solid #f7b2ad;
    padding-left: 1rem;
    margin: 1.5rem 0 1.5rem 1rem;
}

.secondary-menu .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 4;
    overflow-y: auto;
}
.main-content {
    background: #fff;
    padding: 1.25rem;
    border-radius: 15px;
    -moz-box-shadow: 0 2px 5px -1px rgba(18, 44, 73, .1);
    -webkit-box-shadow: 0 2px 5px -1px rgb(18 44 73 / 10%);
    box-shadow: 0 2px 5px -1px rgb(18 44 73 / 10%);
}

/* News section */
.news-section {
    padding-top: 2rem;
    margin-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.news-headline {
    font-size: .8rem;
    text-transform: uppercase;
    color: #4f7faf;
    font-weight: 600;
}
.news-section h2 {
    font-size: 1.5rem;
    font-weight: 400;
}
.publication-date {
    font-size: .8rem;
    margin: -.8rem 0 0 0;
}
.news-content {
    background: rgba(255,255,255, .95);
    margin: -10rem .5rem 0 1rem;
    padding: 1rem;
    position: relative;
    border-radius: 0 15px 15px 15px;
}

/*Form inputs*/
.form-signin {
    width: 100%;
    padding: 15px 0;
}
div.form-signin.enquiry-form {
    padding: 2.5rem;
    border-radius: 3px;
    background: var(--primary-color);
    border-radius: 15px;
    color: #fff;
    -moz-box-shadow: 0 2px 5px -1px rgba(18, 44, 73, .2);
    -webkit-box-shadow: 0 2px 5px -1px rgb(18 44 73 / 20%);
    box-shadow: 20px 20px 10px rgba(18, 44, 73, 0.2);
}
div.form-signin.enquiry-form h2 {
    font-size: 2.8rem;
}
.form-label-group {
    position: relative;
}
.form-label-group input, .form-label-group label {
    height: 53px;
    padding: .75rem;
}
.form-label-group input, .form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}
.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.6;
    color: #707070;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {color: transparent}
.form-label-group input::-moz-placeholder {color: transparent}
.form-label-group input:-ms-input-placeholder {color: transparent}
.form-label-group input::-ms-input-placeholder {color: transparent}
.form-label-group input::placeholder {color: transparent}
.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}
.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .7rem;
	font-weight: 600;
    color: #4f7faf;
}
.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .7rem;
	font-weight: 600;
    color: #4f7faf;
}
.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .7rem;
	font-weight: 600;
    color: #4f7faf;
}
textarea.form-control {height:auto}

/* Fallback for old Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
.form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.form-label-group label {position: static}
.form-label-group input::-ms-input-placeholder {color: #777}
}

.applycheck label span {
    display: block;
    margin-left: 25px;
    margin-top: 0px;
    cursor: pointer;
}
input[type="checkbox"].checkbox-selection {display: none}
input[type="checkbox"].checkbox-selection + label i {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    cursor: pointer;
    color: #4f7faf;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #4f7faf;
    border-radius: 1px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 14px;
    font-weight: 400;
    vertical-align: bottom;
    margin: 4px 0 0 4px;
    float: left;
    background: #fff url(http://mh-graphics.com/bfg/belvadere/images/check.svg) no-repeat center center;
}
input[type="checkbox"].checkbox-selection:checked + label i {
    background-color: #4f7faf !important;
    color: #fff;
    background-size: cover;
}

/*FOOTER*/
footer {
    background-color: #112f54;
    color: #fff;
    margin-top: -1px;
    padding-bottom: 5rem;
    font-size: .8rem;
}
footer a {color: #fff}
/*Footer end*/

/*RESPONSIVE*/
@media only screen and (min-width:767px) {
    .secondary-menu .sticky-top {height: 80vh}

    .news-section {
        margin-left: -21%;
        padding-left: 21%;
        margin-right: -20%;
        padding-right: 20%;
    }
}

@media only screen and (max-width:767px) {
    .news-content {margin-top: -5rem}

    .main-content.graphic:after {
        width: 130px;
        height: 130px;
        left: 50px;
    }

    .bg-dark:after {top: 64px}
	
	div.form-signin.enquiry-form {
		padding: 1rem;
	}
}