.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}
/* HEADER */
.wrap__logoHeader {
    float: right;
    width: 65%;
}
.wrap__locationsHeader {
    float: left;
}
 .logo__link {
    justify-content: flex-start;
}
.logo, .wrap__logoHeader .wrap__logo--inner > div > div, .wrap__logoHeader .wrap__logo--inner > div,
.wrap__logoHeader .wrap__logo--inner {
    float: unset;
}
 
.logo__title {
    font-family: 'Cormorant SC', serif;
    font-size: 42px;
    margin: 0 0 9px 0;
}

.logo__description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0 2px;
}
.logo__link.logo__left .logo__summary, .logo__link.logo__right .logo__summary {
    text-align: center;
}
.location__name {
    font-family: 'EB Garamond', serif;
}
/* END  */

.wrap__form.contact, .wrap__contact .wrap__form.contact, .wrap__form.appointment {
    display: none;
}
.slider__button a, .cta__button, .cta__button--icon, .featuredblock__button, button:not([class^='se__']):not([class^='redactor__']):not([class^='vjs-']):not([class^='redactor-']):not(.gallery-video-btn), input[type="button"], input[type="reset"], input[type="submit"], .button {
    font-family: 'Cormorant Garamond', serif;
    text-transform: inherit;
}

.slider__title {
    font-family: 'Cormorant Garamond', serif;
}
h1 {
    font-family: 'Cormorant Garamond', serif;
}

h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
}
h2 {
    font-family: 'Cormorant Garamond', serif;
font-size: 20px;
}

.wrap__form--inner .form__group {
    padding-bottom: 7px;
}
.slider .bx-wrapper .bx-controls {
    display: none;
}
.form .submit {
    font-family: 'Cormorant Garamond', serif;
}

body {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
}
p {
    font-family: 'EB Garamond', serif;
}

.wrap__fullwidth .page__title {
    font-family: 'Cormorant SC', serif;
    font-size: 32px;
    font-weight: bold;
}
.navigation:not(.mm-menu) .navigation__item a {
    font-family: 'EB Garamond', serif;
}
.navigation:not(.mm-menu) .navigation__item.has-child ul li a {
    font-family: 'EB Garamond', serif;
}

a {
    font-family: 'EB Garamond', serif;
}

.wrap__copyright {
    float: right;
    width: 60%;
}
.wrap__logoFooter {
    float: left;
    width: 40%;
}
 .round-img {
    border-radius:50%;  } 


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 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: 48.5%;}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 31.66%; }
/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 73.75%; }
.span_2_of_4 { width: 48.5%; }
.span_1_of_4 { width: 23.25%; }
/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 78.8%; }
.span_3_of_5 { width: 58.6%; }
.span_2_of_5 { width: 38.4%; }
.span_1_of_5 { width: 18.2%; }
/*  GRID OF SIX  */
.span_6_of_6 { width: 100%; }
.span_5_of_6 { width: 82.06%; }
.span_4_of_6 { width: 65.13%; }
.span_3_of_6 { width: 48.2%; }
.span_2_of_6 { width: 31.26%; }
.span_1_of_6 { width: 14.33%; }
/*  GRID OF SEVEN  */
.span_7_of_7 { width: 100%; }
.span_6_of_7 { width: 85.48%; }
.span_5_of_7 { width: 70.97%; }
.span_4_of_7 { width: 56.45%; }
.span_3_of_7 { width: 41.94%; }
.span_2_of_7 { width: 27.42%; }
.span_1_of_7 { width: 12.91%; }

.span_8_of_8 {width: 100%; }
.span_7_of_8 {width: 87.3%; }
.span_6_of_8 {width: 74.6%; }
.span_5_of_8 {width: 61.9%; }
.span_4_of_8 {width: 49.2%; }
.span_3_of_8 {width: 36.5%; }
.span_2_of_8 {width: 23.8%; }
.span_1_of_8 {width: 11.1%; }

/*  MEDIA QUERIES */

@media only screen and (min-width: 1px) {
    .hidden--t {
    display: block !important;
}
}

@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_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
	.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 { width: 100%; }
}

@media only screen and (max-width: 839px) {
.wrap__logoHeader {
    float: unset;
    width: 100%;
}
.logo__link.logo__left {
    flex-direction: column;
}
}

@media only screen and (max-width: 768px) {
        .location:last-child {
        display: flex;
        flex-direction: column;
    }
}