:root {
	--primary-color: #254343;
	--alt-color: #7D9C63;
	--secondary: #f3ffea;
	--blue: #255d96;
	--golden: #d4cfaf;
	--sky: #079bd7;
	--navy: #19436D;
	--gray: #585858;
	--violate: #47516c;
	--dark: #414141;
}

/* TEMP CSS Area - Starts */

.single .comment-entry,
.single .entry-footer {
    display: none;
}

.single-heading {
    margin: 25px 0 !important;
}

/* TEMP CSS Area - Ends */

.hero-logo img {
    width: 180px;
}

h1 {
	font-family: 'NotoSerif-BoldItalic', sans-serif !important;
	line-height: 1.25;
}

.hero-heading .av-special-heading-tag {
    letter-spacing: 3px !important;
}

@media (min-width: 768px) {
    #hero_top .content {
        padding-bottom: 220px;
    }
}

/* Top Overlay CSS Area - Starts */

.top-overlay {
    position: relative;
}
.inner-header-bg, .title_container:after {
    background: transparent !important;
}
.top-overlay {
    display: inline-block;
    background: rgb(37 67 67 / 80%);
    margin: 250px 0 0;
    padding: 15px 25px 10px;
}
@media (max-width: 767px) {
    .top-overlay {
        margin: 160px 0 0;
    }
}
.title_container .container {
    padding-bottom: 0 !important;
}
.title_container h1 {
    letter-spacing: 1px;
}
.title_container .main-title {
    padding: 0 0 15px !important;
}

/* Top Overlay CSS Area - Ends */

body p {
	letter-spacing: 0.3px;
}

.logo img {
    padding: 20px 0 !important;
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 18px;
    letter-spacing: 1px;
		font-weight: normal;
    text-transform: uppercase;
}

.main_menu .sub-menu .avia-menu-text {
    font-size: 17px !important;
    letter-spacing: 0.6px;
}

.main_menu .sub-menu a:hover .avia-menu-text {
    color: #fff !important;
}

#top .av-burger-overlay-inner .avia-menu-text {
    color: var(--primary-color) !important;
}

.av-menu-button .avia-menu-text {
    border-radius: 0 !important;
    border: 1px solid var(--alt-color) !important;
    padding: 8px 18px !important;
    color: var(
    --alt-color) !important;
    transition: .5s;
}

.av-menu-button .avia-menu-text:hover {
    background-color: var(--alt-color) !important;
    opacity: 1 !important;
    color: var(--primary-color) !important;
}

.main_menu .sub-menu {
    padding: 5px 10px 12px !important;
}

.avia_mega_div {
    border-top: 2px solid var(--alt-color) !important;
}

.login-icon:before {
    content: '\e85c';
    font-family: 'entypo-fontello';
    padding-right: 5px;
}

.main_menu .avia-bullet {
    display: none !important;
}

@media (max-width: 989px) {
    .mid-logo {
        display: none;
    }
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
    background-color: #e6ffd1;
}

.quote-text strong {
    color: var(--blue) !important;
}
/*
.quote-area {
    background-color: var(--secondary);
}
*/

.home-intro-area {
    background-color: #f8f8f8;
}

.av-subheading_below {
    opacity: 1 !important;
}

.section-title.av-subheading_below {
    margin-top: 15px;
}

.av-subheading_below p {
    letter-spacing: 0.8px !important;
    line-height: 1.6;
}

.bolder-itrem {
    font-weight: bold;
    font-size: 1.2em;
}

.hero-title .av-special-heading-tag {
    letter-spacing: 2px !important;
}

#hero_top .flex_column_table {
	max-width: 520px !important;
}

.hero-content-wrap {
    background: rgb(164 164 164 / 70%);
    padding: 25px;
}

@media (min-width: 768px) {
	.hero-content-wrap {
		padding: 30px 40px 40px;
	}
}

.hero-button a {
    font-size: 20px !important;
    font-weight: bold !important;
    transition: .5s;
    padding: 13px 32px !important;
    letter-spacing: 1px;
    border: none !important;
}

.avia_button_icon_left {
    padding-right: 5px;
}

.avia-button {
    border-radius: 0 !important;
}

