/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/********************************************
 * MEGA MENU
 ********************************************/
nav.fusion-main-menu .fusion-megamenu-title {
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

nav.fusion-main-menu .fusion-megamenu-title a {color: #0098c3;/* padding-bottom: 0px !important; */}

nav.fusion-main-menu .fusion-megamenu-submenu {
    padding-bottom: 30px !important;
}

.fusion-menu ul:not(.fusion-main-menu .sub-menu) {
	box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

.fusion-menu ul,
.fusion-menu a {
    border-radius: 8px;
}

.sub-menu li {
    padding: 4px !important;
}

nav.fusion-main-menu .fusion-megamenu-submenu {
    padding: 10px 20px !important;
    border: 0 !important;
}

nav.fusion-main-menu .fusion-megamenu-title {
    padding: 0;
}

.fusion-megamenu-wrapper .fusion-megamenu-border {
    border-bottom: 0;
}

ul#menu-core-navigation > li a.fusion-textcolor-highlight {
	color: #000 !important;
}

.fusion-menu > li a:hover, .fusion-menu > li.current-menu-item a {
	color: #0098C3 !important;
}

.fusion-body .fusion-main-menu .current_page_item>a {
	color: #000 !important;
}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover {
	color: #093F4E !important;
}

/***********************************
 * Industries Mega Menu
 * *********************************/
nav.fusion-main-menu .kj-nav-industries .fusion-megamenu-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.fusion-header .kj-nav-industries .sub-menu a {
    font-size: 14px;
    padding: 0;
    padding: 10px 20px;
    border-bottom: none !important;
}

.fusion-header .kj-nav-industries .sub-menu a .fusion-megamenu-bullet {
    display: none;
}



/***********************************
 * Simple Mega Menu
 * *********************************/
.fusion-megamenu-holder {
    border-top: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

nav.fusion-main-menu .kj-nav-simplemega .fusion-megamenu-title a {
    color: black;
}

nav.fusion-main-menu .kj-nav-simplemega .fusion-megamenu-title {
    font-weight: 400;
}

/***********************************
 * Nav Icon
 * *********************************/
.kj-nav-icon > a {
    position: relative;
    padding-left: 42px !important;
}

.kj-nav-icon > a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;

    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/***********************************
 * Replace Nav Icons
 * *********************************/
.kj-nav-icon.--optmized-data-connectivity > a:before {
	background-image: url('/wp-content/uploads/streamline-icon-wifi-signal-3@24x24-1.png');
}
.kj-nav-icon.--cloud-device-management > a:before {
	background-image: url('/wp-content/uploads/streamline-icon-wifi-monitor-1@24x24.png');
}

/********************************************
 * PAGE TITLE (BANNER)
 ********************************************/
.fusion-page-title-row .fusion-page-title-wrapper {
	flex-direction: column-reverse;
	justify-content: center;
	align-items: flex-start;
}

.fusion-page-title-bar-left .fusion-page-title-secondary {
    margin: 20px 0 !important;
}

.fusion-breadcrumbs {
	display: inline-block;
	
    padding: 8px 18px !important;
    
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
	
    border-radius: 30px;
	background: rgba(255,255,255,.1);
}

span.fusion-breadcrumb-item:last-of-type {
    color: white;
}

.kj-page-title--sub-heading {
    color: #D9DEDF;
}

.kj-page-title--sub-heading,
.kj-page-title--heading,
.kj-page-title--breadcrumbs {
    text-shadow: 0px 0px 12px rgba(0,0,0,.35);
}


/********************************************
 * Sticky Column
 ********************************************/
.kj-sticky--column .fusion-column-wrapper {
    position: sticky !important;
	position: -webkit-sticky !important;
    top: 0px !important;    
}


/********************************************
 * Padding that simulates the container
 ********************************************/
.kj-container-padding {
	padding-right: calc(((100vw - 1100px) /2) - 40px);
	padding-left: calc(((100vw - 1100px) /2) - 40px);
}
.kj-container-padding--left {
    padding-left: calc(((100vw - 1100px) /2) - 40px);
}
.kj-container-padding--right {
    padding-right: calc(((100vw - 1100px) /2) - 40px);
}


/********************************************
 * Typography
 ********************************************/
.kj-text-small {
	font-size: .875em;
}
.kj-text-small > * {
	font-size: inherit;
}

.kj-h4 > * {
	font-family: 'Zilla Slab', serif !important;
	font-size: 1.4em !important;
	line-height: 1.1 !important;
	letter-spacing: 0 !important;
	font-weight: normal !important;
	text-transform: none;
}

/********************************************
 * Industry Cards (Home Page)
 ********************************************/
.home-industry-cards .fusion-layout-column {
    transition: all 320ms ease;
}

.home-industry-cards .fusion-layout-column:hover {
    transform: translateY(-20px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

/********************************************
 * Easy Block
 ********************************************/
.easy-block {
	border: 1px solid #C8DCE1; 
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #fff; 
	padding: 25px; 
	min-height: 260px; 
	width: 48%;
	float: left; 
	margin: 0 2% 10px 0;
}
.easy-block h3 {
	font-size: 24px; 
	margin-bottom: 4px;
}

.easy-block img {
	max-width: 32px; 
	max-height: 32px; 
}

.easy-block--number {
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	color: #0098C3;
}

/********************************************
 * Border Radius Classes
 ********************************************/
.kj-border-radius--small { border-radius: 6px; }
.kj-border-radius--medium { border-radius: 8px; }
.kj-border-radius--big { border-radius: 12px; }
.kj-border-radius--bigger { border-radius: 18px; }

/********************************************
 * Fix Icon sizes (images)
 ********************************************/
.kj-image-size--full img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
}


/********************************************
 * Fix Bottom Separator Black Bar
 ********************************************/
.fusion-section-separator.section-separator {
	margin-bottom: -5px;
}


/********************************************
 * Search Page Adjustments
 ********************************************/
.kj-search-archive .fusion-post-wrapper {
    border-radius: 12px;
}

.kj-search-archive .fusion-post-content-wrapper {
    padding: 30px 20px !important;
}


.home-industry-cards .fusion-layout-column .fusion-column-wrapper {
border-radius: 20px; 
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
padding: 40px 40px 40px 30px!important; 
background: #fff; 
font-size: 16px; 
}

.home-industry-cards h4 {
margin-bottom: 0px; 
}

.home-industry-cards h3 {
margin-top: 0px;
}

.home-easy-button {
background-size: 30vw!important;
}



.home-easy-button .fusion-button-wrapper {
clear: both;
padding-top: 40px; 
}


.home-banner-message {

    text-shadow: 2px 2px 18px rgba(0,0,0,0.25);
}



/********************************************
 * Resources Page
 ********************************************/
 .kj-resource-list--row {
    height: 100%;
}

 .fwpl-col.kj-resource-list--col {
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    border-radius: 12px;
    transition: all 260ms ease;
    position: relative;
	 overflow: hidden;
  	height: 100%;
	 
	 display: flex;
    flex-direction: column;
}

.fwpl-row.kj-resource-list--content {
	border: 0px;
	border-top: 4px;
	padding: 10px 20px 30px !important;
	height: 100%;
}

.fwpl-item.kj-resource-list--thumb {
    height: 180px;
    width: 100%;
    background-color: #0098c3;
    background-image: url('/wp-content/uploads/2020/06/KajeetBackground-01.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    overflow: hidden;
    
    position: relative;
    display: block;
}

.fwpl-col.kj-resource-list--col:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
}

.fwpl-item.kj-resource-list--meta > *:not(:empty) {
    position: relative;
/*     padding: 6px 10px; */
    font-size: .75em;
    font-weight: bold;
    line-height: 1;
    background: #fff;
    border-radius: 30px;
    color: #0098c3 !important;
}

.fwpl-item.kj-resource-list--category a { color: inherit !important; }

.fwpl-item.kj-resource-list--type a { color: #738290 !important; }

.fwpl-item.kj-resource-list--title {
    font-size: 1em;
    line-height: 1.3;
}

.fwpl-item.kj-resource-list--desc, .fwpl-item.kj-resource-list--exerpt {
    font-size: .875em;
    margin-top: 5px;
}

.fwpl-item.kj-resource-list--exerpt {}

.fwpl-item.kj-resource-list--button a button {
    padding: 0px;
    cursor: pointer;
    border-radius: 30px;
    background-color: transparent;
    color: #0098c3;
    border: none;
    font-weight: bold;
    font-size: .875em;
}

.fwpl-item.kj-resource-list--desc p, .fwpl-item.kj-resource-list--exerpt p {
    margin-bottom: 10px;
}


/**************************
 * Resources Filters
 **************************/

 /***** Search *****/
.kj-resources-filters input.facetwp-search {
    font-size: 0.75em !important;
    min-height: 50px !important;
    height: auto;
    background-color: #eef1f5;
    border-radius: 12px;
    border: 1px solid #d0d5dc;
    padding-right: 40px !important;
    min-width: 0;
}

.kj-resources-filters i.facetwp-icon {
    right: 10px;
    /* font-size: .75em !important; */
}

.kj-resources-filters span.facetwp-input-wrap {
    width: 100%;
    display: block;
}


/***** Checkbox *****/
.kj-resources-filters .facetwp-checkbox {
    position: relative;
    background: transparent;
    padding: 6px 0px;
    padding-left: 25px !important;
    font-size: .875em;
    line-height: 1.4;
}

.kj-resources-filters .facetwp-checkbox:before,
.kj-resources-filters .facetwp-checkbox:after {
    content: "";
    position: absolute;
    border-radius: 3px;
}

.kj-resources-filters .facetwp-checkbox:after {
    width: 10px;
    height: 10px;
/*     background-color: #0098c3; */
    left: 4px;
    top: 12px;
    transition: all 260ms ease;
}

.kj-resources-filters .facetwp-checkbox.checked {
    background: transparent !important;
}

.kj-resources-filters .facetwp-checkbox:before {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #0098c3;
    left: 0px;
    top: 8px;
}

.kj-resources-filters .facetwp-checkbox.checked:after { 
    background-color: #0098c3; 
}

/**************************
 * Featured Resource
 **************************/
@media screen and (min-width: 650px) {
    
    .kj-resource-list .fwpl-result:first-child {
        display: flex;
        width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        /* box-shadow: 0 6px 20px rgba(0,0,0,.13); */
        grid-column-start: 1;
        grid-column-end: 4;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--row {
        width: 100% !important;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--col {
        position: relative;
        
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--image {
        width: 66%;
        position: relative;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--content {
        width: 34%;
        padding: 40px 20px !important;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--thumb {
        max-width: 100%;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--thumb img {
        display: block;
        object-fit: cover;
        max-height: 320px;
        height: 100%;
    }
    /* .kj-resource-list .fwpl-result:first-child .kj-resource-list--category {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 4px 12px;
        background: white;
        border-radius: 30px;
        font-size: .75em;
        font-weight: bold;
        color: #0098c3;
    } */
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--title {
        font-size: 1.6em;
        font-family: 'Zilla Slab', Georgia, Times, serif;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--button {
        margin-top: 25px;
    }
    
    .kj-resource-list .fwpl-result:first-child .kj-resource-list--button a button {
        padding: 11px 23px;
        line-height: 16px;
        font-size: 13px;
        border-radius: 30px;
        font-weight: bold;
        background-color: #0098c3;
        border: none;
        color: white;
    }
    .kj-resource-list--row:first-child {
        width: 100%;
    }
    
    .kj-resource-list--row:first-child .kj-resource-list--col {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
    }
    
    .kj-resource-list--row:first-child .kj-resource-list--image {
        display: flex;
    /* 	max-height: 320px; */
        width: 60%;
    }
    
    .kj-resource-list--row:first-child .kj-resource-list--image .kj-resource-list--thumb,
    .kj-resource-list--row:first-child .kj-resource-list--image a {
        height: auto;
        display: flex;
    }
    
    
    .kj-resource-list--row:first-child .kj-resource-list--image img {
        height: 100% !important;
        object-fit: cover;
    }
    .kj-resource-list--row:first-child .kj-resource-list--col .fwpl-row.kj-resource-list--content {
        min-height: 320px;
        width: 40%;
    }
    .kj-resource-list--row:first-child .fwpl-item.kj-resource-list--desc, .kj-resource-list--row:first-child .fwpl-item.kj-resource-list--exerpt {
        max-height: 120px;
    }
}




.resources-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.kj-resource-list--row {
    width: 48%;
    height: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 485px) {
	.kj-resource-list--row {
		width: 100%;
	}	
}




.kj-resource-list--button {
    margin-top: auto;
}

.fwpl-row.kj-resource-list--content {
    display: flex;
    flex-direction: column;
    min-height: 160px;
	
	padding: 25px 15px;
}



.fwpl-item.kj-resource-list--title {
    font-family: "Zilla Slab", Georgia, Times, serif;
    font-size: 1.25em;

    margin-top: 20px;
    margin-bottom: 0px;
	
	color: black;
}
.fwpl-item.kj-resource-list--title:hover { color: #0598c3; }
.fwpl-item.kj-resource-list--title a { color: inherit !important; }

.fwpl-item.kj-resource-list--desc, .fwpl-item.kj-resource-list--exerpt {
    position: relative;

    margin-top: 5px;
    margin-bottom: 20px;
    height: 100%;
    max-height: 90px;
    overflow: hidden;
    box-shadow: inset 0 -20px 20px 0px rgb(255 255 255);
}
.fwpl-item.kj-resource-list--desc:after, .fwpl-item.kj-resource-list--exerpt:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    box-shadow: inset 0 -20px 20px 0px rgb(255 255 255);    
}



.kj-resource-list--meta {
    display: flex;
	flex-wrap: wrap;
    font-size: .675em;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 20px;
}

.kj-resource-list--meta > * {
    margin-right: 5px;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
    min-width: 0 !important;
}



@media screen and (max-width: 767px) {
    .home-easy-button {
        background-image: none!important; 
    }
    .easy-block {
        float: none; 
        clear: both; 
        margin: 10px 0px; 
        width: 100%; 
    }
    .home-banner {
        background-size: auto 110%;
    }
    .home-banner-message {
        text-shadow: 2px 2px 18px rgba(0,0,0,1);
    }
}

@media screen and (min-width: 768px) {
    .home-industry-cards {
        margin-top: -200px;
    }
    .home-banner {
        padding-bottom: 180px; 
    }
    .home-blog-posts .fusion-button-wrapper {
        padding-top: 60px;
    }
    .container-nogap {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}