.wrap__header--upper {
    display: none;
}
.wrap__socialmedia.col.sm {
    display: none;
}
.welcome-section {
    border: 4px solid #afa0db;
    padding: 20px 30px;
}

.wrap__header--top {
    background: linear-gradient(to bottom, #afa0db 0%, #afa0db 21%, #afa0db 90%, #afa0db 100%);
}
.col {
    background: linear-gradient(to bottom, #9586c4 0%, #afa0db 35%, #afa0db 83%, #9586c4 100%);
}

.button, .btn.submit, .featuredblock__button, .slider__button a {
    background: linear-gradient(to bottom, #9586c4 0%, #afa0db 35%, #afa0db 83%, #9586c4 100%);
    border: 1px solid #afa0db;
}
.button:hover, .btn.submit:hover, .featuredblock__button:hover, .slider__button a:hover {
    color: #afa0db;
}
.bx-wrapper .pause-slideshow span, .bx-wrapper .play-slideshow span {
    color: #afa0db;
}

.bx-wrapper .pause-slideshow:hover, .bx-wrapper .pause-slideshow.active, .bx-wrapper .play-slideshow:hover, .bx-wrapper .play-slideshow.active {
    background: #afa0db;
}
.featuredblock__container:hover {
    background: #553973;
    border-color:#afa0db;
}
.navigation:not(.mm-menu) .navigation__list > .navigation__item:hover a, .navigation:not(.mm-menu) .navigation__list > .navigation__item.active a {
    background: #8474b3;
}
.navigation:not(.mm-menu) .navigation__list > .navigation__item {
     border-left: none;
     border-right: none;
}
.wrap__footer {
    background: #211f1f;
}
.wrap__form.home:before, .wrap__form.body:before, .wrap__featuredblocks:before {
    background: unset;
}
.page__title, .staff__title, .testimonials__title, .map__title, .hours__title {
    color: #000000 !important;
}
input[type="color"], .form .form-input-uploadFile .fileUpload + label, input[type="date"], .form .form-input-uploadFile .fileUpload + label, input[type="datetime"], .form .form-input-uploadFile .fileUpload + label, input[type="datetime-local"], .form .form-input-uploadFile .fileUpload + label, input[type="email"], .form .form-input-uploadFile .fileUpload + label, input[type="month"], .form .form-input-uploadFile .fileUpload + label, input[type="number"], .form .form-input-uploadFile .fileUpload + label, input[type="password"], .form .form-input-uploadFile .fileUpload + label, input[type="search"], .form .form-input-uploadFile .fileUpload + label, input[type="tel"], .form .form-input-uploadFile .fileUpload + label, input[type="text"], .form .form-input-uploadFile .fileUpload + label, input[type="time"], .form .form-input-uploadFile .fileUpload + label, input[type="url"], .form .form-input-uploadFile .fileUpload + label, input[type="week"], .form .form-input-uploadFile .fileUpload + label, input:not([type]), .form .form-input-uploadFile .fileUpload + label, textarea, .form .form-input-uploadFile .fileUpload + label, .hasDatepicker, select, .articles .pagination--mobile .pagination-select, .articles__posts .pagination--mobile .pagination-select, .blog__posts .pagination--mobile .pagination-select {
    border: 1px solid #afa0db;
}
.page-content {
    background: #ffffff;
}

.col {
    border-right: 1px solid #9586c4;
    background: #9586c4;
}
@media (max-width: 767px) {
.contact-holder {
    background: #9586c4;
}
}










/* /  SECTIONS  / */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* /  COLUMN SETUP  / */
.column {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
    border-right: none;
    border-left: none;
    background: none;
}

.column: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) {
	.column { 	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%; }
}







