/*
 Theme Name:   Iridium
 Theme URI:    http://iridium.aeeiee.com/
 Description:  A Divi child theme for the Iridium Demo site
 Author:       David Ovienmhada
 Author URI:   http://www.aeeiee.com
 Template:     Divi
 Version:      3.9
*/

/*#top-header, header, footer { display: none;}*/

#main-header {
	z-index: 9999 !important;
}

#sticky-menu {
	z-index: 3;
}

#investors h2 a {
	color: #005f9b;
}

.container {
	padding-right: 0;
	padding-left: 0;
}

a:hover {
	color: inherit;
}

body.single-internal_page #main-content .container {
	padding-bottom: 25px;
}

/**
 * Twitter Feed CSS
 */
 
.social-feed-container-38995 .social-feed-element {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px !important;
}

.social-feed-container-38995 .grid-item {
	padding: 10px !important;
}

/**
 * RSS Aggregator
 */
.entry-content ul.rss-aggregator {
	padding-left: 0;
}

ul.rss-aggregator li {
	list-style-type: none;
	margin-bottom: 10px;
}

#et-secondary-nav li ul, #top-header {
	background-color: #fff;
}

#top-header a {
	color: #686868;
	/*color: #686868 !important;*/
}

.archive article h2.entry-title {
	padding-top: 5px;
}
/**
 * Facet WP customizations
 */

.facetwp-checkbox .facetwp-expand {
	display: none !important;
}

.facetwp-selections ul {
	padding: 0 !important;
	margin-left: 15px !important;
	line-height: 30px;
}

.facetwp-selections li {
	background-color: white;
	border-radius: 5px;
	margin: 0 10px 10px 0;
	padding: 10px !important;
}

span.facetwp-selection-label {
	font-weight: bold !important;
}

/*
span.facetwp-selection-label {
	display: none;
}

.facetwp-selections .facetwp-selection-value {
	background-position: right 10px center !important;
	background-color: white;
	border-radius: 5px;
	padding: 10px 30px 10px 10px !important;
	margin: 0 10px 10px 0;
}
*/

/**
 * Search Page
 */

@media ( min-width: 767px ) and ( max-width: 1100px ) {
.search article.et_pb_post {float: left; width: 45%; margin-right: 5%;}
.search article.et_pb_post:nth-of-type(2n+3) {clear: both;}
}
@media ( min-width: 1101px ) {
.search article.et_pb_post {float: left; width: 31%; margin-right: 2%;}
.search article.et_pb_post:nth-of-type(3n+4) {clear: both;}
}

.search article.et_pb_post .entry-title a {
	font-size: 0.75em;
}

/*	Start FacetWP Pagination  */
a.facetwp-page{
	margin-right: 1em;
	font-size: 1.25em;
	min-width: 2em;
	min-height: 2em;
	padding: .25em;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
}
a.facetwp-page:hover{
	background-color: #CECECE;
}
a.active.facetwp-page:hover{
	background-color: white;
}
#fwp-pager-p {
	margin-left: 0.5em;
	padding-left: 0.25em;
}
/*	End FacetWP Pagination  */


/**
 * Product & Service Styles
 */
.product-image {
	width: 200px;
	height: 200px;
}

.product-image img {
	max-width: 200px;
	max-height: 200px;
	object-fit: contain;
}

/**
 * Blog Styles 
 */


