/*
COLOURS

Black: #000000;
Dark Grey: #152229;
Burgundy: #A50021;
*/
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}


/* ////// Start Topbar /////////////////////////////////// */
.topnav {
  width: 100%;
  background: #152229;
  color: #fff;
  z-index: 110;
  position: relative;
}
.topnav a{
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.topnav a:hover{
  color: #A50021 !important;
  cursor: pointer;
}
.topnav a.nav-link{
  padding-top: 5px;
  padding-bottom:  7px;
}
.topnav a.nav-link:hover{
  color:  #fff !important;
}
.topnav a.members{
  background-color: #A50021;
  cursor: pointer;
  border-radius: 3px;

}
.topnav a.members:hover{
  background-color: orange;
  cursor: pointer;
}
.social-icons {
  font-size: 1.8rem;
  float:  left;
  padding-top:  3px;
}
.social-icons a{
  padding-right: 20px;
  font-size: 1.8rem;

}
.social-icons a:hover{
  background:  none;
}
.topnav .nav {
  font-size:  0.75rem;
  margin-top: 8px;
}
.nav-item button {
  font-size:  0.75rem;
  margin-bottom: 5px;
  margin-left:  10px;
}
/* med-small devices (landscape phones, less than 890px) */
@media (max-width: 1020px) {
  .nav-item a {
    padding:  0.4rem 0.6rem;
    margin-left: 0px;
    letter-spacing: 0px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .nav-item a {
    padding:  0.4rem 0.6rem !important;
    letter-spacing: 1px;
  }
  .nav-item button {
    margin-bottom: 9px;
    margin-left:  3px;
  }
}
@media (max-width: 575.98px) {
  .nav-item a {
    padding:  0.4rem 0.6rem;
  }
  .nav-item button {
    margin-left:  3px;
  }
}
/* ////// End Topbar /////////////////////////////////// */




/* ////// Start Logo/////////////////////////////////// */

/* Extra large devices (large desktops) */
.logo {
  max-width: 180px; 
  height: auto;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
.logo {max-width: 150px; height: auto;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.logo {max-width: 120px; height: auto;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
.logo {max-width: 110px; height: auto;}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.logo {max-width: 100px; height: auto;}
}
/* ////// End Logo/////////////////////////////////// */




/* ////// Start Nav /////////////////////////////////// */

#about .nav-about,
#golf-course .nav-golf-course,
#golf-instruction .nav-golf-instruction,
#membership .nav-membership,
#events .nav-events,
#golf-instruction .nav-golf-instruction,
#memberships .nav-memberships,
#events .nav-event,
#tennis .nav-tennis,
#dining .nav-satellite,
#special_offers .nav-offers
{
  color: #A50021 !important;
  font-weight: bold;
  background: #eaeaea;
}

/* Medium devices (tablets, less than 992px) */
.navbar {
  z-index: 1022;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.2);
}
@media (max-width: 991.98px) {
  .navbar-nav {
     background: #eaeaea;
     padding:20px;
    border-radius: 3px;
  }
}
.nav-item a {
  padding:  0.35rem .6rem;
  margin-left: 5px;
}
.nav-item a:hover {
  background-color: #A50021;
  border-radius: 3px;
  color:  #fff !important;
}
a.dropdown-item {
  margin-left:  0;
  color: #152229;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu {
  margin-left: 4px;
}

nav, a.dropdown-item {font-size:  1rem;}
/* Extra large devices (large desktops) */
.navbar a.nav-link{
  color: #152229;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
nav, a.dropdown-item {font-size:  0.9rem;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.navbar a.nav-link{padding: 10px 20px;}
nav, a.dropdown-item {font-size:  1rem;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .navbar a.nav-link{padding: 10px 20px;}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar a.nav-link{padding: 10px 20px;}
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.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%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* /////////////////// End Nav ///////////////////// */




/* /////////////////// Start Typography ///////////////////// */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1{
  margin-bottom: 32px;
}
h2{
  margin-bottom: 24px;
}
h3{
  margin-bottom: 16px;
}
h4{
  margin-bottom: 12px;
}
h5{
  margin-bottom: 12px;
}
h6{
  margin-bottom: 8px;
}
p {
}
li {
  margin-bottom: 8px;
}
a {
  color: #EB002F;
  font-weight: 400;
}
a:hover{
  color: #ff0000; 

}
.intro {
  font-size: 130%;
  font-weight: bold;
}
.header h1 {
  font-weight: bold;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.64);
}
.edit-this {
  float: right;
  width: 38px;
  height: auto;
  z-index: 105;
  position: relative;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
blockquote  small{
display: block;
margin-top: 15px;
}
/* /////////////////// End Typography ///////////////////// */




/* /////////////////// Start Buttons ///////////////////// */
.btn-primary {
  color: #fff;
  background-color: #A50021;
  border-color: #A50021;
  border-radius: 0;
  font-weight: 300;
}
.btn-primary:hover {
  color: #fff;
  background-color: #152229;
  border-color: #152229;
}
btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #FF0033;
  border-color: #FF0033;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}



.btn-hero {
  margin:15px;
}


#downloads {
	margin: 0;
  scroll-margin-top: 140px;
}
/* /////////////////// End Buttons ///////////////////// */




/* /////////////////// Start Table///////////////////// */
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* /////////////////// End Table///////////////////// */



/* /////////////////// Start Spacing ///////////////////// */

.padding-top-60{ padding-top:60px;}


.padding-bottom-60{ padding-bottom:60px;}


.padding-top-bottom-10{ padding-top:10px; padding-bottom:10px;}
.padding-top-bottom-20{ padding-top:20px; padding-bottom:20px;}
.padding-top-bottom-30{ padding-top:30px; padding-bottom:30px;}
.padding-top-bottom-40{ padding-top:40px; padding-bottom:40px;}
.padding-top-bottom-50{ padding-top:50px; padding-bottom:50px;}
.padding-top-bottom-60{ padding-top:60px; padding-bottom:60px;}
.padding-top-bottom-90{ padding-top:90px; padding-bottom:90px;}

/* /////////////////// End Spacing ///////////////////// */



/* /////////////////// Start Images ///////////////////// */
.section-white img {
    max-width: 100%;
    height: auto;
}
.special-offer-image{
max-width: 50%;
float: left;
margin-right: 20px;
}
.thumb{
margin-bottom: 23px;
}
/* /////////////////// EndImages ///////////////////// */



/* /////////////////// Start Sections ///////////////////// */
.section-white {
  padding-top:  60px;
  padding-bottom: 60px;
}
.section-white-no-padding {
  background: #fff;
}
.section-beige-gradation {
  background: rgb(227,224,218);
  background: linear-gradient(0deg, rgba(227,224,218,1) 0%, rgba(255,255,255,1) 100%);
  padding: 0;
}

.section-beige-gradation-image {
  background: rgb(227,224,218);
  background-image: url("../images/site/logo-faded.png");
  background-image: url("../images/site/logo-faded.png"), linear-gradient(0deg, rgba(227,224,218,1) 0%, rgba(255,255,255,1) 100%);
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  padding: 0;
}

.section-beige {
  background-color: #E3E0DA;
  padding-top:  60px;
  padding-bottom: 60px;
}
.section-beige-no-padding {
  background-color: #E3E0DA;
  padding: 0;
}
.red-background {
  background: #A50021;
  color: #fff;
}
.dark-background {
  background: #152229;
}

.header{
  height: 250px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color:  #fff;
  text-align: center;
  padding-top:  80px;
}



/* Extra large devices (large desktops) */
.video-background {
  background: #152229;
  position: relative;
  overflow: visible;
  height: 430px;
}
.video-frame{
  position: relative;
  top: 60px;
  left: 80px;
  width: 700px;
}
.video-title {
  margin-top: 150px;
}
.logo {
  max-width: 180px; 
  height: auto;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .video-background {
    height: 385px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .video-title {
    margin-top: 80px;
    text-align: center;
  }
  .video-frame{
    top: 40px;
    left: 40px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .video-title {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .video-frame{
    top: 0;
    left: 0;
  }
  .video-background {
    margin-top: 60px;
    background: #fff;
    height: 300px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}




/* /////////////////// End Sections ///////////////////// */


/* /////////////////// Start Hero Image ///////////////////// */


/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 4rem;
  z-index: 10;
  text-shadow: 0px 0px 11px rgba(0,0,0,0.41);
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
}
/* Declare heights because of positioning of img element */
.carousel-item-secondary {
  height: 40rem;
}
@media (min-width: 30em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.hero-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  font-size: 3em;
  font-weight: 300;
  letter-spacing: 5px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .hero-text {
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: 1px;
  }
}

/* /////////////////// End Hero Image ///////////////////// */


/* /////////////////// Start Video ///////////////////// */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* /////////////////// End Video ///////////////////// */



/* /////////////////// Start Fat Footer ///////////////////// */
.fat-footer{
  width:  100%;
  background-color: #152229;
  color:  #fff;
  padding-top: 50px;
  padding-bottom:  40px;
  -webkit-box-shadow: inset 0px 13px 8px -11px rgba(0,0,0,0.60); 
  box-shadow: inset 0px 13px 8px -11px rgba(0,0,0,0.60);
}
.fat-footer a, .fat-footer a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fat-footer .underline-link {
    border-bottom: 1px solid #354d5a;
    padding-bottom: 4px;
}
.fat-footer .underline-link:hover {
    border-bottom: 1px solid red;
    padding-bottom: 0px;
}
.fat-footer a:hover{
  color: #EB002F; /*color: #f7941d;*/
  text-decoration: none;
}
.fat-footer-logo {
  margin: 0 auto 30px auto;
  max-width: 200px;
  display: block;
}
.fat-footer h4 {
  margin-bottom: 35px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .fat-footer {
  text-align: center;
  }
.fat-footer h4 {
  margin-bottom: 10px;
  margin-top: 40px;
}
}


/* /////////////////// End Fat Footer ///////////////////// */


/* /////////////////// Start Skinny Footer ///////////////////// */
footer {
    width: 100%;
    background: #000;
    color: #bbb;
    padding-top: 15px;
    padding-bottom: 0px;
}
footer .copyright, footer .credit {
  font-size: 0.75rem;
}
footer a, footer a:visited{
  color:   #bbb;
  font-weight: 300;
}
footer a:hover{
  color: #EB002F; /*color: #f7941d;*/
  text-decoration: none;
}

.footer-social-icons {
  font-size: 2rem;
  text-align: center;
  padding:0;
  margin:  0;
}
.footer-social-icons a{
  padding-right: 15px;
  padding-top: 0;
}
@media (max-width: 589.98px) {
  .footer-social-icons {
    font-size: 1.5rem;
  }
  .footer-social-icons a{
    padding-right: 10px;
  }
}
footer .copyright {
  text-align:  left;
  padding-top: 10px;
}
footer .credit {
  text-align: right;
  padding-top: 10px;
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  footer .copyright {
    text-align:  center;
  }
  footer .credit {
    text-align: center;
    padding-top: 15px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .footer-social-icons {
    font-size: 3rem;
  } 
}

/* /////////////////// End Skinny Footer ///////////////////// */




/* /////////////////// Start Back to top///////////////////// */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(150, 29, 39, 0.8) url(https://arbutusridge.com/images/site/cd-top-arrow.svg) no-repeat center 50%;
  background-size: 50% 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #A50021;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0  rgba(255, 255, 255, 0);
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 30px;
  }
}

/* /////////////////// End Back to top/////////////////////*/