/* Custom Hide Menu on Certain Width */

@media (max-width: 1100px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

:root {
    --primary-color: #24214f;
    --alt-color: #02955D;
    --light-green: #dcecec;
    --light-blue: #ecebff;
    --alt-green: #409806;
}

/* Portal CSS - STARTS */

.portal-form .gfield--type-date,
.portal-form .gfield--type-text:not(.hidden_label){
    display: flex !important;
    gap: 10px;
}

.html_header_transparency #top.parent-pageid-983 .avia-builder-el-0 .container {
    padding-top: 60px;
}

#portal_form {
    background-size: 300px;
    background-position: 100% calc(100% - 200px);
}

@media only screen and (min-width: 768px) {
    #portal_form {
        background-size: 500px;
        background-position: 100% calc(100% - 140px);
    }
}

.logo-svg svg {
    width: auto;
    height: auto;
}

/* Portal Header CSS - Starts */
#portal_form .flex_column_table {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

#portal_form .container {
    max-width: 1000px;
}

#portal_form .template-page {
    padding-bottom: 240px;
    padding-top: 0;
}

/* Portal Header CSS - Ends */

.portal-form input[type=text] {
	color: #222 !important
}

.portal-form .ginput_container {
    width: 100%;
}

.bottom-space {
    margin-bottom: 50px;
}

.gform_required_legend {
    display: none !important;
}

.portal-form .gfield_label {
    font-weight: normal !important;
    min-width: fit-content !important;
    font-size: 15px !important;
}

.portal-form .ginput_container input {
    border: none !important;
    border-bottom: 1px solid var(--alt-color) !important;
    background-color: transparent !important;
}

.portal-form .gform_footer {
    justify-content: end;
    padding: 50px 0 0 !important;
}

.portal-form .gform_footer .button {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal !important;
    padding: 13px 20px !important;
    min-width: 220px !important;
}

/* Portal Footer CSS - Starts */

.portal-form-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 2px solid var(--alt-color) !important;
    padding: 10px 0 40px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .portal-form-footer {
        flex-wrap: wrap;
    }

    .portal-form-footer div {
        width: 100% !important;
    }
}

.address-wrap {
    font-size: 13px;
}

@media (min-width: 768px) {
    .info-wrap {
        text-align: right;
    }
}

.website-link a {
    color: var(--alt-color);
}

.bolder-span {
    font-weight: bold;
    color: var(--primary-color);
}

.ref-item {
    font-size: 13px;
}

/* Portal Footer CSS - Ends */

/* Portal CSS - Ends */

/* TEMP CSS Area - Starts */

.page-id-403 #footer_quote {
    display: none;
}

.page-id-64 #reviews {
    display: none;
}

.footer-logolist img {
    padding: 5px 0;
    width: auto;
    max-height: 110px;
    max-width: 240px;
}

.inner-heading-area .flex_column_table {
    max-width: 530px;
}

.single strong {
	color: #333 !important;
}

.blog-ol li:nth-child(n+2) {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .inner-heading-area .flex_column {
        padding: 40px 50px 50px !important;
        transform: translateY(50px);
    }

    .inner-heading-area .template-page {
        padding: 100px 0 0;
    }

    .inner-landing-title .av-special-heading-tag {
        font-size: 40px !important;
				line-height: 1.2 !important;
    }
}

.inner-heading-area .flex_column {
    border-top: 3px solid var(--alt-color);
    box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
}

.inner-landing-title .av-special-heading-tag {
    font-weight: bold;
}

.inner-heading-area {
    margin-bottom: 50px !important;
}

/* TEMP CSS Area - Ends */

/* Alternative Home CSS Starts Here */ 

.hero-service-area * {
    color: #fff !important;
}

