/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");

/******************** BULLETS & NUMBERING ********************/

.entry-content ol, .entry-content ul, .et_pb_post_content ol, .et_pb_post_content ul {
    padding: 0px 0px 5px 20px;
    list-style-position: outside;
}
 
.entry-content ol li, .entry-content ul li, .et_pb_post_content ol li, .et_pb_post_content ul li {
    margin-bottom: 10px;
}

/******************** LINK UNDERLINE ********************/
p a:hover, span a:hover{
	text-decoration:underline !important;
}

/******************** FORM BUTTON ALIGN LEFT ********************/
.button-left .et_contact_bottom_container {
    float: left !important;
}

/******************** AUTHOR BOX ********************/
.saboxplugin-authorname{
	margin-top:10px !important;
}
.saboxplugin-desc{
	margin-bottom:30px !important;
}

/******************** TEMPLATE HEADINGS ********************/
#blog-content h1, #blog-content h2, #blog-content h3, #blog-content h4, #blog-content h5, #blog-content h6, #resource-content h1, #resource-content h2, #resource-content h3, #resource-content h4, #resource-content h5, #resource-content h6{
	font-family:Aldrich, Open Sans;
	text-transform:uppercase;
}
#blog-content h2, #blog-content h3, #resource-content h2, #resource-content h3{
	color:#1a8383;
}

/******************** FIXED MENU STYLES ********************/
.et-fixed-header #top-menu li li a{
	color:#333333 !important;
}
#top-menu .menu-item-2962>a {
	padding-right:20px;
}
#top-menu .menu-item-2962>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
}
.item-kojensi:before{
	content:'archTIS Products';
	font-family:Aldrich;
	text-transform:uppercase;
	color:#14adc1;
	padding-bottom:5px;
}
.item-axiomatics:before{
	content:'Partner Products';
	font-family:Aldrich;
	text-transform:uppercase;
	color:#14adc1;
	padding-bottom:5px;
}
.item-partners{
	font-family: Aldrich;
    text-transform: uppercase;
    padding: 0px !important;
}
.item-partners a{
	color: #14adc1 !important;
}
.item-services:before{
	content:'Our Services';
	font-family:Aldrich;
	text-transform:uppercase;
	color:#14adc1;
	padding-bottom:5px;
}
#top-menu .sub-menu li a{
	line-height:1.2em;
	padding:10px 20px;
}

/******************** MOBILE MENU STYLES ********************/
 
.isDisabled {
	cursor: not-allowed;
}
.isDisabled > a {
	display: inline-block;
	pointer-events: none;
	text-decoration: none;
}

/**** This hides the sub menu items on mobile ****/
  
#main-header .et_mobile_menu li ul.hide {
	display: none !important;
}
  
/* This adjusts the positioning and the background transparency of the parent menu item on mobile */
  
#mobile_menu .menu-item-has-children {
	position: relative;
}
#mobile_menu .menu-item-has-children > a {
	background: transparent;
}
  
/* This styles the icon and moves it to the right */
  
#mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}
  
/* Here you can swap out the actual icons */
  
span.menu-closed:before {
	content: "\4c";
	display: block;
	color: #fff;
	font-size: 16px;
	font-family: ETmodules;
}
  
span.menu-closed.menu-open:before {
	content: "\4d";
}

/******************** FILTER GRID PRELOADER ********************/

.dp-dfg-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}
.my_custom_loader img {
	width: 100px;
	height: 100px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/******************** INVESTOR RELATIONS MENU ********************/
#ir-menu {
	position: -webkit-sticky;
	position: sticky;
	top: 130px;
}
#ir-menu ul{
	width:100%;
}
#ir-menu li{
	display:flex;
	justify-content:center;
	border-bottom:1px solid #666666;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
}
#ir-menu li:last-child{
	border-bottom:0px;
}
#ir-menu li a{
	display: flex;
    width: 100%;
    justify-content: center;
	padding:20px 0px 15px;
	font-family: Aldrich, Open Sans, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	background-color:#EAEFEE;
	line-height:20px;
}
#ir-menu li a:hover{
	background-color:#1a8383;
	color:#ffffff;
}

/******************** BULLET STYLES ********************/
.custom-bullets ul{
	list-style-type:none;
	position:relative;
	padding:10px 0px 0px 1.25em;
	
}
.custom-bullets li{
	list-style-type:none;
	position:relative;
	margin-bottom:10px;
}
.custom-bullets li:before{
	content:'\4e';
	display:flex;
	width:20px;
	height:20px;
	font-size:16px;
	border-radius:50%;
	background-color:#14adc1;
	justify-content:center;
	align-items:center;
	font-family: ETmodules!important;
	color:#ffffff;
	position: absolute;
    left: -25px;
	top:3px;
}

/******************** TAB STYLES ********************/
.et_pb_tabs_controls{
	margin:auto;
}
.et_pb_tabs_controls:after {
	border: 0px !important;
}
.et_pb_tabs_controls li{
	border: 0px !important;
}

/******************* TOGGLE STYLES ********************/
.et_pb_toggle_title:before {
   content: "\33";
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
   transform: rotate(-180deg);
}

