.hestia-info p, .card-description { color: #333 !important; }
div.copyright.pull-right { display: none; }
.centre { text-align: center; }
h3, .page-template-template-fullwidth article h3 { font-size: 24px; }
h4, .page-template-template-fullwidth article h4 { font-size: 18px; }
h2 { font-weight: 700; }
h5 { color: #999999; }
.widget h5 { font-weight: 400 !important; }
footer.footer.footer-black p { color: white !important; }
/* header image */
@media only screen and (max-device-width : 812px) and (orientation : landscape) { 
  .page-header .container .hestia-title { margin-top: -60px !important; }
  .carousel .buttons { margin-top: 10px !important; }
}
@media only screen and (max-device-width : 667px) and (orientation : portrait) { 
  .carousel .buttons { margin-top: 40px !important; }
}

.header-filter::before { background-color: transparent; }
#carousel-hestia-generic span.sub-title {
    font-weight: 800;
}
body:not(.home) .hestia-title { display: none; }

/* navigation */
.navbar.navbar-transparent {
    background-color: #fff;
}
div.title-logo-wrapper {
  color: #333;
  font-weight: 400;
  padding-left: 10px;
}

/* header */
.home .page-header{
height: 100vh !important;
}
/* footer */
footer.footer.footer-black h2, footer.footer.footer-black p {
  color: #fff;
}

/* contact form */
.captcha-image {
   border: 0px solid !important;
   font-size: 14px;
}
.captcha-image .cf7ic_instructions span { color: #700f4c !important; }
/* contact button */
.btn-primary {
  border-color: #700f4c;
}
.btn-primary:hover {
  border-color: #700f4c;
}
/* quote */
.hestia-ribbon h2 {
  font-weight: 400;
  font-style: italic; 
}

/* nicole image */
.nicole img {
  background-color: white;
  padding: 15px 15px 60px 15px;
  box-shadow: 5px 10px 10px #f4f4f4; 
}



/* mobile fixes */
@media only screen and (max-width: 1020px) {    
    .navbar .navbar-nav > li > a {
    padding-right: 1px;  
    }  
}