/*
	Theme Name: Best Select
	Description: Best Select Theme
	Author: Best Select
	Author URI: http://example.com
	Template: astra
	Version: 1.0.0
*/

.u-mar--bottom--reset,
h6.u-mar--bottom--reset,
.wp-block-heading.u-mar--bottom--reset,
.entry-content h6 {
	margin-bottom: 0px !important;
}

.u-flex--grow {
	flex-basis: unset !important;
	flex-grow: 1 !important;
}

.u-gap--sml {
	gap: 0 8px;
}

.row {
	display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0px;
    max-width: 100%;
	margin-bottom: 0 !important;
    padding-right: 20px;
    padding-left: 20px;
}

.col--50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.wpcf7 .col p {
	margin-bottom: 0 !important;
}

.site-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #07080A;
}

.site-footer,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	border: none !important;
	background-color: #07080A;
}

.site-footer h6 {
	color: #FEFEFE;
}

.site-footer .site-footer-primary-section-2 .wp-block-media-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.site-footer .site-footer-primary-section-2 .wp-block-media-text__media {
	width: 48px;
	height: 48px;
}

.site-footer .site-footer-primary-section-2 .wp-block-media-text__content {
	display: flex;
    flex-direction: row;
	flex-grow: 1;
    align-items: center;
    justify-content: flex-start;
}

.site-footer .site-footer-primary-section-2 .wp-block-media-text__content p {
	margin-bottom: 0;
}

.ast-article-single {
	padding-bottom: 0 !important;
}