/*Start of styling for service-advisory page*/
/*
.toggle-containers{
	float: right;
	height: 40px;
	width:100%;
	vertical-align: middle;
	margin-right:16%;
}
.fullscreen-toggle{

	float: right;
	display: inline-block;
	margin:10px;
	text-align: center;

}
.help-toggle{
	float: right;
	margin-right:60%;
	display: inline-block;
	margin:10px;
	margin-right:45px;
	text-align: center;

}
.key-containers{
	height:50px;
	float: right;
	width: 80%;
	margin-right:15%;
}
.alert-key{
	vertical-align:middle;
	float: right;
	display: inline-block;
	margin:5px;
}

.operational-key{
	width: 125px;
	height: 30px;
	border: solid #33cc00 2px;
	color:#33cc00;
	text-align: center;
}.degraded-key{
	width: 225px;
	height: 30px;
	border: solid #ffe066 2px;
	color:#ffe066;
	text-align: center;
}
.unavailable-key{
	width: 125px;
	height: 30px;
	border: solid red 2px;
	color:red;
	text-align: center;
}
.maintenance-key{
	width: 190px;
	height: 30px;
	border: solid gray 2px;
	color:gray;
	text-align: center;
}

.alert-boxes{
	display: inline-block;
	width:25px;
	height:25px;
	margin:15px;
	border-radius:5px;
	vertical-align:middle;
}
.Operational{
	background-color:#33cc00;
}
.Unavailable{
	background-color:red;
}
.Degraded\/Intermittent{
	background-color: #ffe066;
}
.Maintenance{
	background-color: gray;
}
.service-wording{
	position: relative;
	font-size:17px;
}.dashboard-containers{
	height:530px;
}
.first_group{
	float: left;
	width: 32%;
}
.second_group{
	float: left;
	width:32%;
}
.third_group{
	float:right;
	width:32%;
}

#updated_time{
	float:right;
	width:25%;
	margin-right:15%;
	text-align:right;
}
.page-id-12710 .et_pb_section, .archive #main-content, .category #main-content {
	background-color: #eee !important;
}
*/
/*end of styling for service-advisory page*/

/*	Start FacetWP Pagination  */
a.facetwp-page{
margin-right: 1em;
font-size: 1.25em;
min-width: 2em;
min-height: 2em;
padding: .25em;
box-sizing: border-box;
text-align: center;
border-radius: 3px;
}
a.facetwp-page:hover{
background-color: #CECECE;
}
a.active.facetwp-page:hover{
background-color: white;
}
/*	End FacetWP Pagination  */

/*
 *  Home Page Login button styles
 */

.homepage-login {
	box-shadow: 1px 0 0 #fff; 
}

#homepage-login-trigger, #logout-button {
	color: white !important;
	background: #95a1aa;
	padding: 0 10px 0;
	border-radius: 3px;
}

a#homepage-login-trigger, a#logout-button {
	color: white !important;
	cursor: pointer;
}

#homepage-login-trigger, #logout-button {
	display: inline-block;
	zoom: 1;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

#homepage-login-register a {
	display: inline-block;
	zoom: 1;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

#homepage-login-register a {
	border-radius: 0 3px 3px 0;
}

#homepage-adfs-link {
	border-top: 1px solid #d9d9d9;
	padding-top: 0.75em;
}

#homepage-adfs-link svg {
	width: 24px;
	height: 15.2px;
	display: inline;
	vertical-align: top;
	margin-right: 5px;
}

#homepage-adfs-link a {
	display: inline !important;
	vertical-align: bottom;
}

.homepage-login #homepage-login-trigger:hover, 
.homepage-login .active, 
.homepage-login #homepage-login-register a:hover {
}

#homepage-login-div {
	display: none;
	text-align: left;
	position: absolute;
	width: auto;
	right: 0;
	z-index: 999999;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
	background: #f0efef;
	border-radius: 3px;
	top: 40px;
	padding: 30px;
}

#homepage-login-div h2 {
	font-size: 1.7em;
	color: #686868;
}

#homepage-login-div form .input, #homepage-login-div input[type="text"] {
	width: 240px;
	line-height: 2em;
	padding: 8px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #3d464d;
	transition-property: background, color, border-color;
	font-size: 1em;
}

#homepage-login-div form .input:focus, #homepage-login-div input[type="text"]:focus {
	border: 1px solid #bbb;
	box-shadow: none;
	outline: none;
	background: #fff;
}

#homepage-login-div form .input:hover, #homepage-login-div input[type="text"]:hover {
	border: 1px solid #bbb;
	box-shadow: none;
	outline: none;
	background: #fff;
}
#homepage-login-div form .input, #homepage-login-div input[type="text"], #homepage-login-div form input[type="checkbox"] {
	background: #fbfbfb;
}

#homepage-login-user:focus, #homepage-login-pass:focus {
	background-color: #fff;
	border-color: #e8c291;
	outline: none;
	box-shadow: 0 0 0 1px #e8c291 inset;
}

#homepage-login-wp-submit {
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	vertical-align: baseline;
	border-radius: 3px;
	white-space: nowrap;
	font-size: 13px;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	box-sizing: border-box;
}

#homepage-login-wp-submit:hover,
#homepage-login-wp-submit:focus {    
	background: #008ec2;
	border-color: #006799;
	color: #fff;
}