.hero-service-area {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.hero-service-col {
    width: 25%;
    position: relative;
    overflow: hidden;
    transition: .4s ease-in;
    height: 75vh;
}

.hero-service-col a {
    padding: 250px 30px 50px;
    display: block !important;
    text-decoration: none !important;
    z-index: 9;
    position: relative;
    height: 100%;
}

.hero-ser-text {
    opacity: 0;
    height: 0;
    font-size: 20px !important;
        line-height: 1.6;
}

.hero-service-col:hover .hero-ser-text {
    opacity: 1;
    height: auto;
    font-size: 20px;
}

.dlh-overlay-blue:after,
.hero-service-col:nth-child(odd):after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.dlh-overlay-red:after,
.hero-service-col:nth-child(even):after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.hero-ser-title {
    font-size: 27px;
}

.hero-plus-icon {
    font-size: 35px;
    border: 2px solid #fff !important;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    margin: 30px auto 0;
}

.hero-service-col:hover .hero-plus-icon {
    display: none;
}

.hero-service-col:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: .3s ease-in;    
}

.hero-service-col:hover:before {
    opacity: 1;
    transform: scale(1.05);
}

.hero-service-col.hero-service-col-one:hover:before {
    background-image: url('/wp-content/uploads/2021/08/Payroll-banner.jpg');
    background-position: 25% 50%;
}

.hero-service-col.hero-service-col-two:hover:before {
    background-image: url('/wp-content/uploads/2021/08/Human-Resources-banner.jpg');
    background-position: center center;
}

.hero-service-col.hero-service-col-three:hover:before {
    background-image: url('/wp-content/uploads/2021/08/Time-Tracker-banner.jpg');
    background-position: center center;
}

.hero-service-col.hero-service-col-four:hover:before {
    background-image: url('/wp-content/uploads/2021/08/Human-Resource-Banner.jpg');
    background-position: center right;
}

#top .mob-service-col {
    padding: 10px;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    cursor: pointer;
    border-radius: 5px !important;
    transition: .5s;
}

.mob-service-col:hover {
    transform: scale(1.02);
}

h3.mob-ser-title {
    margin-bottom: 3px;
    letter-spacing: 0.8px;
}

h3.mob-ser-title:before {
    content: '\e832';
    font-family: 'entypo-fontello';
    padding-right: 5px;
}

.mob-service-one,
.mob-service-three {
    background-color: rgb(36 33 79 / 0.75);
}

.mob-service-two,
.mob-service-four {
    background-color: hsl(157 100% 29% / 0.75);
}

/* Alternative Home CSS Ends Here */

/* 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(0 0 0 / 30%);
    margin: 260px 0 0;
    padding: 30px;
    max-width: 550px;
}

@media (max-width: 989px) {
    .top-overlay {
        margin: 120px 0 0 !important;
    }
}

.title_container .container {
    padding-bottom: 0 !important;
}

.title_container h1 {
    letter-spacing: 1px;
}

.title_container .subhead {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}

/* Top Overlay CSS Area - Ends */

/* Header Area CSS - Starts */

#header_meta {
    background-color: #f8f8f8;
}

.phone-info span {
    font-size: 15px;
    letter-spacing: 0.5px;
}

.logo img {
    width: 140px !important;
}

@media (min-width: 768px) {
    .logo img {
        margin-top: 5px !important;
    }
}

@media (max-width: 989px) {
    .logo img {
        width: 120px !important;
    }
}

.main_menu .avia-menu-text {
    font-size: 18px;
    letter-spacing: 0.5px;
}

#header_meta .sub_menu a {
    font-size: 13px;
    letter-spacing: 0.5px;
}

#header_meta .menu a:hover {
    opacity: .9;
}

@media (min-width: 989px) {
    .main_menu .av-menu-button-colored a {
        padding-right: 0;
    }
}

@media (min-width: 641px) {
    .top-icon:before {
        content: '\e83b';
        font-family: 'entypo-fontello';
    }

    .contact-icon:before {
        padding-right: 6px;
    }

    .login-icon:before {
        content: '\e85c';
        padding-right: 6px;
    }

    .support-icon:before {
        content: '\e80a';
        padding-right: 4px;
    }

    .tel-icon:before {
        content: '\e854';
        display: inline-block;
        transform: rotate(170deg);
        position: relative;
        padding-left: 6px;
        top: 0px;
    }

    #header_meta .sub_menu a {
        font-size: 15px;
    }
}

.main_menu .av-menu-button-colored .avia-menu-text {
    transition: .5s;
    border-radius: 25px !important;
    border: none !important;
    padding: 9px 23px !important;
}

