.overflow-hidden {
overflow: hidden;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-x-auto {
overflow-x: auto;
}
.normal-list ul {
padding-left: 1rem;
margin: initial;
list-style: initial;
margin-bottom: 2rem;
}
.nav-ul a:hover {
color: var(--e-global-color-primary);
}
.slick-arrow {
display: none !important;
}
.tfree-client-testimonial > p {
font-size: 1.5rem;
line-height: 1.4;
font-style: italic;
}
.elementor-widget-wp-widget-tfree_widget_content * {
text-align: left !important;
}
.sp-testimonial-free-section .slick-dots {
display: none !important;
}
#sp-testimonial-free-wrapper-172 .sp-testimonial-free-section {
padding: 0 !important;
}
.tfree-client-testimonial {
position: relative;
padding-left: 4rem;
}
.tfree-client-testimonial::before {
content: '\201C';
font-size: 10rem;
position: absolute;
top: 50px;
left: 0;
color: var(--e-global-color-primary);
font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[data-row-id] .row[data-section="hfg_header_layout_top"] .hfg-slot {
display: block;
grid-column: 1/-1;
}
.header-top {
--color: var(--nv-text-dark-bg);
--bgColor: var(--nv-dark-bg);
}
.top_bar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.contact_top {
font-weight: 300;
}
.contact_top a {
display: inline-block;
border-radius: 4px;
font-weight: bold;
}
.social_links {
display: flex;
align-items: center;
gap: 0.6rem;
font-size: 1.3rem;
}
.social_links a {
display: block;
color: var(--color);
}
.social_links br {
display: none;
}
.social_links a:hover {
color: var(--nv-secondary-accent);
}
._df_book {
border-radius: 10px;
}
.tablepress {
border-radius: 10px !important;
border: 1px solid #ddd;
border-spacing: 0;
border-collapse: separate;
overflow: hidden;
width: 1120px;
}
.tablepress caption {
display: none;
}
.tablepress tr:first-child td, .tablepress tr:first-child:hover td {
font-weight: bold;
background: var(--e-global-color-primary);
color: white;
border-right: 1px solid var(--nv-dark-bg);
font-size: 1.5rem;
text-align: left;
padding: 1rem;
}
.tablepress tr:nth-child(2) td, .tablepress tr:nth-child(2):hover td {
font-weight: bold;
background: var(--e-global-color-primary);
color: white;
border-right: 1px solid var(--nv-dark-bg);
}
.tablepress tbody tr:nth-child(2) td {
border-top: 1px solid var(--nv-dark-bg);
}
.tablepress td, .tablepress th {
border-right: 1px solid #ddd;
text-align: center;
}
.tablepress td:last-child, .tablepress th:last-child {
border-right: 0;
}
.tablepress tr .column-1, .tablepress tr .column-2 {
font-weight: bold !important;
background: var(--e-global-color-primary) !important;
color: white !important;
border-right: 1px solid var(--nv-dark-bg);
border-top: 1px solid var(--nv-dark-bg);
width: 120px;
}
.tablepress tr:hover .column-1, .tablepress tr:hover .column-2 {
background: var(--nv-dark-bg) !important;
}
.tablepress .elementor-button {
background: var(--e-global-color-accent);
vertical-align: middle;
margin-left: 0.5rem;
border-radius: 4px;
}
.loadtablePreview {
display: none;
}
ul#footer-menu {
display: block;
}
.footer-top {
padding: 2rem 0 0;
}
.footer-main {
padding: 0 0 2rem;
}
main {
padding-bottom: 5rem;
}
.crown-logo {
margin-top: -8rem;
}
.load_table_title {
margin-top: 2rem;
margin-bottom: 0.5rem;
color: var(--nv-text-color);
}
.tableLogo {
padding: 0 0 1rem;
font-size: 0.8rem;
font-weight: 300;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width:750px) {
.top_bar {
display: grid;
gap: 0;
justify-content: center;
justify-items: center;
}
.contact_top {
grid-column: 1/2;
grid-row: 1/2;
}
.wp-block-columns {
display: grid;
margin-bottom: 0;
}
.blocks-gallery-grid, .wp-block-gallery {
display: block;
}
.wp-block-column.is-vertically-aligned-center {
align-self: flex-start;
justify-self: flex-start;
margin: 0;
}
.wp-block-image .aligncenter {
margin: 0;
}
.crown-logo {
margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}