/*
Theme Name: Growing Food Connections
Theme URI: https://www.
Description: This is a custom child theme for Growing Food Connections
Author: Parkway Digital
Author URI: https://www.pwkydigital.com/
Template: salient
Version: 0.1
*/

#displaynone, .displaynone {
    display: none !important;
}

@media only screen and (max-width: 999px) {
    .vc_row.vc_row-flex#bootstrapSwap .span_2,
    .vc_row.vc_row-flex#bootstrapSwap .span_3,
    .vc_row.vc_row-flex#bootstrapSwap .span_6,
    .vc_row.vc_row-flex#bootstrapSwap .span_9,
    .vc_row.vc_row-flex#bootstrapSwap .span_12 {
           flex-direction: column-reverse !important;
    }
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.ascend .container-wrap .light .white_fields_wrapper input[type="text"], 
.ascend .container-wrap .light .white_fields_wrapper textarea, 
.ascend .container-wrap .light .white_fields_wrapper input[type="email"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="password"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="tel"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="url"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="search"], 
.ascend .container-wrap .light .white_fields_wrapper input[type="date"] {
    background-color: rgba(255,255,255,1.0);
    color: #555 !important; 
}

body .icon-salient-cart:before,
.icon-salient-cart:before {
    content: "\f07a" !important;
    font-family: 'fontawesome' !important;
    font-size: 21px !important
}

#gfc_footer h6 {
    padding-top: 24px;
    font-weight: 800;
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image img,
#page-header-bg[data-bg-pos=top] .page-header-bg-image-wrap .page-header-bg-image img {
    opacity: .4;
}

#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
    text-shadow: 1px 1px 1px #222222;
}

#page-header-bg .subheader p {
        text-shadow: 1px 1px 1px #222222;
}

.grav-wrap { display: none !important; }

.home .gfc-card-meta {
   
}

.home .gfc-list-item.gfc-card-elevated {
    border-bottom: none;
}

.home .gfc-list-item-content h4 a {
    color: #758a34;
}

#page-header-wrap {
    margin-bottom: 24px;
}

body.page-id-2205 #page-header-wrap,
body.page-id-2321 #page-header-wrap,
body.page-id-2313 #page-header-wrap {
    margin-bottom: 0px;
}

body.page-id-2321 a.gfc-vc-btn.gfc-vc-btn-secondary,
body.page-id-2313 a.gfc-vc-btn.gfc-vc-btn-secondary {
    padding-top: 15px;
}

#main-container-watermark {
	background: url(/wp-content/uploads/2026/03/bg_logo_pattern.png) bottom center no-repeat;
	height: 615px;
}



.gfc_header_title {
    font-family: Raleway;
    font-size: 28px;
    line-height: 34px;
    
    display: block;
    color: #fff;
    z-index: 101;
    text-shadow: 1px 1px 1px hsla(0,0%,13%,0.91);
    font-weight: 800;
    
    margin-bottom: 12px;    
    text-transform: none;
}

@media only screen and (max-width: 999px) {
    .gfc_header_title {
        text-shadow: none !important;
    }
    .subheader p {
        text-shadow: none !important;
    }
}

.subheader p {
    font-family: Raleway;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    
    color: #fff !important;
    text-shadow: 1px 1px 1px #222222;
    text-transform: none;
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image img, #page-header-bg[data-bg-pos=top] .page-header-bg-image-wrap .page-header-bg-image img {
object-position: top center;
}


.gfc-custom-sidebar {
    font-family: Raleway;
    font-weight: 600;
}

.gfc-custom-sidebar .sub-menu {
    font-weight: 600;
    font-family: Raleway;
}

.gfc-custom-sidebar .sub-menu {
    padding-left: 20px;
}

#sidebar .gfc-custom-sidebar ul {
    padding-bottom: 0px;
    padding-top: 0px;
}

#sidebar .gfc-custom-sidebar ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidebar .gfc-custom-sidebar ul .sub-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidebar .gfc-custom-sidebar ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 800; 
}

#sidebar .gfc-custom-sidebar ul ul {
    padding-top: 6px;    
}

body .row .col#sidebar .gfc-custom-sidebar h6,
body .row .col#sidebar .gfc-custom-sidebar h6 a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800; 
    color: #666; 
}

body .row .col#sidebar .gfc-custom-sidebar p {
    max-width: 86%; 
}

body.single-educator article,
body.single-commopportu article,
body.single-comminnovat article {
    padding-bottom: 48px;
}

body.single-news-item span.gfc-news-designations {
    display: none;
}

/* Sidebar Search */ 
.gfc-sidebar-search {
    display: flex;
    align-items: stretch;
    gap: 4px;
    margin-top: 16px;
    width: 100%;
}
.gfc-sidebar-search input[type="search"] {
    flex: 1 1 auto;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
}
.gfc-sidebar-search input[type="search"]:focus {
    outline: 2px solid #6c8d2f;
    outline-offset: 1px;
}
.gfc-sidebar-search button {
    flex: 0 0 auto;
    padding: 0 12px;
    background: #6c8d2f;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}
.gfc-sidebar-search button:hover,
.gfc-sidebar-search button:focus {
    background: #5a7327;
}
.gfc-sidebar-search .icon-salient-search {
    line-height: 1;
}

.gfc_briefs_border img {
    border: 12px solid #F1ECCA;
    padding: 12px;
    border-radius: 12px;
}