
.logo__summary {
    max-width: 380px;
}

@media (min-width: 376px) {
.logo {
    line-height: 2.5;
}
}

.wrap__social_footer {
    display: none;
}

.logo_footer__container--inner.logo__container--inner p.logo__title, 
.logo_footer__container--inner.logo__container--inner p.logo__description {
    text-align: center;
}
.hidden--l {
    display: block!important;
}
.wrap__socialmediaHeader {
    display: none;
}



/* /  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%; }
}



/* testimonials css */
#slideshow {
    margin: 50px auto;
    position: relative;
    width: unset;
    height: 240px;
    padding: 10px;
    box-shadow: unset;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.wrap__inner-form {
    background: url(https://www.rutellcounseling.com/themes/website/assets/img/pattern.png);
}

.wrap__inner-form:after {
    background: linear-gradient(to bottom, #4d5b6a 0%, rgba(77, 91, 106, 0.3) 40%, rgba(77, 91, 106, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}








