/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




@font-face {
    font-family: 'bahnschriftbold';
    src: url('fonts/bahnschriftbold-webfont.eot');
    src: url('fonts/bahnschriftbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/bahnschriftbold-webfont.woff2') format('woff2'),
    url('fonts/bahnschriftbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bahnschriftconbold';
    src: url('fonts/bahnschriftconbold-webfont.eot');
    src: url('fonts/bahnschriftconbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/bahnschriftconbold-webfont.woff2') format('woff2'),
    url('fonts/bahnschriftconbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bahnschriftregular';
    src: url('fonts/bahnschriftregular-webfont.eot');
    src: url('fonts/bahnschriftregular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/bahnschriftregular-webfont.woff2') format('woff2'),
    url('fonts/bahnschriftregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bahnschriftsemilight';
    src: url('fonts/bahnschriftsemilight-webfont.eot');
    src: url('fonts/bahnschriftsemilight-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/bahnschriftsemilight-webfont.woff2') format('woff2'),
    url('fonts/bahnschriftsemilight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2
{
    font-family: 'bahnschriftconbold' !important;
}
h3,h4,h5,h6
{
    font-family: 'bahnschriftconbold' !important;
}
#header-outer header li a
{font-family: 'bahnschriftregular';
    font-family: 'bahnschriftregular';
}

/*popup*/
.formsubmit button.custombtn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#loading-bar-spinner.spinner {
	right: 232px!important;
    top: 7px;
    margin-top: 0;
    position: absolute;
    z-index: 19!important;
    animation: .4s linear infinite loading-bar-spinner;
    display: none;
    margin-left: 15px!important;
}
#loading-bar-spinner.spinner.show
{
	display: block;
}
#loading-bar-spinner.spinner .spinner-icon {
    width: 30px;
    height: 30px;
    border: 4px solid transparent;
    border-top-color: #fff!important;
    border-left-color: #fff!important;
    border-radius: 50%
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.hasacceptdata
{
	display: none !important
}
.timefield ul li.noevent {
    pointer-events: none;
    opacity: 0.5;
}
.timefield ul li {
    display: none;
    margin: 12px 5px !important;
}

.timefield ul li.showtime {
    display: block;
}
.popupformamin {
    background: #f15a29;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}
.popupformamin.showpop
{
    display: flex !important;
}
.popupforminner {
    width: 1000px;
    height: auto;
    background: rgba(255, 255, 255, 0.12);
    padding: 50px;
    box-sizing: border-box;
}

.popupbox {
    width: 100%;
    border: 2px solid #fff;
    padding: 30px;
    height: auto;
}

.popuplabel h3 {
    color: #FFF;
    font-family: Bahnschrift;
    font-size: 18.684px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.popuplabel ul li {
    border-radius: 12.403px;
    border: 1.459px solid #FFF;
    background: #FFF;
    padding: 12px 12px 10px;
    list-style: none;
    color: #F15A29;
    font-family: Bahnschrift;
    font-size: 15.036px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: calc(16.6666% - 15px);
    text-align: center;
    margin: 0 7.5px;
    cursor: pointer;
    transition: 0.3s;
}

.popuplabel ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	    justify-content: center;
}

.popuplabel ul li:nth-child(n+7) {
    margin-top: 15px;
}
.popuplabel ul li:hover,
.popuplabel ul li.active{
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
}
.popupformamin h2 {
    color: #fff;
    margin-bottom: 30px;
}
.popuplabel.dayfield {
    max-width: 500px;
    margin: 30px auto 0;
}

.popuplabel.dayfield ul li {
    width: calc(33.33% - 15px);
    padding: 35px 12px;
}

.popuplabel.dayfield ul li:nth-child(n+4) {
    margin-top: 15px;
}
.popupforminner {
    position: relative;
}

.popupClose {
    position: absolute;
    top: -40px;
    left: -40px;
    cursor: pointer;
}
.nextstepmain {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
}

.nextstepmain button {
    border-radius: 0px !important;
    border: 1.459px solid #1d1d1d;
    background: #1d1d1d;
    padding: 12px 12px 10px;
    list-style: none;
    color: #fff;
    font-size: 15.036px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: calc(16.6666% - 15px);
    text-align: center;
    margin: 0 7.5px;
    cursor: pointer;
    transition: 0.3s;
}

.nextstepmain button:disabled {
    opacity: 0.5;
}
.selectedfields h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 0 15px;
}
.selectedfields {
    position: relative;
}

span.backbtn {
    color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 14px;
    cursor: pointer;
}

.formfield.halffield {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formfield input {
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px 18px;
    color: #fff;
}

.popupscrensecond {
    color: #fff;
}

.formfield.halffield input {
    width: 49%;
}

.formfield+.formfield {
    margin-top: 2%;
}

button.custombtn:after {
    content: "";
    background: #00A3FF;
    height: 100%;
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 45px;
    transition: 0.3s;
}
button.custombtn:hover:after {
    width: 100%;
}
button.custombtn {
    position: relative;
    background: transparent !important;
    padding: 12px;
    font-size: 16px;
}
button.custombtn span {
    position: relative;
    z-index: 99;
}
.formfield.formsubmit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.formfield input::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
    color: #fff;
}

.formfield input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.formfield input:-ms-input-placeholder {/* IE 10+ */
    color: #fff;
}

.formfield input::-moz-placeholder {/* Firefox 19+ */
    color: #fff;
}
div#response {
    text-align: center;
    margin-top: 12px;
}
@media (max-width: 991px)
{
    .popupformamin {}

    .popupformamin h2 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 12px !important;
    }

    .popupforminner {
        width: 96%;
        padding: 12px;
        max-height: 90%;
        overflow-y: auto;
    }

    .popupbox {
        padding: 12px;
    }

    .popupClose {
        top: 15px;
        right: 15px;
        left: initial;
    }

    .popupClose img {
        max-width: 25px;
    }

    .popuplabel ul li {
        width: calc(25% - 15px);
        padding: 12px 6px;
        font-size: 12px;
    }

    .popuplabel ul li:nth-child(n +5) {
        margin-top: 2%;
    }

    .popuplabel.dayfield ul li {
        padding: 15px 12px;
    }

    .nextstepmain button {
        width: 150px;
    }

    .selectedfields h3 {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 7px;
    }

    span.backbtn {
        top: -2px;
    }

    .selectedfields {
        padding-bottom: 11px;
    }

    .formfield.halffield input {
        width: 100%;
    }

    .formfield.halffield {
        flex-direction: column;
    }

    .formfield.halffield input+input {
        margin-top: 2%;
    }

    button.custombtn {
        font-size: 14px;
        margin-top: 12px;
    }
}

/* Container and Layout */
.cf-blog-section {
    padding: 80px 0;
    background: #ffffff;
    /* TODO: Verify exact background color from brand guidelines */
}

.cf-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Header - Matching CF Typography */
.cf-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.cf-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a; /* TODO: Update to exact CF primary text color */
    margin-bottom: 16px;
    line-height: 1.2;
}

.cf-section-subtitle {
    font-size: 1.25rem;
    color: #666666; /* TODO: Update to exact CF secondary text color */
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* Blog Grid - Professional Layout */
.cf-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 32px;
    margin-bottom: 60px;
}

/* Blog Cards - Modern Professional Design */
.cf-blog-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cf-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

/* Card Header */
.cf-card-header {
    padding: 24px 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cf-blog-icon {
    width: 48px;
    height: 48px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecef;
}

.cf-icon-symbol {
    font-size: 20px;
}

/* Card Badges - Color-coded */
.cf-card-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cf-badge-tools {
    background: #e3f2fd;
    color: #1565c0;
}

.cf-badge-strategy {
    background: #e8f5e8;
    color: #2e7d32;
}

.cf-badge-fix {
    background: #fff3e0;
    color: #ef6c00;
}

/* Card Content */
.cf-card-content {
    padding: 24px;
    flex-grow: 1;
}

.cf-blog-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 0.875rem;
    color: #666666;
}

.cf-blog-date {
    font-weight: 500;
}

.cf-blog-category {
    padding: 4px 8px;
    background: #f8f9fa;
    border-radius: 6px;
    font-weight: 500;
    color: #495057;
}

.cf-blog-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 16px;
    transition: color 0.2s ease;
}