.hero-button a:hover {
    background-color: #8bad6f !important;
    color: #fff !important;
}

.bolder-title .av-special-heading-tag {
    font-weight: bold;
}

.alt-heading .av-special-heading-tag {
    color: var(--primary-color) !important;
    letter-spacing: 1.5px !important;
}

.avia_button_icon_right {
    padding-left: 6px;
}

.long-button a {
    border: 2px solid var(--alt-color) !important;
    color: var(--alt-color) !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 13px 30px !important;
    letter-spacing: 1px;
    transition: .5s;
}

.long-button a:hover {
    opacity: 1 !important;
    background-color: var(--alt-color) !important;
    color: #fff !important;
}

.white-button a {
    border: 2px solid #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 11px 29px !important;
    letter-spacing: 1px;
    transition: .5s;
}

.white-button a:hover {
    opacity: 1 !important;
    color: var(--primary-color) !important;
    background-color: #fff !important;
}

.serve-svg svg,
.serve-svg svg path {
    fill: var(--golden);
}
.serve-svg svg {
    width: auto;
    height: 80px;
    margin: 0 auto;
}

.service-col .av-subheading {
    color: var(--sky) !important;
}

.service-col {
    background-color: #fff !important;
    box-shadow: 0 0 10px #dedede !important;
    transition: 0.7s;
}

.service-col:hover {
    transform: scale(0.98);
    background-color: var(--navy) !important;
}

.service-col:hover h3 {
	color: #fff !important;
}

/*
.service-col:hover svg path,
.service-col:hover svg {
	fill: #fff !important;
}
*/
.service-col .bolder-title {
    margin: 18px 0 10px !important;
}

.service-col .bolder-title h3 {
    color: var(--navy);
    font-size: 22px !important;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.service-col:hover {
    background-color: #f5f5f5;
    transform: translateY(-6px);
}

.section-title .av-special-heading-tag {
    letter-spacing: 0.5px !important;
		font-family: 'NotoSerif-BoldItalic', sans-serif !important;
		line-height: 1.4;
}

.center-header .av-special-heading-tag,
.center-item {
    max-width: 800px;
    margin: 0 auto !important;
}

.inner-img-bg .flex_column_table {
    max-width: 830px;
    margin-left: auto;
}

.contact-iconlist {
    margin: 12px 0 0;
}

.contact-iconlist .iconlist-char {
    position: relative;
    top: 4px;
}

.contact-iconlist a:hover {
    opacity: .8;
}

.footer-btn a {
    background-color: var(--alt-color);
    display: inline-block;
    width: 190px;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    color: #fff !important;
}

.footer-btn {
    text-align: center;
}

.footer-btn .login-icon:before {
    padding-right: 7px;
}

.footer-btn a:hover {
    opacity: .9;
}

.footer-logo {
    margin: 0 auto -5px;
    width: 220px;
}

.widget_media_image {
    text-align: center;
}

#footer h3.widgettitle {
    letter-spacing: 1.5px;
}

#socket .container {
    text-align: center;
}

#socket .copyright {
    float: none;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.alternate_color.inner-grid .content-cell {
    background-color: #f8f8f8 !important;
}

.num-list ul {
    list-style-type: none !important;
    margin: 0;
}

.num-list ul li:nth-child(n+2) {
    margin-top: 10px;
}

.inner-iconlist li:nth-child(even) .iconlist_icon {
    background-color: var(--alt-color) !important;
}

.inner-iconlist li:nth-child(even) .av_iconlist_title {
    color: var(--alt-color) !important;
}

.inner-iconlist li .av_iconlist_title {
    letter-spacing: 1px !important;
}

.num-list ul li {
    margin-left: 0;
}

@media (min-width: 990px) {
    .inner-grid .content-cell {
        padding: 50px !important;
    }
}

