/*
Theme Name: 	  Tribe
Theme URI: 	  	  https://launchandsell.com/tribe
Author: 		  Launch & Sell
Author URI: 	  https://launchandsell.com
Description: 	  Fresh Feminine website for coaches designed to look great on any device. Tribe was carefully crafted to allow you to create your own professional coach website quickly and easily without any coding knowledge. 
Version: 		  1.7.3
License:          ThemeForest Regular License
License URI:   	  http://themeforest.net/licenses/regular
Text Domain:   	  tribe
*/

/* =Notes
--------------------------------------------------------------

Please don't edit this file directly. Consider using a Child Theme. */

:root {
    --navy: #1e3a5f;
    --forest: #5679E8;
    --gold: #fff;
    --gold-light: #fff;
    --cream: #faf7f2;
    --warm-white: #fff9f2;
    --text-dark: #1c2b1c;
    --text-mid: #4a5568;
    --text-light: #8a96a8;

	/* Base font size (body text) */
	--fs-base: clamp(0.95rem, 0.9rem + 0.3vw, 1.125rem);

	/* Heading scale */
	--fs-h1: clamp(2rem, 1.6rem + 2vw, 3rem);
	--fs-h2: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
	--fs-h3: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
	--fs-h4: clamp(1.25rem, 1.1rem + 0.8vw, 1.5rem);
	--fs-h5: clamp(1.125rem, 1rem + 0.5vw, 1.25rem);
	--fs-h6: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);

	/* Small text */
	--fs-small: clamp(0.8rem, 0.75rem + 0.2vw, 0.9rem);
}

.at-page__content .margin-0 {
	margin: 0;
}

.at-page__content .padding-0 {
	padding: 0;
}

.padding-20 {
	padding: 20px;
}

.border-radius img {
	border-radius: 20px;
}


.two-columns-grid .wp-block-column {
	padding: 20px;
}

.has-padding .wp-block-column {
	padding: 25px;
}

.has-padding .wp-block-column h4,
.has-padding .wp-block-column h2,
.has-padding .wp-block-column h3 {
	margin-top: 0;
	padding-top: 0;
}

.my-journey {
	padding: 20px;
}

.padding-section .wp-block-column {
	padding: 20px 30px;
}

.special-heading.spacing {
	letter-spacing: 0.1em;
}

.special-heading {
	margin-bottom: 1.75rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.special-heading::after {
	content: '';
	flex: 1;
	max-width: 4.5rem;
	height: 1px;
	background: #00cc00;
}

.signature-talks {
	margin: 0;
	border-bottom: 1px solid #aaa7a7;
}

.signature-talks.last {
	border-bottom: 0;
}

/* Speaking Page - Featured In */

.featured__in p {
	margin: 0;
}

.featured__in .wp-block-image {
	margin: 0;
}

.featured__in .wp-block-columns {
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #c7c7c7;
}

.wp-block-post-featured-image img {
	border-radius: 10px;
}

.cta-section figure,
.cta-section p {
	margin: 0;
}

.about-cta h2 {
	margin: 0;
	padding: 0;
}

/* Home - About */
.at-about--hasimage .at-about__image {
	background-position: center -70px;
}

/* About Us - Page */
.about-us-section p {
	line-height: 25px;
}

/* Coaching - Mission */
.coaching__mission .margin-0 {
	margin-bottom: 20px;
}

.pillar-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	margin-bottom: 1.25rem;
	background: #EBF2FF;
	color: #1565C0;
}

.pillar-icon.green {
	background: #E8F5EE;
	color: #1A7A4A;
}

.coaching__mission .wp-block-group {
	border-radius: 8px;
	border: 1px solid rgba(21, 101, 192, 0.1);
	background: rgba(21, 101, 192, 0.1);
	overflow: hidden;
	gap: 1px;
}

.coaching__mission .wp-block-columns {
	background: #fff;
	padding: 1.5rem 1.25rem;
	transition: background .3s;
}

.coaching__mission .wp-block-columns:hover {
	background-color: #F7FAFE;
}

/* Coaching - Goals */
.our__goals {
	margin-top: 50px;
}

.our__goals h2 {
	margin-top: 0;
}

.our__goals figure,
.our__goals p {
	margin-bottom: 0;
}

.our__goals .col__1 {
	padding: 20px 30px;
}