.cf-blog-card:hover .cf-blog-title {
    color: #0066cc; /* TODO: Update to CF primary accent color */
}

.cf-blog-excerpt {
    color: #666666;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Card Footer */
.cf-card-footer {
    padding: 0 24px 24px;
    margin-top: auto;
}

.cf-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0066cc; /* TODO: Update to CF primary accent color */
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.cf-blog-link:hover {
    color: #004499; /* TODO: Update to CF primary accent hover color */
    gap: 12px;
}

.cf-link-arrow {
    transition: transform 0.2s ease;
}

.cf-blog-link:hover .cf-link-arrow {
    transform: translateX(4px);
}

/* CTA Section - Matching CF Button Style */
.cf-cta-container {
    text-align: center;
}

.cf-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #0066cc; /* TODO: Update to CF primary button color */
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    border: 2px solid #0066cc;
}

.cf-primary-btn:hover {
    background: #004499; /* TODO: Update to CF button hover color */
    border-color: #004499;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.3);
}

.cf-btn-icon {
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cf-blog-section {
        padding: 60px 0;
    }
    
    .cf-section-title {
        font-size: 2rem;
    }
    
    .cf-section-subtitle {
        font-size: 1.125rem;
    }
    
    .cf-blog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }
    
    .cf-card-header,
    .cf-card-content,
    .cf-card-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .cf-blog-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .cf-container {
        padding: 0 16px;
    }
    
    .cf-section-header {
        margin-bottom: 40px;
    }
    
    .cf-section-title {
        font-size: 1.75rem;
    }
    
    .cf-section-subtitle {
        font-size: 1rem;
    }
    
    .cf-primary-btn {
        padding: 14px 24px;
        font-size: 1rem;
    }
}
/*popup end*/