@media (max-width: 989px) {
    .inner-grid {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .inner-grid .flex_cell {
        width: 100% !important;
    }

    .inner-grid .img-cell {
        order: -1;
    }
}

/* Triangle Logo

@media (min-width: 990px) {
	
	.container.av-logo-container .logo {
			display: none;
	}

	.mid-logo img {
			width: 170px;
	}

	nav.main_menu {
			width: 100%;
	}

	.av-main-nav-wrap {
			width: 100% !important;
	}

	ul#avia-menu {
			text-align: center;
			display: flex;
			justify-content: center;
			column-gap: 10px;
	}

	.av-main-nav li {
			float: none;
	}

	.mid-logo .avia-menu-text:after {
			content: '';
			width: 0;
			height: 0;
			top: -80px;
			left: 50%;
			position: absolute;
			z-index: -1;
			transform: translateX(-50%);
			border-style: solid;
			border-width: 0 120px 208px 120px;
			border-color: transparent transparent #ffffff transparent;
	}
}

*/

.single .entry-content strong,
.avia_textblock strong {
    color: #333;
}

.inner-text-heading h3 {
    font-size: 25px;
    letter-spacing: 0.6px;
    color: var(--alt-color);
}

.hero-title p {
    line-height: 1.8;
}

@media (min-width: 768px) {
    .inner-img-col .content-col {
        padding: 30px 40px 40px !important;
    }
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0;
}

.inner-col-area .av-flex-placeholder {
    width: 3% !important;
}

@media(max-width: 768px) {
    .sage-svg svg {
        max-width: 350px;
        height: 350px !important;
    }
}

.feature-col-area .flex_column {
    background: #fff !important;
}

.feature-col-text {
    padding: 10px 0 0;
}

.feature-col-text h3 {
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}

.feature-col-text h3:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--blue);
}

.feature-col-text * {
    text-align: left !important;
}

.feature-col-img {
    filter: grayscale(0.9);
    transition: .5s;
}

.feature-col:hover .feature-col-img {
    filter: grayscale(0) !important;
}

.inner-four-col .flex_column_table {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.inner-four-col .flex_column {
    margin-left: 0 !important;
    width: 100% !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .inner-four-col .flex_column_table {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .inner-four-col .flex_column_table {
        grid-template-columns: 1fr;
    }
}

.small-svg svg {
    width: auto;
    height: 90px;
    margin-bottom: 25px;
}

.small-svg svg,
.small-svg svg path {
    fill: #666;
}

.alternate_color.small-svg-area .flex_column {
    background-color: #fff !important;
}

@media (min-width: 990px) {
    .small-svg-area svg {
        position: relative;
        top: 10px;
    }

    .small-svg-area .flex_column {
        display: flex !important;
        padding: 30px 40px !important;
    }

    .small-svg {
        padding-right: 40px;
    }
}

.border-cell {
    border-left: 1px solid var(--alt-color) !important;
}

.stat-text strong {
    color: var(--alt-color) !important;
    font-size: 45px;
}

.stat-grid-area .flex_cell {
    padding: 50px 30px 
}

.stat-text p {
    text-transform: uppercase;
}

.custom-iconlist .iconlist_content_wrap {
    padding-left: 1px !important;
    font-weight: bold;
}

.custom-iconlist li:nth-child(even) .iconlist_icon {
    background-color: var(--blue) !important;
}

.custom-iconlist .av_iconlist_title {
    color: var(--primary-color);
    text-transform: none;
    margin-top: 0 !important;
}

.custom-iconlist .iconlist_icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
}

.custom-iconlist .iconlist-timeline {
    left: 23px;
}

.border-image {
    position: relative;
}

.border-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -13px;
    top: -13px;
    background: var(--blue);
}

.border-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -13px;
    bottom: -13px;
    background: var(--alt-color);
    z-index: -1;
}

.hidden-items {
    display: none;
}

#reporting_inner {
    display: block;
}

#hightouch_inner h2 {
    color: var(--navy);
}

#fidelity_inner h2 {
    color: var(--alt-color);
}

#reporting_inner h2 {
    color: var(--golden);
}

#creative_inner h2 {
    color: var(--gray);
}

.feature-box-title {
    text-transform: none !important;
    font-size: 30px;
}

.dual-svg-area .inner-text-heading h3 {
    font-size: 22px;
}

.dual-svg-area .chess-alt h3 {
    color: var(--primary-color);
}