.main_menu .av-menu-button-colored .avia-menu-text:hover {
    opacity: 1 !important;
    background-color: var(--alt-color) !important;
    border-color: var(--alt-color) !important;
}

/* Header Area CSS - Ends */

/* Hero Area CSS - Starts */

.hero-title .bolder-item {
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.content-grid {
    padding: 60px 40px !important;
}

.inner-img-bg .flex_column_table {
    max-width: 900px;
}

.hero-title .bolder-item {
    display: block;
}

@media (min-width: 768px) {
    .content-grid {
        padding: 50px 60px !important;
    }

    .hero-title .bolder-item {
        font-size: 40px;
    }
    
    .inner-img-bg .flex_column {
        padding: 40px 50px !important;
    }
}

@media (min-width: 1401px) {
    .hero-title .bolder-item {
        font-size: 55px;
    }
}

@media (max-width: 1400px) {
    .hero-title h1 {
        font-size: 30px !important;
    }
}

.avia-button {
    border-radius: 50px !important;
    border: none !important;
}

.hero-button a {
    font-size: 19px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;
    background-color: var(--alt-color) !important;
    padding: 15px 35px !important;
}

.hero-button a:hover {
    opacity: 1 !important;
    background-color: var(--primary-color) !important;
}

.avia_button_icon_right {
    padding-left: 5px;
}

/* Hero Area CSS - Ends */

.stat-box .avia-no-number {
    font-size: 1em;
    opacity: 1;
    font-weight: bold;
}

.stat-box .heading {
    letter-spacing: 0px;
    font-weight: bold;
}

.stat-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.stat-box .avia-animated-number-content,
.stat-box .avia-animated-number-title {
    width: 100%;
}

.stat-box .avia-animated-number-content {
    order: -1;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.stat-col {
    padding: 0 !important;
}

.stat-box .avia-animated-number-content p {
    max-width: 200px;
    margin: 0 auto;
}

.service-svg svg {
    width: auto;
    height: 80px;
    margin: 0 auto 20px;
}

.service-svg svg,
.service-svg svg path {
    fill: var(--alt-color) !important;
}

#top .inner-col-area .av-flex-placeholder {
    width: 3.5% !important;
}

.colored-item {
    color: var(--alt-color) !important;
    font-weight: bold;
}

.service-title h3 {
    margin-bottom: -5px !important;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #666;
    transition: .5s;
}

.service-col {
    transition: .5s;
    box-shadow: 0 0 5px 2px rgb(239 239 239 / 0.8);
    background-color: #fff !important;
    border-radius: 10px !important;
}

.service-col:hover {
    transform: scale(0.98);
    background-color: var(--primary-color) !important;
}

.service-col-alt:hover {
    background-color: var(--alt-color) !important;
}

.service-col:hover * {
    color: #fff !important;
}

.round-svg svg,
.round-svg svg path,
.round-svg svg circle {
    fill: var(--primary-color) !important;
    transition: .2s;
}

.service-col-alt .round-svg svg,
.service-col-alt .round-svg svg path,
.service-col-alt .round-svg svg circle {
    fill: var(--alt-color) !important;
}

.round-svg svg {
    width: auto;
    height: 80px;
    margin: 0 auto 15px;
}

.service-col:hover .round-svg svg,
.service-col:hover .round-svg svg path,
.service-col:hover .round-svg svg circle {
    fill: #fff !important;
}

.inner-img-overlay .flex_column_table {
    max-width: 775px;
    margin-left: auto;
}

.inner-img-overlay .av-section-color-overlay {
    opacity: 0 !important;
}

@media (max-width: 1250px) {
    .inner-img-overlay .av-section-color-overlay {
        opacity: .75 !important;
    }
}

.custom-ticklist li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    border: 2px solid var(--alt-color);
    color: var(--alt-color);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: -5px;
    font-style: normal;
    font-weight: normal;
}

.custom-ticklist ul {
    list-style-type: none !important;
    margin: 30px 0 0;
}

