/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.0.1763005620
Updated: 2025-11-12 22:47:00

*/

/* Container grid */
.two-col-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

/* Card */
.two-col-card {
  list-style: none;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  background: #fff;
}

/* Make whole card clickable */
.two-col-card-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Featured image as cover background */
.two-col-card-media {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

/* Title overlay (on image) */
.two-col-card-title-wrap {
  width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
  padding: 12px 14px;
  box-sizing: border-box;
}

.two-col-card-title {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  line-height: 1.2;
}

/* Meta below title */
.two-col-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  font-size: 0.875rem;
  color: #666;
  border-top: 1px solid rgba(0,0,0,0.03);
}

.wpcf7 .row {
    display: flex;
    gap: 40px;
    width: 100%;
    margin-bottom: 40px;
}

.wpcf7 .row .col {
    flex: 1;
}

.wpcf7 .row .col.full {
    flex: 0 0 100%;
}

.wpcf7 .col br {
    display: none;
}

.wpcf7 .col label {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #585e6a;
    font-weight: 400;
    margin-bottom: 8px;
}

.wpcf7 fieldset {
    padding-right: 5px;
    padding-left: 5px;
}

.wpcf7 .col input, .wpcf7 .col select, .wpcf7 .col textarea {
   	width: 100% !important;
    border-color: #686e77 !important;
    outline: none !important;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 38px;
    color: #112337;
    font-weight: 400;
}

.new_section {
    border-bottom: 1px solid;
    border-color: rgba(104, 110, 119, 0.35);
    margin-bottom: 40px;
}

.new_section label {
    font-size: 22px;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}

.wpcf7 button[name^="cf7mls_next"] {
    background: #204ce5 !important;
    font-size: 16px;
    line-height: 13px;
    font-weight: 500 !important;
    font-family: sans-serif;
    padding: 12px 16px !important;
}

.wpcf7 button[name^="cf7mls_back"] {
    font-size: 16px;
    line-height: 13px;
    font-weight: 500 !important;
    font-family: sans-serif;
    padding: 12px 16px !important;
    background: transparent;
    border: 1px solid #000;
}

.wpcf7-file {
    padding-left: 0px !important;
}

input.wpcf7-submit {
    background: #204ce5 !important;
    font-size: 16px !important;
    line-height: 13px !important;
    font-weight: 500 !important;
    font-family: sans-serif;
    padding: 16px 16px !important;
    color: #fff !important;
}

.wpcf7-acceptance span.wpcf7-list-item {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.wpcf7-acceptance span.wpcf7-list-item input[type="checkbox"] {
    width: 15px !important;
}

.wpcf7-radio span.wpcf7-list-item, 
.wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0px !important;
    margin-right: 20px;
}

.wpcf7-radio span.wpcf7-list-item input[type="radio"],
.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
    width: 20px !important;
}

span.wpcf7-form-control.wpcf7-radio, 
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}

#employer-groups .wpcf7-field-group {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.desc_field {
    color: #585e6a;
    font-size: 12px;
}

button.wpcf7-field-group-add {
    padding: 0px 12px !important;
    line-height: 32px !important;
    position: relative;
    top: 25px;
}

button.wpcf7-field-group-remove {
    padding: 0px 12px !important;
    line-height: 32px !important;
    position: relative;
    top: 25px;
    margin-right: 10px;
}

.repeater_fields p {
    margin-bottom: 10px;
}

/* small screens stack to one column */
@media (max-width: 767px) {

  .two-col-posts-grid {
    grid-template-columns: 1fr;
  }

	#mobile-drawer .drawer-inner, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner {
	}

	.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
		color: #000 !important;
	}

	.mobile-navigation ul li.current-menu-item > a,
	.mobile-navigation ul li > a:Hover,
	.mobile-navigation ul li > a:focus {
		color: #0000f9 !important;
	}
	
	.popup-drawer .drawer-header .drawer-toggle {
		color: #000 !important;
	}
	
	.site-bottom-header-wrap {
		background: #c8c8c8 !important;
	}
}