/*PIGMENTS OF OUR IMAGINATION*/
.mm-menu .navigation__list > li > a, #hamburger:hover {
    background-color: #2A9B1B;
}
.side-bar {
    background-color: #400566 !important;
    padding: 10px;
    color:white !important;
}
.wrap__footer--inner footer .footer--bottom {
    background-color: #400566;
}

.wrap__header--inner header .wrap__nav-location {
    background-color: #2A9B1B;
}

.navigation:not(.mm-menu) .navigation__list .navigation__item:hover, .navigation:not(.mm-menu) .navigation__list .navigation__item.active {
    background-color: #FFDE5F;
}

.hours__list .day {
    background: linear-gradient(90deg, #FFDE5F 0, #FFDE5F 25%, white 25%, white 100%);
    border: none;
}
.hours__wrapper {
    background-color: #2A9B1B;
}
.hours__list .day__name {
    color: black;
}
.wrap__slider--inner .slider {
    background: linear-gradient(0deg, white 50px, white 50px, #D07C03 50px, #D07C03 100%);
}
.featuredblocks {
    background: #D07C03 url(../img/pattern.png);
}
.featuredblock__item {
    background: linear-gradient(0deg, #2A9B1B 0, #2A9B1B 100%);
}
.button3, .form input.submit {
    background: #2A9B1B;
}
.wrap__socialmedia-header--inner .socialmedia__list .socialmedia__item .socialmedia__link {
    background-color: #2A9B1B !important;
}
.wrap__socialmedia-footer--inner .socialmedia__list .socialmedia__item .socialmedia__link {
    background-color: #2A9B1B !important;
}
/*END*/

#mm-0 {
    background: url(/storage/app/media/ocean.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fit-vids-style {    display:none;}
iframe {    max-width:100%;}
img {    max-width:100%;}
/* /  SECTIONS  / */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* /  COLUMN SETUP  / */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
    border-right: none;
    border-left: none;
    background: none;
}

.col:first-child { margin-left: 0; }

/* /  GROUPING  / */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1;  } /*/ For IE 6/7 /*/
/* /  GRID OF TWO  / */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 49.5%;}
/* /  GRID OF THREE  / */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.33%; }
.span_1_of_3 { width: 32.66%; }
/* /  GRID OF FOUR  / */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 74.75%; }
.span_2_of_4 { width: 49.5%; }
.span_1_of_4 { width: 24.25%; }
/* /  GRID OF FIVE  / */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 79.8%; }
.span_3_of_5 { width: 59.6%; }
.span_2_of_5 { width: 39.4%; }
.span_1_of_5 { width: 19.2%; }
/* /  GRID OF SIX  / */
.span_6_of_6 { width: 100%; }
.span_5_of_6 { width: 83.06%; }
.span_4_of_6 { width: 66.13%; }
.span_3_of_6 { width: 49.2%; }
.span_2_of_6 { width: 32.26%; }
.span_1_of_6 { width: 15.33%; }
/* /  GO FULL WIDTH AT LESS THAN 480 PIXELS / */
 
@media only screen and (max-width: 768px) {
	.col { 	margin: 1% 0 1% 0%;	}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

@media only screen and (min-width: 768px) {
.wrap__navigation-header {
    width: 100%;
}
}


h1.ht_title {
    font-family: "Roboto", sans-serif !important;
    font-size: 36px;
    font-style: italic;
    letter-spacing: .5px;
}
h1.ht_title.header.text-center {
    font-style: normal;
}
ul.twh_team li {
    display: inline-block;
}
ul.twh_team li img {
    width: 140px !important;
    border: 3px solid #000;
    border-radius: 50%;
}
li.twh_team_width {
    max-width: 180px;
    width: 100%;
    padding: 0 10px;
    vertical-align: top;
    margin-bottom: 20px;
}
span.staff_title {
    font-size: 14px;
}
span.staff_possition {
    font-size: 11px;
    font-style: italic;
}

/* Columns */
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.col20 {
    width: calc(19% - 4px);
    padding: 10px;
}

.col25 {
    width: calc(24.6% - 4px);
}

.col30 {
    width: 31%;
    padding: 10px;
}

.col70 {
    width: 69%;
    padding: 10px;
}
.col60 {
    width: 59%;
    padding: 10px;
}
.col50 {
    width: 48%;
    padding: 10px;
}
.col40 {
    width: 38%;
    padding: 10px;
}
.spaced {
    justify-content: center; 
}

@media screen and (max-width: 768px) {
    .col50,
    .col30,
    .col70,
    .col60,
    .col40,
    .col20,
    .col25 {
        width: 100%;
    }

    .alias-pcontent img {
        display: block;
        margin: auto;
        float: none !important;
    }
    .hide_mobile {
        display: none !important;
    }

    .align-left,
    .align-right,
    .align-center {
        display: block !important;
        margin: auto !important;
        float: none !important;
    }
    .section--inner.container.section--light.fix-hover {
        padding-top: 0px !important;
    }
    #ple_column-0 {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    #ple_column-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-overlap-container:has(.header-a, .header-b, .header-c, .header-d, .header-e, .header-f, .header-g, .header-h) .section__bg--light-4 .section--inner::before {
        box-shadow: none;
    }
}

#featuredblocks {
    background-color: #7030a0;
}
#spacer {
    background-color: #e97132;
}

img.srvc_icon {
    width: 130px;
    box-shadow: 0 0 10px;
}

h3.srvc_title {
    font-size: 19px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.wrap__map-hours-section {
    background-color: #D07C03;
}

.wrap__map-hours-section--container .wrap__map-hours {
    background-color: #ffffff;
    padding: 20px;
}

#spacer_srvc {
    padding-bottom: 10px;
    padding-top: 10px;
}

#spacer_srvc1 {
    background-color: #7030a0;
}

.slider__button a {
    border: 5px solid #56ab37;
}

li.navigation__item.active {
    display: none !important;
}
li.navigation__item {
    display: none !important;
}

.wrap__socialmedia-header {
    padding: 10px 20px 0px;
    right: 180px;
    top: 40px;
    background-color: #fff;
}

/*  */

:is(.cta_book_app_1__container, .cta_book_app_2__container) div {
    padding: 50px 0;
    background-color: #D07C03 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

:is(.cta_book_app_1__container, .cta_book_app_2__container) .cta__button {
    border: 5px solid #56ab37;
    padding: 10px 30px;
    background-color: white;
    box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.15);
    line-height: 1;
}

:is(.cta_book_app_1__container, .cta_book_app_2__container) .cta__button:hover {
    text-decoration: none;
    background-color: #525252;
    color: white;
}

/*  */

.slider__container--inner #slider {
    padding-left: 100px !important;
    padding-right: 0 !important;
}

.wrap__socialmedia-header {
    right: calc((100% - 100px - 520px) / 2 - (325px / 2)) !important;
}

@media (max-width: 991px) {
    .slider__container--inner #slider {
        padding-left: 0 !important;
    }
}

/*  */

.logo__container--inner .logo__link {
    display: flex !important;
    flex-direction: column;
}

.logo__container--inner .logo__link img {
    margin: 0 !important;
}