#homepage-login-wp-submit:active {   
	background: #0073aa;
	border-color: #006799;
	box-shadow: inset 0 2px #006799;
	vertical-align: top;
	transform: translateY(1px);
	outline: 0;
}

#homepage-login-wp-submit::-moz-focus-inner {
  border: none;
}

#homepage-login-div form input[type="checkbox"] {
	border: 1px solid #b4b9b3;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 !important;
	vertical-align: middle;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#homepage-login-div form input[type="checkbox"]:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 2px rgba(30,140,190,0.8);
}

.homepage-login label {
  line-height: 30px;
  color: #72777c;
}

.homepage-login label input {
  position: relative;
  right: 2px;
}

#homepage-login-forgotpassword {
	padding: 0;
}

#homepage-login-forgotpassword a, #homepage-login-register a {
	color: #72777c;
	display: inline-block !important;
}

#homepage-login-forgotpassword a:hover, #homepage-login-register a:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 980px) {

/* 	Keeping it here just in case JavaScript is turned off. This will make the 'Log In' button hidden even if JS is disabled */
	.homepage-login {
		display: none;
		visibility: hidden;
	}
	
	#mobile_menu #pipe{
		display: none;
	}

	#mobile_menu [aria-current='page'], #mobile_menu li.current-menu-ancestor > a{
		background-color: #95a1aa;
	}

	#logout-button{
		margin: 1rem 5% 0;
	}
} 

/*
 *  Home Page Login button styles
 */

/*
 *	Nav bar styles for all pages
 */

#logo {
	max-height:57px !important; 	
} 

#top-menu li {
	transition: padding-right .5s;
}

#top-menu li.current-menu-ancestor > a , #top-menu .current-menu-item.current_page_item > a {
	color:white !important;
}
#top-menu li.current-menu-ancestor > a::after, #top-menu .current-menu-item.current_page_item > a::after {
	padding: .45em 5px 0 1rem;
	vertical-align: middle;	
}

#top-menu .sub-menu li.current-menu-ancestor > a::after, #top-menu .sub-menu .current-menu-item.current_page_item > a::after {
	padding: .0em 0px 0px 2rem;
	margin-left: 10px;
	vertical-align: middle;	
}

#top-menu .sub-menu li.current-menu-ancestor > a, #top-menu .sub-menu .current-menu-item.current_page_item > a{
	padding-left: 1.25rem;
	padding-right: 34px !important;
}

.et_pb_section_0 {
	margin-top: 0em;
}

#top-menu li.current-menu-ancestor > a, #top-menu .current-menu-item.current_page_item > a{
	background-color: #95a1aa;
	box-sizing: border-box;
	padding-top: .5em;
	padding-bottom: .5em !important;
	padding-right: 25px !important;
	padding-left: 1em;
	border-radius: 5px;
}

#top-menu li.current-menu-ancestor > a{
	margin-top: -.5em;
}

#top-menu [aria-current='page']{
	background-color: #95a1aa;
	box-sizing: border-box;
	margin-top: -.5rem;
	padding-top: .5em !important;
	padding-bottom: .5em !important;
	padding-left: 1em ;
    padding-right: 25px !important;
	border-radius: 5px;
    color: white !important;
}
#top-menu .sub-menu [aria-current='page']{
	margin-top: 0rem;
	padding-bottom: .5em !important;
	padding-left: 1.5em ;
}

#et_top_search #et_search_icon:before {
	width: 0px;
	float: right;
	vertical-align: middle;
	
} 

#et_top_search{
	width: 0px;
	padding:.5rem;
	position: relative;
	display: inline-block;
	margin: 2px 2px 0 .5rem;
	/* margin-left: 1rem; */
	/* margin-right: 1rem; */
}


span.et_close_search_field {
	float: right;
	width: 0px;
	float: right;
	margin-right: 1.5rem;
}

#top-menu-nav{
	margin-right: 1rem;
}

#menu-item-13334 a, #menu-item-230975 a, #menu-item-230992 a, #menu-item-224061.current-menu-item a{
	transition: all .01s !important;
}

@media only screen and (max-width:981px) {
	#et_top_search #et_search_icon::before {
		margin-top: 0;
	}
}