.our__goals .col__1 .wp-block-columns {
	border: 1px solid rgba(21, 101, 192, 0.1);
	border-radius: 8px;
	padding: 30px;
	gap: 1rem;
}

.principles__lists {
	display: grid;
	gap: 1px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 8px;
	overflow: hidden;
	margin-top: 1.2rem;
}

.principles__lists p {
	padding: 10px 20px;
	margin: 0;
}

.principles__lists p span {
	color: #2e9d62;
	margin-right: 10px;
}

.our__core_values {
	padding: 40px 10px;
}

/* Core Values */
.values__grid_item h2 {
	padding-top: 0;
}

.values__grid_item {
	padding: 1.7rem;
	background: #F7FAFE;
	border: 1px solid rgba(21, 101, 192, 0.1);
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.values__grid_item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
}

.values__grid_item:nth-child(odd)::after {
	background: #2e5f3e;
}

.values__grid_item:nth-child(even)::after {
	background: #5679E8;
}

.at-featured ul {
	display: flex;
	align-items: center;
	gap: 10px;
}

.at-testimonals__list>.at-testimonials-2:nth-child(2) .at-testimonial__content {
	min-height: 158px;
}

.at-testimonals__list>.at-testimonials-2:nth-child(4) .at-testimonial__content {
	min-height: 356px;
}

.ms-info {
	line-height: 1.2;
}

div.custom-gallery-container {
	gap: 20px;
}

div.custom-gallery-container .wp-block-image {
	margin-bottom: 20px;
}

body .at-pageheader {
	background-image: url("/wp-content/uploads/2026/04/inner-page-banner-v3.jpg");
	background-size: cover;
	background-position: top 38% center;
	padding: 7rem 0;
	position: relative;
	margin-top: 0;
}
body.page-template-template-with-right-sidebar .at-pageheader{
	background-position: top 30% center;
}

body .at-pageheader:after {
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body .at-pageheader .at-pageheader__title {
	z-index: 2;
	position: relative;
	color: #d4ab5a;
	font-size: clamp(1.9rem, 3.5vw, 3rem) !important;
}

.at-sidebar {
	background-color: #f4f4f4;
	padding: 20px !important;
	text-align: center;
}
.at-sidebar figure{
	margin: 0;
}
.at-sidebar .wp-block-heading {
	margin-bottom: 20px;
	font-size: .95rem;
	color: #426043;
	margin-top: 0;
}
.column-section{
	flex-direction: column;
}
.nb-0{
	margin-bottom: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.header-inner{
	display: flex;
	align-items: center;
}
body .site-header .site-header__logowrap{
	padding: 5px 0;
}
body .site-header__nav{
	background-color: transparent;
	flex: 1;
	margin-bottom: 0;
}
body .site-header__nav>ul>li>a{
    color: #4a5568;
}
body .site-header__nav>ul>li a{
		font-size: 1rem;
}
.site-header .site-header__logowrap img{
	max-width: 100px;
}
.site-header__nav > ul{
	padding: 0;
	float: right;
}
.site-header .at-container{
	overflow: visible;
}
.site-header__nav > ul > li:hover > a{
	background-color: transparent;
	color: #2e5f3e;
}
.ms-slide-info{
	width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0 !important;
    bottom: 0;
    height: 100%;
    transform: none !important;
    box-sizing: border-box !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 1100px;
    margin: auto;
    padding: 0;
    position: static !important;
}
.ms-slide-info .ms-info{
	opacity: 1;
    max-width: 100%;
    background: rgba(8, 20, 38, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 2.75rem;
	flex: 1;
}
.ms-slide-info .ms-info .hero-btns{
    display: none !important;
}
.hero-eyebrow{
	font-family: 'Oswald', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-light);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
    display: none !important;
}
.hero-eyebrow::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--gold-light);
}
.ms-info h2{
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.18;
    margin-bottom: 1.1rem;
}
.ms-info h2 em{
    font-style: italic;
    color: var(--gold-light);
}
.hero-sub {
    font-size: 0.92rem;
    line-height: 1.82;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    margin-bottom: 1.75rem;
    display: none !important;
}
body .btn,
body .at-ctalist__blockbutton span,
body .wp-block-button__link,
.wp-block-search__button{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 4px !important;
    transition: all 0.3s;
    padding: 0.8rem 1.8rem !important;
    font-size: 0.78rem;
}
body .at-ctalist__blockbutton{
	border-radius: 4px !important;
}
.hero-btns {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}
.btn-green,
body .at-ctalist__blockbutton span,
body .wp-block-button__link,
.wp-block-search__button{
    background: var(--forest);
    color: #fff;
	border: solid 1px var(--forest);
}
.btn-green:hover,
body .at-ctalist__blockbutton span:hover,
body .wp-block-button__link:hover{
    background: #1e4a2e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 95, 62, 0.3);
	color: #fff;
}
.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}
.ms-bullets.ms-dir-h{
	opacity: 1 !important;
	z-index: 2;
}
body .section-heading{
	font-size: 1.8rem !important;
    text-transform: none !important;
    color: var(--forest) !important;
    margin-bottom: 2rem !important;
    font-weight: bold;
}
body .section-heading em{
	color: var(--gold) !important;
}
#at-praise-block{
	background-color: #fff9f2;
    margin: 0;
    padding: 3rem 0;
}
.at-testimonial .at-testimonial__content{
	background-color: #fff !important;
    box-shadow: 0 4px 18px rgba(30, 58, 95, 0.06);
	border-radius: 10px;
}
#at-cta2-block{
	display: none !important;
}
.at-footer-container{
	padding: 3rem 3rem 0 3rem;
    text-align: center;
    background: #5679E8 !important;
    position: relative;
    overflow: hidden;
	text-align: left;
}
.at-footer-container .at-container{
	display: flex;
}

