/*******************
 SITEWIDE
********************/
.navContainer .navContent > ul > li:last-child {
  border: 2px brown solid;
  /*border-radius: 10px;*/
  padding-left: 15px;
  padding-right: 15px;
}
/************/
/***** HOME ****/
/***************/
/* Black Overlay */
.page_e00b3f7930bf44a9af4a89931b583d51 .siteWrapper {
    background-color: rgba(0, 0, 0, 0.3) !important; 
}

.block_da85a9d255f5494dab06f2b844c22046 .blockText {
    font-family: brandongrotesque!important;
}


/* custom caption hover on grid galleries*/
/*hide custom caption in mobile*/
.block_b4b1ebbbf66245cea8237b23f2dce528.cols3.imgMgn1 .imgGridItem .customCaption /* home page */{
    display: none;
}

.blockWrap_b4b1ebbbf66245cea8237b23f2dce528 {
    max-height: 200px;
}
/*show custom caption hover in tablet and above*/
@media only screen and (max-width: 500px) {
.block_b4b1ebbbf66245cea8237b23f2dce528 .imgGridItem .contentTitle, /* home page */ 
.block_e09392c005214cc988c63f45a71388d5 .imgGridItem .contentTitle /* services page */{
    font-size: 80%!important;
}
/* hero text o mobile */
.block_da85a9d255f5494dab06f2b844c22046 .blockInnerContent {
    font-size: 30px!important;
}

}
@media only screen and (min-width: 768px) {
 .block_b4b1ebbbf66245cea8237b23f2dce528 .imgGridItem,/* home page */
 .block_e09392c005214cc988c63f45a71388d5 .imgGridItem /* services page */
    { 
        position: relative; 
    }

.block_b4b1ebbbf66245cea8237b23f2dce528 .imgGridItem .customCaption, /* home page */
.block_e09392c005214cc988c63f45a71388d5 .imgGridItem .customCaption /* services page */{
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        height: 100%;
        padding: 40px 40px 40px 40px;
        background: rgba(150, 191, 230, 0.7);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
.block_b4b1ebbbf66245cea8237b23f2dce528 .imgGridItem .contentTitle, /* home page */
.block_e09392c005214cc988c63f45a71388d5 .imgGridItem .contentTitle /* services page */{
        margin-top: 20%;
        /*font-size: 220%!important;*/
        padding: 1em;
        color: white;
    }
.block_b4b1ebbbf66245cea8237b23f2dce528 .imgGridItem .customCaption:hover, /* home page */ 
.block_e09392c005214cc988c63f45a71388d5 .imgGridItem .customCaption:hover/* services page */{
        opacity: 1.0;
        -webkit-transition: opacity 0.5s ease; 
        -moz-transition: opacity 0.5s ease; 
        -o-transition: opacity 0.5s ease; 
        -ms-transition: opacity 0.5s ease; 
        transition: opacity 0.5s ease; 
    }
    
    /* online booking widget */
 .blockWrap_d6b89b9bdec540c999cbe34dd5527d3a {
     display: none;}
}

@media only screen and (min-width: 999px) {
.block_b4b1ebbbf66245cea8237b23f2dce528 .imgGridItem .contentTitle, /*home page */
.block_e09392c005214cc988c63f45a71388d5 .imgGridItem .contentTitle /* services page */{
        margin-top: 20%;
        /*font-size: 160%;*/
    }
}
/*online booking widget mobile only */
@media only screen and (max-width: 767px) {
    .blockWrap_cce9f2c008cc4701b57e503812eb1334 {
        display: none;
    }}
    

/*****************
***** Services ****
*******************/
 /*category header custom font*/
#page_be7e24060fda4bbcae851d8f75391e77 .categoryHeader /* cuts */ {
    font-family: myriadprobold;
    color: #96bfe6;
    font-size: 220%;
    text-transform: uppercase;
}
/* services list to line up */
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_b7cd7b021b844ae6ba2ca4e63ac55c9c {
    max-width: 1000px;
}

/* spacing between services */
.items_b254e55949d4459b94a913eb01417727 .contentTitle {
    padding-bottom: 0!important;
}

/*****************
**** CONTACT ******
******************/

/*image width*/

.block_cf9654c426354d89ba0c2f4893cfe079 .listView .itemPreview.hasImg .itemImg {

width: 6.782609%!important;

}



/*content width*/

.block_cf9654c426354d89ba0c2f4893cfe079 .listView .itemPreview.hasImg .itemContent {

width: 91.869565%!important;

}

/********************
*** NATURALLY CURLY **
*********************/

.clickButton img {
    height: 22px;
    padding-left: .5em;
    padding-right: .5em;
}
/*add transition on click*/
.clickButton img {
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    -o-transition-duration: .45s;
    transition-duration: .45s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
/*rotate button when answers are shown*/
.showAnswers .clickButton img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*3 column FAQ list*/
.faqWrap {
    max-width: 1104px;
    margin: auto;
    width: 100%;
}
/*clear bottom so content doesn't go on same line as expanded content*/
.faqWrap:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
@media only screen and (min-width: 768px) {
    /*make a 3 column*/
    .blockWrap_c23fa2286d3745709908cdfdfecb5ba4, 
    .blockWrap_ee37a1ac5be147858883c495bb781067,
    .blockWrap_d2d1ecb683a646c185aa903cf588d756 {
      float:left; 
      width:33.3%;
    }
}