/*
#top-header a[aria-current='page']{
	padding-right: 1em !important;
}
*/
@media only screen and (max-width:981px) {	
	.et_pb_section_0 {	
		margin-top: 0em !important;	
	}	
	#et_top_search{
		margin: 0 .5rem;
	}
}  	
@media only screen and (min-width:981px) {	
	#logo {	
		max-height:35%	
	}	
}  	
@media only screen and (min-width:1296px) {	
	#logo {	
		/* max-height:59%; */		
	} 	
} 
/* This works differently than #logout-button */
.menu-item.ic-logout a,
.menu-item.ifp-logout a {
	color: white !important;
	background: #95a1aa;
	padding: 0 10px 0;
	border-radius: 3px;
	display: inline-block;
	zoom: 1;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	cursor: pointer;
}
.menu-item.ic-active a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #fff !important;
	background-color: #33363d;
	padding: 0 10px 0;
	border-radius: 3px;
}
.menu-item.ifp-active a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #fff !important;
	background-color: #005f9b;
	padding: 0 10px 0;
	border-radius: 3px;
}
/*
 *	Nav bar styles for all pages
 */

/*
 *  Remove Left Border Line
 */
.single-alert #main-content .container:before,
.single-message #main-content .container:before,
.single-internal_post #main-content .container:before,
.single-internal_page #main-content .container:before {
	background: none !important;
}

/*
 *	Single Message Template styles start
 */
.single-message #left-area {
	width: 100% !important;
	padding-right: 0 !important;
}
.single-message .edate {
	font-weight: 600;
}
.single-message .expiration {
/* 		color: #d17d06; */
	color: #fcb131;
}
.single-message .expiration.expired {
	color: #e00;
}
.single-message .effective-date {
	color: #339900;
}
/*
 *	Single Message Template styles end
 */
 
 
/*
 *  Single Alert Template styles
 */

.single-alert #left-area {
	width: 100% !important;
	padding-right: 0 !important;
}

.single-alert #content-area {
	padding-bottom: 3%;
}
.single-alert .edate {
	font-weight: 600;
}
.single-alert .expiration {
/* 		color: #d17d06; */
	color: #fcb131;
}
.single-alert .expiration.expired {
	color: #e00;
}
.single-alert .effective-date {
	color: #339900;
}
/*
 *  Single Alert Template styles end
 */


/*article.et_pb_post {
	background-color: white;
	padding: 20px;
}*/

/* Social Icons on Blog */

.et_monarch .et_social_circle .et_social_icon, .et_monarch .et_social_circle .et_social_icon:before, .et_monarch .et_social_circle .et_social_icon:after {
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important;
}

ul.et_social_icons_container {
	min-width: 216px;
	overflow: auto;
}

.et_monarch .et_social_networkname {
	word-break: keep-all !important;
}

/* End Blog Styles */

/*
 * Events
 */
 
.tribe-events-photo .tribe-events-event-image img {
	min-height: 200px !important;
	min-width: 371px !important;
	object-fit: cover;
}

.tribe-events-photo .tribe-events-photo-event-wrap {
	max-height: 384px !important;
	min-height: 384px !important;
	overflow-y: hidden;
}

.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-image {
	height: 200px;
	overflow-y: hidden;
}

/*******************************************************************************************/

/**
 * Facet Styles Desktop
 */
  
input.facetwp-search {
	padding: 10px;
}

/*
.facetwp-template{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}
*/

.inline-facets .facetwp-sort, .inline-facets .facetwp-counts {
 display: inline-block;
}

.inline-facets .facetwp-counts {
 margin-right: 10px;
}


.inline-facets-right {
 float: right;
}

.inline-facets .facetwp-facet-product_type, .inline-facets .facetwp-facet-accessory_type {
 display: inline-block;
}
  
.facet-grid {
	position: relative;
	z-index: 1;
}

.facet-grid:before,
.facet-grid:after {
	/*height: 289px;
	 margin-right: 20px;*/
	 content: '';
	 display: block;
	 clear: both;
}