.at-footer-container .at-container > .footer-column figure{
	margin: 0;
	max-width: 200px;
}
.at-footer-container .at-container > .footer-column h4{
	margin-top: 0;
    text-align: left;
    color: #fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.28em;
    text-transform: uppercase;
}
.at-footer-container .section-eyebrow {
    justify-content: center;
	color: #fff !important;
}
.at-footer-container .section-heading.light em{
	color: #fff !important;
}
.section-heading.light{
    color: #fff !important;
}
.at-footer-container .section-heading {
    margin-bottom: 2.5rem !important;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
}
.section-eyebrow {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
}
.section-eyebrow.light {
    color: var(--gold-light);
}
.section-eyebrow::before, 
.section-eyebrow::after {
    content: '';
    flex: 0 0 18px;
    height: 1px;
    background: var(--gold);
}
.section-eyebrow.light::before, 
.section-eyebrow.light::after {
    background: var(--gold-light);
}
.footer-note-container{
	padding: 30px;
    margin-top: 30px;
    border-top: solid 1px #ffffff26;
    text-align: center;
    line-height: 1.5;
}
.at-footer-container .section-heading {
    margin-bottom: 2.5rem;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}
.at-footer-container ul a svg{
	margin: 0;
	height: 18px;
    width: 18px;
}
.at-footer-container ul.social-row:before{
	display: none;
}
.at-footer-container ul.social-row{
	display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
    text-align: left;
	margin-top: 30px;
}
.at-footer-container ul.social-row li{
	margin-bottom: 0;
}
.at-footer-container ul.social-row li a{
	display: inline-flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s;
	justify-content: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.at-footer-container ul li{
	padding: 0;
	margin-bottom: 15px;
}
.at-footer-container ul li:last-child{
	margin-bottom: 0;
}
.at-footer-container ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.at-footer-container ul li a{
	color: #fff;
}
.at-footer-container p{
	color: #fff;
	margin: 0;
}
.footer-menu .nav-footer{
	margin-bottom: 0;
}
.footer-menu .nav-footer ul.menu{
	flex-direction: column;
    display: flex;
}
.footer-menu .nav-footer ul a {
    font-family: 'Oswald', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.25s;
	text-align: left;
}
.site-footer .site-footer__copyright{
	color: #fff !important;
}

.at-footer-container ul a svg path, 
.at-footer-container ul a svg circle,
.at-footer-container ul a svg{
	fill: #fff !important;
}
body .site-footer .at-bottom-footer{
	background-color: #3e5ab2;
	padding: 15px 0;
    border-top: solid 1px #ffffff26;
}
body .site-footer__copyright a,
body .site-footer__copyright{
	font-size: 0.78rem;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.25s;
}
.about-cta h2{
	color: var(--forest);
}
.about-cta p{
	font-family: 'Oswald', sans-serif;
	color: var(--gold-light);
}
body .at-post .at-post__title,
.at-post__content h3, 
.at-page__content h3, 
.at-comment__content h3{
	font-family: 'Oswald', sans-serif !important;
}
.values__grid h3{
	text-wrap-mode: nowrap;
}

.page-template-template-homepage .at-page{
	padding-top: 0;
}
.at-container{
	max-width: 1300px !important;
}
.page-template-template-homepage .at-pagewrapper{
	padding-top: 15px;
}
.at-sidebar .figure{
	margin: 0;
}
.at-sidebar > .widget-container:first-child figure img{
	height: 100px;
    object-fit: cover;
    object-position: 25% 25%;
    border-radius: 50%;
    max-width: 100px;
}
.at-sidebar .widget-container ul.menu{
	text-align: left;
	padding-left: 18px;
}
.at-sidebar .wp-block-heading{
	color: #2F855A !important;
	text-align: left;
	margin-bottom: -15px;
}
.at-sidebar .widget-container{
	margin-bottom: 30px;
}
.at-sidebar .widget-container .wp-block-latest-posts__list{
	text-align: left;
}
.at-sidebar .widget-container .wp-block-latest-posts__list li:not(:last-child){
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.at-post.at-post--square .at-post__title{
	font-size: 20px;
    line-height: 1.2;
}
.click-to-view{
	display: block;
	margin-top: -15px;
	font-weight: bold;
	text-transform: uppercase;
}

/** temporary */
.site-header__logowrap,
.at-footer-container .at-container .footer-column:first-child #block-12{
	display: none !important;
}
.site-header__nav > ul{
	float: none !important;
}
/** temporary end */

.wp-block-social-links .wp-social-link svg{
	height: .9rem;
    width: .9rem;
}
.at-sidebar .wp-block-search .wp-block-search__label{
	display: none;
}
.wp-block-search__inside-wrapper .wp-block-search__button{
	margin-left: 0;
}
.sidebar-blog-list {
    width: 100%;
}

.sidebar-blog-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #d6d6d6;
}