.custom-ticklist li {
    padding-left: 55px;
    position: relative;
    margin-left: 0;
    font-weight: bold;
    color: var(--primary-color) !important;
    font-style: italic;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.custom-ticklist li:nth-child(n+2) {
    margin-top: 25px;
}

/* Footer Area CSS - Starts */

.contact-iconlist {
    margin: 10px 0 0;
}

.contact-iconlist a {
    transition: .5s;
}

.contact-iconlist a:hover {
    color: var(--alt-color) !important;
}

.contact-iconlist .iconlist-char {
    position: relative;
    top: 5px;
}

@media (min-width: 768px) {
    #footer .avia_social_icons_widget {
        margin-top: -20px !important;
    }
}

#socket .copyright {
    font-size: 13px;
}

/* Footer Area CSS - Ends */
/*
.shadow-col {
    box-shadow: 15px -15px 0 0 var(--alt-color);
}

.shadow-col-left {
    box-shadow: -15px -15px 0 0 var(--primary-color);
}
*/
@media (min-width: 768px) {
    .content-col {
        padding: 30px 40px 40px !important;
    }
}

.bolder-title h3,
.inner-text-heading h3 {
    font-size: 25px !important;
    letter-spacing: 0.5px;
    color: #666;
}

.entypo-icon {
    font-family: 'entypo-fontello';
}

.testimonial-block .avia-testimonial-subtitle {
    display: block;
    margin-top: 15px;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 15px;
}

.testimonial-block .avia-testimonial-name {
    font-size: 22px;
    color: var(--alt-color) !important;
}

.testimonial-block .avia-testimonial-meta {
    position: relative;
}

.testimonial-block .avia-testimonial-meta:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    font-size: 23px;
    margin-bottom: 10px;
    display: block;
    color: #ff9800;
    letter-spacing: 3px;
}

.testimonial-form {
    max-width: 850px;
    margin: 0 auto;
}

.contact-form select,
.contact-form textarea,
.contact-form .gform_body input {
    border-color: var(--alt-color) !important;
}

.contact-form .gfield_label {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #666 !important;
}

.support-form select,
.support-form textarea,
.support-form .gform_body input {
    background-color: #fff !important;
}

.support-form {
    padding: 25px;
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #eeeeee !important;
    background-color: #f8f8f8
}

@media (min-width: 768px) {
    .support-form {
        padding: 30px 40px 30px
    }
}

#top fieldset {
    margin-bottom: 5px !important;
}

.logo-list ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
}

.logo-list ul li {
    display: inline-block;
    margin: 0;
}

.logo-list ul li img {
    width: auto;
    max-height: 120px;
    padding: 10px 20px;
    max-width: 380px;
}

.logo-list ul li a {
    transition: .5s;
    display: block;
}

.logo-list ul li a:hover {
    transform: scale(0.98);
}

.client-list ul li img {
    max-height: 75px;
    max-width: 260px;
}

.tall-logo {
    min-height: 110px;
}

.client-list-hr ul li img {
    max-height: 100px;
    max-width: 300px;
}

.client-list-fsa ul li img {
    max-height: 80px;
}

.faq-content .single_toggle {
  margin-top: 25px;
}

.faq-content .toggler {
  border: none !important;
  border-bottom: 3px solid var(--alt-color) !important;
  background: #f1f1f1;
  padding: 18px 50px 18px 30px !important;
  font-weight: bold;
  font-size: 18px !important;
}

.faq-content .toggle_icon,
.faq-content .vert_icon, .faq-content .hor_icon {
  border-color: var(--primary-color);
  opacity: 1 !important;
}

.faq-content .toggle_content {
  border: none;
  font-size: 16px !important;
  line-height: 1.75;
}

.bolder-title .av-special-heading-tag {
    font-weight: bold !important;
    text-transform: none !important;
}

.avia_textblock a {
    font-weight: bold;
}

.tick-list ul {
    list-style-type: none;
    margin: 0;
}

.tick-list ul li {
    position: relative;
    margin-left: 0;
    padding-left: 30px;
    font-weight: bold;
    color: #555;
}

.tick-list ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: var(--alt-color);
    font-size: 23px;
}

.tick-list ul li:nth-child(n+2) {
    margin-top: 5px;
}

.inner-testimonials .avia-testimonial-name:before {
    position: relative;
}