.facet-box {
	display: inline-block;
	background-color: #fff;
	height: 325px;
	margin-right: 15px;
	float: left;
	min-height: 1px; 
	width: 23.5%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.facet-title-product, .facet-company-product {
	text-align: center;
}

.facet-box-3 {
	display: inline-block;
	background-color: #fff;
	height: 350px;
	margin-left: 15px;
	float: left;
	min-height: 1px; 
	width: 31.2%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.facet-box-3-product, .facet-box-product {
	height: 375px !important;
}

.facet-box-3 .facet-title, .facet-box .facet-title {        
	font-weight:bold;
}

.facet-image {
	height: 58.5%;
	padding: 10px;
}

.facet-image img {
	width: auto !important;
	height: 200px;
	object-fit: contain;
	/* max-width: 100px; */
	margin: 0 auto;
	display: block;
}

.facet-grid a .facet-title {
	padding: 20px;
	color: #333;
	font-size: 125%;
}

.facet-title {
	height: 28%;
}

.facet-company {
	color: #333;
	padding: 0px 20px 0px 20px;
}


/**
 * Gravity Forms to match Divi Style
 */
 
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	color: white;
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid #005f9b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #005f9b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/*.gform_wrapper .gform_footer input.button:after, .gform_wrapper .gform_footer input:after[type=submit] {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}*/

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input:hover[type=submit] { 
	/*padding: 0.3em 2em 0.3em 1em;*/
	border: 2px solid transparent;
	background: rgba(0, 95, 155, 0.2);
	color: white;
	cursor: pointer;
}

/*.gform_wrapper .gform_footer input.button:hover:after {
	margin-left: 0;
	opacity: 1;
}*/

/**
 * More Gravity Forms styles
 *
 */
 
.gf_hide_label .gfield_label {
	display: none !important;
}

.gform_wrapper .stacked-pw .ginput_complex .ginput_right {
	display: block;
}

.privacy-box {
	padding: 20px !important;
	background-color: #dbe7f1;
	border-radius: 5px;
}

sup {
	font-size: 50%;
}

/* Fix bullets in content */
/*#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	padding-left: 40px !important;
	padding-top: 10px !important;
}*/

.entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	padding-left: 40px;
	padding-top: 10px;
}

/*.et_pb_widget_area ul {
	padding-left: inherit !important;
	padding-top: inherit !important;
}*/

/* Mail & Web Menu Bar */
.mail-web-menu-bar {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/* Custom Buttons */

.et_pb_button_module_wrapper {
	display: inline-block !important;
}

.custom-inline-button {
	margin-right: 10px;
}

.custom-inline-button-end {
}

/* Custom Card setting for Blurbs */

.card img {
	width: 100%;
}

.card .et_pb_main_blurb_image {
	margin-bottom: 0;
}

.card .et_pb_blurb_content {
	max-width: none;
}

.card h4 a {
	display: block;
	padding: 20px;
	height: 100px;
	overflow: hidden;
}

.card:hover {
	border: 1px solid #d4d4d4;
}

/* Overwrite for Footer Menu */

#main-footer {
	border-top: 1px solid #e2e2e2;
}

.footer-widget #nav_menu-2 {
	width: 100% !important;
}

#footer-widgets .footer-widget li:before {
	content: none;
}

#footer-widgets .footer-widget li a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer-widgets .footer-widget #nav_menu-2 li {
	padding-left: 0;
	display: inline-block;
	vertical-align:top;
	/*width: 19.5%;*/
	width: 16%;
	font-weight: bold;
}

#footer-widgets .footer-widget li ul.sub-menu {
	margin-top: 10px;
}


#footer-widgets .footer-widget #nav_menu-2 li li {
	padding-left: 0;
	margin-left: 0;
	display: block;
	width: 100%;
	font-weight: normal;
}

/*	Events Page CSS  */
.tribe-events-title-bar h1 {
	font-weight: 400;
	padding: 30px 0 30px 0;
}
/*	Events Page CSS  */

@media only screen and (max-width: 1249px) {
	
	.facet-box {
		background-color: #fff;
		height: 375px;
		margin-right: 15px;
		float: left;
		width: 23%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 375px;
		margin-left: 12px;
		float: left;
		width: 31%;
		margin-bottom: 20px;
	}
	
	.facet-box-3-product {
		height: 400px !important;
	}
	
	.facet-title {
		height: 31%;
	}
}