.sidebar-blog-item:last-child {
    border-bottom: none;
}

.sidebar-blog-image {
    flex: 0 0 70px;
}

.sidebar-blog-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
}

.sidebar-blog-title {
    flex: 1;
    line-height: 1.35;
	text-align: left;
}

.sidebar-blog-title a {
    font-size: 14px;
    text-decoration: none;
	color: #000;
}

.sidebar-blog-title a:hover {
    text-decoration: underline;
}
.at-testimonial .at-testimonial__content p{
	font-size: 17px;
}
body .wp-block-social-links .wp-block-social-link.wp-social-link{
	background-color: #5679E8;
}
body .at-pageheader{
	display: none !important;
}
body:not(.page-id-1039) .at-sidebar .widget-container:nth-child(4),
body:not(.page-id-1039) .at-sidebar .widget-container:nth-child(5),
body:not(.page-id-1039) .at-sidebar .widget-container:nth-child(6){
	display: none !important;
}
body .at-sidebar .wp-block-search__input,
body .at-sidebar .wp-block-search__button{
	border-radius: 0 !important;
    padding: 10px !important;
}
body #at-blog-block{
	display: none !important;
}


.wp-block-search__button {
    font-size: 0;
    position: relative;
    width: 50px;
    min-width: 50px;
}