/******************* RESOURCE TEMPLATE STYLES ********************/
#resource-content .et_pb_section .et_pb_row, 
#blog-content .et_pb_section .et_pb_row, 
#media-content .et_pb_section .et_pb_row{
	width:100% !important;
}


@media only screen and ( min-width: 768px ) { 
	/******************* DIVI FILTER GRID STYLES *******************/
	.wide-layout article:after{
		content: "\39";
		display: flex;
		position: absolute;
		top: 0px;
		font-family: ETmodules!important;
		height: 100%;
		right:0px;
		width:50px;
		background-color:#1a8383;
		margin:auto;
		color:#ffffff;
		font-size:40px;
		align-items:center;
		justify-content:center;
	}
	#no-image.wide-layout .dp-dfg-layout-list .dp-dfg-item>:nth-child(2) {
    	grid-row: 1 !important;
	}
	#no-image.wide-layout .dp-dfg-layout-list .dp-dfg-item>:nth-child(3) {
    	grid-row: 2 !important;
	}
	#no-image.wide-layout .dp-dfg-layout-list .dp-dfg-item>:nth-child(4) {
    	grid-row: 3 !important;
	}
}

.grid-layout article:after{
	content: "\39";
	display: flex;
	position: absolute;
	font-family: ETmodules!important;
	width: 100%;
	bottom:0px;
	height:50px;
	background-color:#1a8383;
	margin:auto;
	color:#ffffff;
	font-size:40px;
	align-items:center;
	justify-content:center;
}

/******************* TEAM STYLES ********************/
.team-card{ cursor:pointer; }
.close{ cursor:pointer; }

#announcements span{
	font-family:'Aldrich',Helvetica,Arial,Lucida,sans-serif;
	font-size:12px; 
	letter-spacing:1px; 
	color:#1a8383;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
    line-height: 14px;
	margin-bottom:5px;
}
#announcements a{
	color:#666666;
	margin-bottom:20px;
	line-height:20px;
	display:block;
}
#announcements a:hover{
	text-decoration:underline;
}
.yourir-chart-price{
	stroke:#1a8383 !important; 
}

/******************* EVENTS STYLES ********************/

.tribe-events-header__events-bar{
	display:none !important;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn{
	background-color:#1a8383;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover{
	background-color:#14adc1;
}
.tribe-events .tribe-events-c-ical__link{
	display:none !important;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover{
    background-color: #1a8383;
}
.tribe-events .tribe-events-c-ical__link{
	border: 1px solid #1a8383;
    color: #1a8383;
}
.tribe-common .tribe-common-c-svgicon{
	color:#1a8383;
}
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
    color: #1a8383;
}
.tribe-events-calendar-list-nav{
	display:none !important;
}

/******************* FOOTER MENUS ********************/
.footer-links .et_pb_menu__menu{
	display:flex;
}
.footer-links .et_mobile_nav_menu{
	display:none !important;
}

.footer-links li{
	width:100%;
	float:none;
	margin-top:0px !important;
}


/******************* MEDIA QUERIES ********************/

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) { 
    .sub-menu-columns > ul.sub-menu{
		width: 440px;
	}
	.sub-menu-columns > ul.sub-menu > li {
		display: inline-block;
		float: left;
		width: 200px;
	}
	.sub-menu-columns > ul.sub-menu > li > a {
		display: none !important;
	}
	.sub-menu-columns.et-hover > ul.sub-menu .menu-item-has-children ul.sub-menu {
		display: block;
		opacity: 1;
		top: -23px;
		left: -20px;
		position: relative;
		visibility:visible;
		box-shadow:none;
	}
	.sub-menu-columns > ul.sub-menu .menu-item-has-children ul.sub-menu li {
		padding:0px;
	}
	
	.item-industry-first:before{
		content:'Kojensi Use Cases';
		font-family:Aldrich;
		text-transform:uppercase;
		color:#14adc1;
		padding-bottom:5px;
	}
	.item-usecase-first:before{
		content:'NC Protect Use Cases';
		font-family:Aldrich;
		text-transform:uppercase;
		color:#14adc1;
		padding-bottom:5px;
	}

}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( max-width: 767px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}



/******************* Simple Author Box Pro ********************/
.saboxplugin-wrap .saboxplugin-authorname {
	font-family: 'Aldrich';
}

.saboxplugin-wrap .saboxplugin-desc strong {
	font-family: 'Aldrich';
}

.saboxplugin-wrap .saboxplugin-desc {
	font-family: 'Open Sans';
}

/******************* define local Google Fonts: 2022.11.15 ********************/
@font-face {font-family: 'Aldrich';font-style: normal;font-weight: 400;font-display: swap;src: url(fonts/MCoTzAn-1s3IGyJMVacY2g.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWVAexQ.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');}

@font-face {font-family: 'Aldrich';font-style: normal;font-weight: 400;font-display: swap;src: url(fonts/MCoTzAn-1s3IGyJMVacY2Q.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexg.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWVAexg.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQ.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff) format('woff');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVQ.woff) format('woff');}

@font-face {font-family: 'Aldrich';font-style: normal;font-weight: 400;font-display: swap;src: url(fonts/MCoTzAn-1s3IGyJMVacY3w.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAewA.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAewA.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAewA.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWVAewA.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVI.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2) format('woff2');}

@font-face {font-family: 'Open Sans';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVI.woff2) format('woff2');}