.inner-testimonials .avia-testimonial-name:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    display: block;
    letter-spacing: 5px;
    font-size: 22px;
    color: #ff9800;
    margin-bottom: 15px;
}

.inner-testimonials .avia-testimonial-meta-mini {
    float: none !important;
    text-align: center !important;
}

.inner-testimonials .avia-testimonial-content {
    font-size: 19px !important;
    letter-spacing: 0.3px;
}

.inner-testimonials .avia-testimonial-name {
    color: var(--alt-color) !important;
}

.inner-dual-col ul {
    margin: 0;
}

@media (min-width: 768px) {
    .inner-dual-col {
        display: flex;
                margin-top: 22px;
    }

    .inner-dual-col ul {
        padding-right: 40px;
        min-width: 450px;
        max-width: 50%;
    }
}

.single-col-area .flex_column_table {
    max-width: 900px;
    margin: 0 auto;
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0;
}

.smaller-icon img {
    width: auto;
    margin-bottom: 20px;
    height: 100px;
}

.icon-col-area .av-flex-placeholder {
    width: 4% !important;
}

@media (min-width: 768px) {
    .icon-col {
        padding: 30px 40px !important;
    }
}

.img-border {
    border: 1px solid #d8d8d8;
}

.inner-intro-text strong {
    font-size: 1.2em;
}

@media (max-width: 989px) {
    .inner-img-col .flex_column {
            margin-left: 0 !important;
    }
}

.section-title .av-subheading {
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.svg-col-icon svg {
    height: 90px;
    width: auto;
    margin: 0 auto;
}

.svg-col-icon svg,
.svg-col-icon svg path {
    fill: var(--alt-color)
}

.svg-col-title h3 {
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #666;
}

.serve-col-area .flex_column_table {
    max-width: 900px;
    margin: 0 auto;
}

.normal-button a {
    font-size: 18px !important;
    padding: 12px 28px !important;
    letter-spacing: 0.5px;
}

.alternate_color .icon-col {
    background: #fff !important;
}

.inner-img-bg-right .flex_column_table {
    max-width: 650px;
    margin-left: auto;
}

.center-medium img {
    width: 650px;
}

.border-icon {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: var(--primary-color);
}

.border-icon svg {
    width: auto;
    height: 60px;
}

.border-icon svg,
.border-icon svg path {
    fill: #fff !important;
}

.intro-quote blockquote {
    color: #666;
    font-weight: bold;
    border-color: var(--alt-color) !important;
}

.intro-quote blockquote {
    font-size: 20px;
    padding-left: 30px;
    letter-spacing: 0.1px;
}

.avia_textblock strong a {
    color: var(--alt-color) !important;
}

.avia_textblock strong a:hover {
    opacity: .80;
}

.contact-iconlist li:nth-child(n+2) {
    margin-top: 6px;
}

.contact-iconlist .av_iconlist_title {
    font-weight: bold;
}

.main_color .iconlist_content {
    color: #333;
}

#footer .widgettitle {
    text-transform: none;
    font-size: 1.3em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#footer .widgettitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--alt-color);
    width: 50px;
    height: 2px;
}

.single-solid-area .template-page {
    padding: 35px 0;
}

@media (min-width: 768px) {
    .inner-three-col {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 25px;
        gap: 25px;
    }
}

.null-margin {
    margin: 0;
}

.inner-submenu .avia-menu-text {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: bold;
    transition: .5s;
}

.inner-submenu .avia-menu-text:hover {
    color: var(--alt-color);
}

.small-svg svg {
    width: auto;
    height: 100px;
    margin-bottom: 20px;
}

.small-svg svg,
.small-svg svg path {
    fill: var(--primary-color)
}

/* Colored List Alternative CSS - Starts */
.colored-list ul {
    list-style-type: none;
    margin-left: 0;
}

.colored-list ul li {
    margin-left: 0;
    position: relative;
    padding-left: 60px;
}

.colored-list ul li:before {
    content: '01';
    position: absolute;
    left: 0;
    color: var(--blue);
    font-family: inherit;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
}