@media (min-width: 1250px) {
    .firm-tagline p {
        font-size: 40px;
        letter-spacing: 1px;
    }
}
.firm-tagline p {
    margin: 0.3em 0;
}

.firm-tagline em {
    font-style: normal;
    font-size: 1.3em;
}

.firm-features .avia_textblock p {
    letter-spacing: 0.5px;
}

.firm-features .flex_column_table {
    max-width: 1010px;
    margin: 0 auto;
}

@media (min-width: 990px) {
    .intro-border-col .av_one_fourth {
        border-right: 4px solid var(--alt-color) !important;
        padding-right: 30px;
    }

    .intro-border-col .av_three_fourth {
        padding-left: 50px !important;
    }
}

@media (max-width: 989px) {
    .intro-border-col .section-heading {
        position: relative;
        padding-bottom: 25px !important;
        margin-bottom: 50px;
        text-align: left !important;
    }

    .intro-border-col .section-heading:after {
        content: '';
        position: absolute;
        width: 80px;
        height: 4px;
        bottom: 0;
        left: 0;
        background-color: var(--alt-color);
    }
}

.section-heading .av-special-heading-tag {
    font-weight: bold;
    color: var(--navy);
}
/*
.team-title .av-special-heading-tag {
    font-weight: bold;
    color: var(--navy);
}

.team-title {
    background: #f8f8f8;
    border-left: 5px solid var(--alt-color) !important;
    padding: 10px 20px 25px 40px !important;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	.team-title {
		padding: 10px 25px 25px !important;
		margin: 10px 0 25px !important;
	}
}

.team-title .av-subheading {
    font-weight: bold;
    color: #666;
    margin-top: 7px;
}

.team-img-container {
    border-radius: 0;
}

.team-col {
    text-align: center;
    border: 1px solid #f1f1f1;
    padding-bottom: 15px;
    transition: .5s;
}

.team-box .team-member-name {
    color: var(--blue);
    letter-spacing: 0.5px;
    font-size: 22px;
}

.team-box .team-member-job-title {
    font-size: 15px;
    color: #000;
    letter-spacing: 0.2px;
    padding: 0 20px;
}

.team-box .team-member-description {
    color: var(--alt-color);
    font-weight: bold;
}

.team-box .team-member-description p:after {
    content: '\e879';
    font-family: 'entypo-fontello';
    padding-left: 7px;
}

.team-col:hover {
    transform: translateY(-5px);
    background-color: #f8fff2;
}

@media (max-width: 1200px) {
    .team-col-area .flex_column_table {
        max-width: 850px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .team-col-area .flex_column_table {
        max-width: 400px;
        margin: 0 auto;
    }
}
*/

.trans-button .avia-button {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--violate) !important;
    border: 1px solid var(--violate) !important;
    padding: 10px 22px !important;
    transition: .5s;
}

.trans-button .avia-button:hover {
    background-color: var(--dark) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.single-solid-area .template-page {
    padding: 35px 0;
}

@media (min-width: 990px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
  .single-solid-area .section-title,  
	.single-solid-area .bolder-title {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 30px;
    }
}

.alt-button .avia-button {
    border: none !important;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 17px;
    padding: 0 0 2px !important;
    border-bottom: 1px solid #000 !important;
}

/* Custom Footer Area CSS - Starts */

#custom_footer #menu-quick-links a {
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
		font-size: 14px;
}

#custom_footer #menu-quick-links a:hover {
    opacity: .8;
}

#custom_footer #menu-quick-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px auto 0;
    max-width: 975px;
}

#custom_footer #menu-quick-links li {
    margin-left: 0 !important;
    padding: 0 15px;
}

#footer-page {
    border: none;
}

#custom_footer .widget_nav_menu {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    #custom_footer #menu-quick-links {
        justify-content: space-between;
    }
}

/* Custom Footer Area CSS - Ends */

.narrow-dual .flex_column_table {
    max-width: 900px;
    margin: 0 auto;
}

#top .main_color.single-solid-area .bolder-title h2 {
    color: #000 !important;
		line-height: 2;
}

#team {
    position: relative;
    background-size: 300px;
    background-position: 100% 25px;
}

#blue-icon {
	position: relative;
}