/* Responsive Styles Tablet And Below */
@media only screen and (max-width: 980px) {
	
	.footer-widget:nth-child(n) {
		width: 100% !important;
	}
	
	/**
	 * Facet Styles Tablet
	 */
	
	/* 
	.facet-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
		grid-auto-rows: minmax(250px, auto);
	}
	*/
	
	.facet-box {
		background-color: #fff;
		height: 350px;
		margin-right: 10px;
		float: left;
		min-height: 1px; 
		width: 31.5%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 375px;
		margin-left: 10px;
		float: left;
		min-height: 1px; 
		width: 31.5%;
		margin-bottom: 20px;
	}
	
	.facet-box-3-product {
		height: 395px !important;
	}
}

/* Responsive Styles Smartphone Only */
@media only screen and ( max-width: 767px ) {
	#footer-widgets {
		display: none;
	}
	
	/**
	 * Facet Styles Smartphone
	 */
	 
	/*
	.facet-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		grid-auto-rows: minmax(200px, auto);
	}
	*/
	
	.facet-image img {
		height: 150px;
	}
	
	.facet-box {
		background-color: #fff;
		height: 325px;
		margin-right: 10px;
		float: left;
		min-height: 1px; 
		width: 47.25%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 325px;
		margin-left: 10px;
		float: left;
		min-height: 1px; 
		width: 47.25%;
		margin-bottom: 20px;
	}

	.facet-box-3-product {
		height: 350px !important;
	}	 
}

@media only screen and ( max-width: 480px ) {
	
	/**
	 * Facet Styles Tiny Smartphone
	 */
	
	/* 
	.facet-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		grid-auto-rows: minmax(200px, auto);
	}
	*/
	
	.facet-box {
		background-color: #fff;
		height: 289px;
		margin-right: 0;
		float: left;
		min-height: 1px; 
		width: 100%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 289px;
		margin-left: 0;
		float: left;
		min-height: 1px; 
		width: 100%;
		margin-bottom: 20px;
	}

	.facet-box-3-product {
		height: 314px !important;
	}
	
	.facet-title {
		text-align: center;
	}
	
	.facet-title {
		height: 31%;
	}

	.facet-company {
		text-align: center;
	}
}

/* Intense Card Overlay */

.intense-card-overlay figcaption {
	background-color: rgba(0,0,0,0.3);
}

/* Overlapping Logo */

#top-header {
	z-index: 99999;
}

#logo {
	/*max-height: 100%;*/
	margin-top: -20px !important;
	z-index: 100000;
	padding-top: .75rem;
}

.et_pb_video_box {
	align-self: center;
	width: 100%;
}

/* Bottom Bar */

#footer-info {
	float: none !important;
}

.bottom-bar-col-1, .bottom-bar-col-2, .bottom-bar-col-3 {
	float: left;
	width: 33.333%;
	font-size: 0.8em;
}

.bottom-bar-col-1 {
	text-align: left;
}

.bottom-bar-col-2 {
	text-align: center;
}

.bottom-bar-col-3 {
	text-align: right;
}

/* Responsive Styles Tablet And Below */
@media only screen and (max-width: 1200px) {
	#logo {
		margin-top: 0;
		max-height: 40px !important;
	}
	#et-top-navigation {
		padding-left: 100px !important;
	}
	#top-menu li{
		padding-right: 12px;         
	}    
	#top-menu-nav{
		margin-right: 0;
	}    
	#top-menu.ic-main-header li{
		padding-right: 5px;        
	}
}

@media only screen and (max-width: 980px) {
	#logo {
		margin-top: 0;
		max-height: 80% !important;
	}
	
	.column-swap-mobile { 
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse !important;
	}
	
	.bottom-bar-col-1, .bottom-bar-col-2, .bottom-bar-col-3 {
		width: 100%;
		text-align: center;
		font-size: 0.8em;
	}
	
	.bottom-bar-col-2 {
		width: 100%;
	}

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
	.left-slider-desktop .et_pb_fullwidth_slider.et_pb_slider .et_pb_slide_description {
		padding-left: 0;
	}
	
	.left-slider-desktop .et_pb_slide, .banner-desktop {
		height: 560px;
	}
	
	.left-slider-desktop .et_pb_slide .et_pb_container {
		text-align: left;
		padding-right: 30%;
	}
	
	header#main-header.et-fixed-header, #main-header{
		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
		box-shadow:none !important;
		border-bottom: 1px solid #e2e2e2;
	}
}

/* Responsive Styles Smartphone Only */
@media only screen and ( max-width: 767px ) {
	.container.et_search_form_container {
		background: white;
	}
}
