/* FONTS */

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">


/* Code to change page width START */

.WaPlaceHolder #id_MobilePanel .WaPlaceHolder {
    max-width: 1920px;
    margin: 0 auto;
}

/* CAROUSEL */


.camera_wrap {
    position: relative;
    z-index: 0;
    float: left;
    display: none;
    width: 100%;
    background: #fff;
}

.camera_thumbs_cont {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
/* Wild Apricot Branding */
.WABranding {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

a.WABranding {
    color: #fff;
}


/* NAVIGATION */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
    font-family: 'Montserrat', sans-serif;
    color:#009900;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}




/* MOBILE NAVIGATION */

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a {
color:#009900;
font-weight: normal;
font-family:'Montserrat', sans-serif;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li>.item>a {
position: relative;
display: block;
padding: 10px 15px;
color:#414141;
font-size: 18px;
vertical-align: top;
text-decoration: none;
text-transform: none; 
font-family:'Montserrat', sans-serif;
}

.WaGadgetMenuHorizontal .menuInner ul.secondLevel > li > .item > a {
    font-family:'Montserrat', sans-serif;
    color: #009900;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: none;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul ul {
padding: 0;
background: #efefef;
list-style: none;
font-family:'Montserrat', sans-serif;
}

/* TYPOGRAPHY */

.h1promo, h1.promo {
    margin: .38em 0;
    color: #69777f;
    font: 800 60px / 1.1 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

H1:not(.promo), .gadgetStyleNone H1:not(.promo) {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
}

h2 {
    text-transform: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

H2, .gadgetStyleNone H2, .WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle, .WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform:uppercase;
}

.h2aka, h2.aka {
 font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #009900;
  text-transform: none;
}
h3 {
    text-transform: none;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    font-family: 'Montserrat', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
body {
    font-family: 'Montserrat', serif;
}

/* FONTS */


.montserrat-<uniquifier> {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name



/* SOCIAL MEDIA ICONS START */
.WaGadgetSocialProfile.gadgetThemeStyle li a {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #ffcccc;
    font-family: 'WA-theme-icons';
    font-size: 14px;
    text-decoration: none;
    line-height: 28px;
    vertical-align: top;
    margin-right: 5px;
}

.WaGadgetSocialProfile.gadgetThemeStyle li a:hover {
    color: #009900;
}


/* LOGIN ICON */
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
overflow: hidden;
background: #ffcccc;
color: white;
line-height: 400px;
vertical-align: top;
text-decoration: none;
}

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink:hover {
background: #009900;
color: #ffffff;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul ul li>.item>a {
position: relative;
display: block;
margin: 0;
padding: 6px 15px 6px 38px;
color: #414141;
font-size: 15px;
text-decoration: none;
font-family:  'Montserrat', sans-serif;
}


/* RESPOSIVE MOBILE MEDIA QUERIES */

 {
  box-sizing:border-box;
}

.left {
  background-color:#ffffff;
  padding:20px;
  float:left;
  width:40%; /* The width is 40%, by default */
}

.main {
  background-color:#ffffff;
  padding:20px;
  float:left;
  width:20%; /* The width is 20%, by default */
}

.right {
  background-color:#ffffff;
  padding:20px;
  float:left;
  width:40%; /* The width is 40%, by default */
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
  .left, .main, .right {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

.WaGadgetSiteSearch .searchBoxField {
box-sizing: border-box;
width: 600px;
max-width: 100%;
padding-left: 33px;
vertical-align: middle;
}