#team:before {
    content: '';
    background-image: url('/wp-content/uploads/2021/12/Sage-Mountain-Services.png');
    position: absolute;
    width: 360px;
    height: 280px;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.team-content h3 {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    color: var(--dark) !important;
}

.home #team .flex_column_table {
    max-width: 950px;
    margin: 0 auto;
}

.insights-content h3 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.insight-logo img {
    max-height: 35px;
    width: auto;
    margin-bottom: 15px;
}

.service-icon img {
    width: 65px;
    margin-bottom: 30px;
}

.service-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.team-box .team-member-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 25px;
}

.demo-link {
    color: var(--blue);
    position: relative;
	font-style: italic;
    z-index: -1;
}

.demo-link:hover {
    opacity: .8;
}

.demo-link:after {
    content: '\e879';
    font-family: 'entypo-fontello';
    padding-left: 7px;
}

.blue-icon {
    background-size: 300px !important;
    background-position: 100% 25px !important;
    background-image: url(/wp-content/uploads/2021/12/Sage-Mountain-Services-Atlanta.png);
    background-repeat: no-repeat;
}

.blue-icon .content {
    padding-top: 150px;
}

.team-title h2 {
    font-family: 'NotoSerif-BoldItalic', sans-serif !important;
    line-height: 1.25;
    letter-spacing: 2px !important;
    font-weight: bold !important;
    margin-bottom: 25px !important;
}

.team-area-wrap img {
    width: 380px;
}

.team-linkedin .av-icon-char {
    background-color: #5c5c5c;
    color: #fff !important;
    width: 37px;
    height: 37px;
    padding: 3px;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 25px !important;
}

.team-linkedin .av-icon-char:hover {
    opacity: .85;
}

.team-area-wrap .flex_column_table {
    max-width: 800px;
    margin: 0 auto;
}

.team-title {
    text-align: center;
    padding-bottom: 40px !important;
}

.demo-header .content {
    padding: 120px 0;
}

@media (min-width: 990px) {
    .demo-header .content {
        padding: 130px 0;
    }
}

@media(min-width: 768px) {
    .team-title .av-subheading {
        font-size: 21px !important;
    }
}

@media (min-width: 1565px) {	
		.detach-item {
				display: inline-block;
				padding-right: 30px;
		}
}

.detach-item {
	font-weight: bold !important;
}

@media (min-width: 768px) {
    .inner-img-bg .flex_column {
        padding: 30px 40px 50px !important;
    }
	
		#intro .template-page {
			padding-bottom: 0;
	}
}

#custom_footer .bolder-title div {
    color: #000;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

@media (max-width: 989px) {
    #custom_footer .bolder-title div {
        margin-bottom: 20px;
        text-align: center;
    }
}

.testimonial-item h3 {
    font-family: 'NotoSerif-Italic', sans-serif !important;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: normal;
}

@media (min-width: 990px) {
    .testimonial-item h3 {
        font-size: 24px;
    }
}

#insights .round-image {
    width: 140px;
}

.round-image {
    border-radius: 100%;
}

.insight-logo img {
    margin: 60px 0;
}

.section-title.story-heading .av-special-heading-tag {
    max-width: 100%;
}

.service-content-title h3 {
    text-transform: uppercase;
    line-height: 1.5;
		margin-bottom: 30px;
}

.section-title .av-subheading_above {
    margin-bottom: 40px;
}

#custom_footer .menu li {
    background: transparent;
}

.login-col {
    transition: .5s;
}

.login-col:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 5px #e2e2e2;
}

.team-bolder .av-special-heading-tag {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-box .team-member-job-title {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0 18px;
    letter-spacing: 0.5px;
}

/* Insights Area CSS - Starts */

#insight-intro .container {
    max-width: 950px;
}

.insight-content .flex_column .insights-share {
    padding-top: 50px;
}

@media (min-width: 990px) {
    .insight-content .flex_column {
        display: flex !important;
    }
    
    .insight-content .flex_column .insights-share {
        order: -1;
        padding-right: 50px;
    }

    .flex-inner {
        display: flex !important;
        width: 100% !important;
    }
    
    .rel-insight-img {
        width: 125px;
        padding-right: 25px;
    }
    
    .flex-inner .av_textblock_section {
        width: calc(100% - 125px);
    }
}