.colored-list ul li:before {
    color: #fff;
    background: var(--alt-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
}

.colored-list ul li:nth-child(2):before {content: '02'}
.colored-list ul li:nth-child(3):before {content: '03'}
.colored-list ul li:nth-child(4):before {content: '04'}
.colored-list ul li:nth-child(5):before {content: '05'}

.colored-list ul.alter-list li:nth-child(1):before {content: '03'}
.colored-list ul.alter-list li:nth-child(2):before {content: '04'}
.colored-list ul.alter-list li:nth-child(3):before {content: '05'}

.colored-list ul li:nth-child(n+2) {
    margin-top: 20px;
}

/* Colored List Alternative CSS - Ends */

.colored-table td {
    width: 35%;
    padding: 20px;
    color: #000;
    font-size: 15px;
}

.colored-table td:nth-child(2) {
    width: 30%;
}

.colored-table th {
    text-transform: none;
    text-align: center;
    color: #fff;
    background: #666;
    font-size: 16px;
    letter-spacing: 0.6px;
}

th.cell-two {
    background-color: var(--primary-color);
}

th.cell-three {
    background-color: var(--alt-color);
}

.single-video {
    border: 1px solid #e5e5e5 !important;
    max-width: 800px;
    margin: 0 auto;
}

.single-video .avia-iframe-wrap {
    margin-bottom: 0 !important;
}

.contact-form .gform_footer {
    margin-top: 10px !important;
}

.alt-iconlist ul {list-style-type: none !important;margin-left: 0;}

.alt-iconlist ul li {
    margin-left: 0;
    padding-left: 70px;
}

.alt-iconlist ul li:nth-child(n+2) {
    margin-top: 20px;
}

.alt-iconlist ul li i {
    position: absolute;
    left: 0;
    font-size: 40px;
    color: var(--alt-color);
    line-height: 1.2;
}

.alt-iconlist ul li strong {
    font-size: 1.26em;
    display: inline-block;
}

.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 {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 30px;
    }
}

.single-solid-area .normal-button a {
    font-weight: bold !important;
    padding: 12px 27px !important;
}

/* Popup area CSS - Starts */

.demo-popup a {
    background-color: var(--primary-color);
    color: #fff !important;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 40px;
    letter-spacing: 0.5px;
    transition: .5s;
}

.demo-popup a:hover {
    background-color: var(--alt-color);
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

.lightbox-title h3 {
    text-align: center;
    font-size: 25px;
    color: var(--alt-color);
    margin-bottom: 30px;
}

@media (min-width: 768px) {
  .lightbox-title h3 {
    font-size: 30px;
  }
}

.lightbox-form .gform_footer input[type=submit] {
    background: var(--primary-color);
    color: #fff;
    transition: .5s;
}

.lightbox-form .gform_footer input[type=submit]:hover {
    background-color: var(--alt-color);
}

/* Popup area CSS - Ends */

@media (min-width: 768px) {
    .inner-col-three .av-flex-placeholder {
        width: 30px !important;
    }
    .inner-col-three .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .inner-col-three .flex_column {
        width: calc(33.33% - 30px);
        margin-left: 0;
    }
}

.link-text {
    margin-top: 6px;
    padding-bottom: 3px;
}

.link-text a {
    border-bottom: 1px solid;
    padding-bottom: 1px;
}

.el-help-single {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px 0 #efefef;
    -webkit-box-shadow: 0 0 10px 0 #efefef;
    -moz-box-shadow: 0 0 10px 0 #efefef;
}

.el-title h3 {
    font-size: 24px;
    margin-top: 18px;
}

.el-excerpt {
    margin-bottom: 20px;
}

.el-date {
    color: #7a7a7a;
}

.el-readmore button {
    border: none !important;
    background: transparent;
    font-size: 16px;
    padding: 0 !important;
    color: var(--alt-color);
    cursor: pointer;
}

@media (max-width: 1250px) {
    .fwpl-layout {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 767px) {
    .fwpl-layout {
        grid-template-columns: 1fr !important;
    }
}

.big-preview.single-big {
    max-width: 750px;
    margin: 0 auto;
}

/* Inner Posts CSS - Starts */
.inner-posts .read-more-link a {
    border: 1px solid var(--alt-color);
    padding: 6px 15px 6px 25px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    transition: .5s;
    margin-top: 25px;
    color: var(--alt-color);
    display: inline-flex;
    align-items: center;
}

.inner-posts .slide-meta-del,
.inner-posts .slide-meta-comments {
    display: none !important;
}

.inner-posts .read-more-link a:hover {
    background-color: var(--alt-color) !important;
    color: #fff !important;
}

.inner-posts .slide-entry-title a {
    letter-spacing: 0.3px;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px !important;
    font-size: 22px;
    display: inline-block;
    color: var(--primary-color) !important;
}

.inner-posts .slide-entry-title a:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: var(--alt-color);
}

.inner-posts .slide-image:hover,
.inner-posts .slide-entry-title:hover {
    opacity: .8;
}

.inner-posts .slide-image img,
.img-border {
    border: 1px solid #e8e8e8 !important;
		padding: 0 !important;
}
/* Inner Posts CSS - Ends */

.inner-four-col .flex_column_table {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.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;
    }
}