.wp-block-search__button::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 50%;
    position: absolute;
    top: 46%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.wp-block-search__button::after {
    content: "";
    width: 7px;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 61%;
    left: 54%;
    transform: rotate(45deg);
    border-radius: 2px;
}
.mb-0{
    margin-bottom: 0 !important;
}
@media screen and (min-width: 880px) {
    .at-post.at-post--square .at-post__thumb {
        width: 43%;
    }
	.at-post.at-post--square .at-post__contentwrap.at-post__with-thumbnail {
        width: 51%;
    }
	.contact-form-container{
		margin-bottom: 0;
		padding-top: 120px;
	}
}
@media screen and (min-width: 768px) {
	.at-pagewrapper--sbright .at-page, .at-pagewrapper--sleft .at-page{
		padding-top: 0 !important;
	}
	.at-footer-container .at-container > .footer-column:first-child{
		width: 50%;
	}
	.at-footer-container .at-container > .footer-column:first-child .widget-area{
		max-width: 342px;
    	line-height: 1.5;
	}
	.at-footer-container .at-container > .footer-column:nth-child(2){
		width: 21%;
	}
	.at-footer-container .at-container > .footer-column:last-child{
		width: 25%;
	}
	.page-template-template-homepage .at-pagewrapper.at-pagewrapper--sbright .at-page {
        width: 73%;
    }
    .page-template-template-homepage .at-pagewrapper.at-pagewrapper--sbright .at-sidebar {
        margin-left: 2%;
    }
	.at-pagewrapper.at-pagewrapper--sbright .at-sidebar {
		width: 25%;
		margin-left: 5%;
	}
	.site-header__nav > ul > li ul{
		top: 33px;
	}
	.site-header__nav>ul>li>a {
		padding: 25px 15px;
	}
	.site-header .site-header__nav ul > li.button-menu-item{
		margin-left: 1rem;
	}
	.site-header .site-header__nav ul > li.button-menu-item > a{
		background-color: #2e5f3e;
		color: #fff;
		padding: 0.6rem 1.1rem;
		border-radius: 3px;
	}
	.site-header li.button-menu-item > a:hover{
		color: #b8943f;
	}
	.at-ctalist .at-ctalist__blocktext p{
		min-height: 54px;
	}
	.site-footer .site-footer__copyright > div{
		display: flex;
		justify-content: center;
		gap: 15px;
	}
}
@media screen and (max-width: 1100px) {
	body {
		font-size: var(--fs-base) !important;
		line-height: 1.6;
	}
	h1 { font-size: var(--fs-h1) !important; line-height: 1.2 !important; }
	h2 { font-size: var(--fs-h2) !important; line-height: 1.25 !important; }
	h3, body h3.section-heading{ font-size: var(--fs-h3) !important; line-height: 1.3 !important; }
	h4 { font-size: var(--fs-h4) !important; line-height: 1.35 !important; }
	h5 { font-size: var(--fs-h5) !important; line-height: 1.4 !important; }
	h6 { font-size: var(--fs-h6) !important; line-height: 1.4 !important; }
	small {
		font-size: var(--fs-small) !important;
	}
	body .site-header__nav > ul > li a {
		font-size: clamp(0.75rem, 0.6474rem + 0.5128vw, 1rem);
	}
	.at-ctalist .at-ctalist__content h4{
		font-size: clamp(0.75rem, 0.6474rem + 0.5128vw, 1rem) !important;
	}
	.ms-slide,
	.ms-slide .ms-slide-bgcont img,
	.ms-view{
		height: 500px !important;
	}
	.ms-slide .ms-slide-bgcont img{
		margin-top: 0 !important;
		object-fit: cover !important;
	}
}
@media screen and (max-width: 991px) {
	body .site-header__nav > ul > li a{
        padding: 15px 6px;
    }
	.site-header .site-header__nav ul > li.button-menu-item {
        margin-left: 0;
    }
	.site-header .site-header__logowrap img{
		max-width: 80px;
	}
	body .is-layout-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.at-footer-container .at-container{
		flex-direction: column;
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.site-header__nav .nav-header__mtoggle{
		padding: 20px 34px 23px 9px;
		background-color: var(--forest);
		float: right;
	}
	.site-header{
		position: relative;
	}
	.site-header__nav .nav-header__mtoggle.active + .nav-header__menuwrapper{
		top: 89px;
    	background-color: #d6d6d6;
	}
	body .site-header__nav > ul > li a {
        padding: 13px 15px;
    }
	.at-featured ul{
		flex-wrap: wrap;
	}
	.at-featured ul li {
		flex: 1 1 100px;
	}
	.at-hero {
        padding-bottom: 0 !important;
    }
	.social-row:before,
	.social-row:after{
		display: none !important;
	}
	ul.social-row{
		gap: 1rem;
	}
	ul.social-row li{
		width: 50px;
		height: 50px;
		flex: none;
	}
	ul.social-row li a{
		width: 100%;
	}
	.at-footer-container{
		padding: 30px 0;
	}
}
@media screen and (max-width: 720px) {
	.at-about.at-about--hasimage .at-about__contentwrap {
        width: 100%;
        float: none;
        margin: 0;
    }
	.at-about.at-about--hasimage .at-about__image{
		width: 100%;
        position: static;
        height: 400px;
        background-size: contain;
        background-position: top center;
	}
}
@media screen and (max-width: 640px) {
	.at-featured ul li {
		flex: 1 1 100%;
	}
}
@media screen and (max-width: 480px) {
	.ms-slide-info .ms-info{
		padding: 15px 20px;
	}
}