.border-top {
    border-top: 2px solid #d8d8d8;
    padding-top: 40px;
}

.insight-footer.non-link .av-flex-placeholder:before {
    width: 2px;
}

.insight-footer .container,
.insight-content .container {
    max-width: 950px;
}


.rel-insights h3 {
    font-weight: normal !important;
    font-size: 19px;
    line-height: 1.5;
}

.insight-footer .av-flex-placeholder {
    width: 10% !important;
}

.rel-insights a {
    text-transform: uppercase;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    padding: 6px 15px;
    margin-top: 15px;
    transition: .5s;
}

.rel-insights a:hover {
    background-color: #333;
    color: #fff !important;
}

.rel-insights-logo {
    margin-bottom: 15px;
}

.rel-insight-img img {
    width: 200px;
    margin-bottom: 20px;
}

/* Insights Area CSS - Ends */

.inner-insights .post-title {
    font-size: 25px !important;
    line-height: 1.5;
}

.inner-insights .comments-link,
.inner-insights .text-sep, 
.inner-insights .blog-author, 
.inner-insights .blog-categories {
    display: none;
}

.upper-sub .av-subheading p {
    text-transform: uppercase !important;
}

.insight-grid {
    max-width: 1050px;
    margin: 0 auto;
		padding: 0 50px;
}

.insight-team img {
    margin: 0 0 15px 0;
    width: 250px !important;
}

.insight-grid small {
    font-size: 0.6em !important;
    line-height: 1;
}

/* Inner insights CSS - Starts */
.inner-insights .read-more-link a {
    border: 1px solid var(--alt-color);
    padding: 8px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: .5s;
    margin-top: 25px;
    color: #333;
    letter-spacing: 0.5px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.inner-insights .slide-meta-del,
.inner-insights .slide-meta-comments {
    display: none !important;
}

.inner-insights .read-more-link a:hover {
    background-color: var(--alt-color) !important;
    color: #fff !important;
}

.insight-title h3,
.inner-insights .slide-entry-title {
    letter-spacing: 0.3px;
    position: relative;
    padding-bottom: 15px;
    margin: 15px 0;
    font-size: 20px;
}

.insight-title h3:after,
.inner-insights .slide-entry-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--golden);
}

.inner-insights .slide-image:hover,
.inner-insights .slide-entry-title:hover {
    opacity: .8;
}

.inner-insights .slide-image {
    display: none;
}

/* Latest Insights CSS - Starts */

.insight-date {
    font-size: 14px;
    color: #919191;
    margin-bottom: 15px;
}

.facetwp-template[data-name=latest_insights] {
    display: grid !important;
    gap: 30px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .facetwp-template[data-name=latest_insights] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.insight-card {
    background-color: #f8f8f8;
    border: 1px solid #d8d8d8;
    padding: 25px 30px 30px;
}

.insight-card .more-link-alt {
    border: 1px solid var(--alt-color) !important;
    padding: 8px 15px;
    display: inline-block;
    color: #333 !important;
    font-size: 16px;
    width: 170px;
    text-align: center;
    transition: .5s;
    position: relative;
}

.insight-card .read-more-link {
    margin-top: 20px;
}

.insight-card .more-link-alt:hover {
    background-color: var(--alt-color) !important;
    color: #fff !important;
}

.insight-card .more-link-alt:after {
    content: '\e87d';
    font-family: 'entypo-fontello';
    padding-left: 10px;
}

.insight-title a:hover {
    opacity: .85;
}

/* Latest Insights CSS - Ends */

.img-border {
        border: 1px solid #e8e8e8 !important;
        padding: 0 !important;
        margin-top: 25px !important;
    	margin-bottom: 25px !important;
}

.inner-insights .slide-entry-wrap {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}

#top .inner-insights .slide-entry {
    margin: 0 !important;
    width: 100% !important;
    border: 1px solid #d8d8d8;
    padding: 15px 30px 40px;
    background-color: #f8f8f8 !important;
}

@media (min-width: 768px) {
	#top .inner-insights .slide-entry {
		width: calc(33.33% - 20px) !important;
	}
}