@media (min-width: 768px) {
    .inner-posts .slide-entry {
        display: flex !important;
    }

    .inner-posts .slide-image {
			max-width: 38%;
			display: block !important;
			padding-right: 4%;
			background: transparent !important;
			margin: 0 !important;
	}

    .inner-posts .slide-content {
        width: 58%;
    }
}

.blog-ticklist {
    list-style-type: none !important;
    margin-left: 0;
}

.blog-ticklist li {
    position: relative;
    margin-left: 0;
    padding-left: 30px;
}

.blog-ticklist li:nth-child(n+2) {
    margin-top: 12px;
}

.blog-ticklist li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: #4caf50;
    font-size: 24px;
    top: 5px;
}

body i {
    font-style: italic;
}

#footer .menu a {
    font-size: 16px;
}

.tml-button {
    background-color: var(--primary-color);
    border: none !important;
    padding: 12px 30px;
    color: #fff;
    border-radius: 50px;
    min-width: 220px;
    text-transform: uppercase;
}

.tml {
    background-color: #f8f8f8;
    padding: 25px;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .tml {
        padding: 40px;
    }
}

.tml-field {
    background-color: #fff !important;
}

.av-subheading {
    line-height: 1.8 !important;
}

/* Calendar Note CSS -  Starts */

article.calendar .entry-content-wrapper, article.calendar .entry-content {
    max-width: 1210px !important;
    margin-inline: auto;
}

table.calendar td.calendar-day {
    padding: 0 !important;
    color: #333;
    font-size: 15px;
}

.date-content ul li {
    line-height: 1.65;
}

td.calendar-day-head {
    font-weight: bold;
    text-transform: uppercase;
    background: #666;
    color: #fff;
}

button.print-button {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 15px 25px;
    transition: .5s;
    letter-spacing: 0.5px;
}

button.print-button:hover {
    background-color: var(--alt-color);
}

button.print-button:before {
    content: '\e838';
    font-family: 'entypo-fontello';
    padding-right: 7px;
}

/* Calendar Note CSS -  Ends */

.fake-gap {
    display: grid;
    align-items: end;
}

#top .gfield_radio label {
    font-weight: normal;
}

#top .bolder-glabel .gfield_label {
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

hr {
    margin-block: 30px !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: red !important;
}

.center-form .flex_column_table {
    width: 900px !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.center-form .flex_column {
    border: 1px solid #f2f2f2 !important;
    box-shadow: 0 0 10px 5px #efefef;
}

form.post-password-form {
    border: 1px solid #f2f2f2;
    padding: 40px;
    box-shadow: 0 0 11px 7px #eae8e885;
    width: 800px !important;
    max-width: 100% !important;
    margin: 50px auto;
}

.single article.post-entry .entry-content {
    margin-top: 50px;
}

.single article.post-entry .entry-content h3 {
    color: var(--alt-color);
    font-family: inherit;
    font-size: 22px;
}

.single article.post-entry .entry-content h3:nth-child(n+2) {
    margin-top: 30px;
}

@media (min-width: 990px) {
    .single article.post-entry header.entry-content-header h1 {
        font-size: 37px !important;
    }
}
/* Center Three/Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Three/Four Col - Center - END */
a#scroll-top-link {
    justify-content: center;
    display: flex;
}