#top .alternate_color .inner-insights .slide-entry {
	  background-color: #fff !important;
}

/* Inner insights CSS - Ends */

.single .entry-content .wp-caption {
    border: none;
}

.single .entry-content .wp-caption-text {
    font-size: 13px;
    font-family: inherit;
    color: #666;
}

.single-post h1.post-title,
.single-post .entry-content,
.single-post .entry-content strong {
    color: #707070;
}

.press-release aside.sidebar {
    background-color: #FAFAFC;
    width: 26% !important;
    position: relative;
    overflow: visible !important;
}

.press-release .container_wrap_first > .container {
    display: flex;
    flex-wrap: wrap;
}

.press-release aside.sidebar .inner_sidebar {
    margin: 0;
    padding-left: 40px;
}

.press-release aside.sidebar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #FAFAFC;
    z-index: 1000;
}

.pr-side-html {
    padding-top: 0;
}

h2.pr-site-title {
    text-align: center;
    margin-bottom: 40px;
}

.pr-side-logo {
    background: #fff;
    padding: 20px !important;
    margin-bottom: 30px;
}

.pr-side-logo img {
    width: 100px;
    max-width: 100%;
}

h3.pr-side-title {
    color: var(--alt-color);
}

.image-border img {
    border: 1px solid #d8d8d8 !important;
}

.related-posts {
    margin-top: 0;
}

.avia-content-slider-inner {
    height: auto !important;
}

#team .template-page {
    padding-bottom: 150px;
}

/* Related Posts */

.crp_related ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.crp_related ul li {
    margin: 0;
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 30px;
}

.crp_related ul li a.crp_link {
    color: #414141;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'muli', sans-serif;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.crp_related ul li a.crp_link:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 60px;
    background: var(--golden);
    height: 2px;
    left: 0;
}

@media (min-width: 768px) {
    .crp_related ul {
        grid-template-columns: 1fr 1fr
    }
}

.crp_related span.crp_date {
    display: block;
    color: #919191;
    font-size: 14px;
    margin-bottom: 15px;
}

.crp_related span.crp_excerpt {
    color: #707070;
    display: block;
    margin-bottom: 20px;
}

.crp_related .read-more-link a {
    border: 1px solid var(--alt-color);
    display: inline-block;
    padding: 8px 20px;
    min-width: 180px;
    text-align: center;
    text-transform: capitalize;
    transition: .5s;
    margin-top: 25px;
    color: #333;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.crp_related .read-more-link a:hover {
    background: var(--alt-color);
    color: #fff;
}

.trans-button.white a {
    color: #fff !important;
    border-color: #fff !important;
}

#top .trans-button.white a:hover {
	background-color: #fff !important;
    color: #000 !important;
}

.image-border img {
    border: 1px solid #e8e8e8 !important;
    margin: 10px 0;
}

.inner-table td {
    color: #333 !important;
    font-size: 14px;
}
.inner-table th {
    text-align: center;
    background-color: #333;
    color: #fff !important;
}
td.bold-label {
    font-weight: bold;
}
.block-link {
    position: absolute;
    inset: 0;
}

.wp-caption {
    border: none !important;
}

.wp-caption img {
    padding: 0 !important;
}

.wp-caption-text {
    text-align: left !important;
    font-style: normal !important;
    font-family: inherit !important;
    font-size: 15px !important;
    padding-left: 0 !important;
}

.single .av-caption-image-overlay-bg {
    opacity: 1 !important;
    background-color: transparent !important;
}

.single .av-image-caption-overlay-center {
    vertical-align: bottom !important;
    color: #666 !important;
    font-size: 14px;
    text-align: left;
    padding: 0 !important;
}

.single .av-image-caption-overlay {
    position: relative;
    order: 2;
    margin-bottom: 25px;
}

.single .avia-image-overlay-wrap {
    display: flex;
    flex-direction: column;
}

.insights-disclouser p {
    line-height: 2;
}

body .column-top-margin {
    margin-top: 25px;
}
.insights-caption {
    font-size: 13px;
    padding-top: 10px;
}
.avia_textblock h3 {
    font-size: 27px;
}