/* 
Theme Name: IONYX Digital - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: WordPress theme by IONYX Digital. Based on the Hello Elementor Child theme. 
Author: IONYX Digital, Elementor Team
Author URI: https://ionyxdigital.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/**
* BASE STYLES
*/

/* Variables */
:root {
	--theme-primary-colour: #F8C714; /* Wisteria Yellow */
	--theme-secondary-colour: #005494; /* Electric Blue */
	--theme-text-colour: #50575B; /* Text Colour */
	--theme-accent-colour: #07296F; /* Dark Sapphire */
	--theme-light-grey-colour: #D9D9D9; /* Light Grey */
	--theme-grey-colour: #D3D5D7; /* Dark Grey */
	--theme-dark-colour: #50575B; /* Dark Colour */
	--theme-border-radius: 0px; 
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
	-webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}
/* Remove top margin from first heading in container */
h1:first-child, .elementor-widget-heading h1, 
h2:first-child, .elementor-widget-heading h2, 
h3:first-child, .elementor-widget-heading h3, 
h4:first-child, .elementor-widget-heading h4, 
h5:first-child, .elementor-widget-heading h5, 
h6:first-child,  .elementor-widget-heading h6 {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
}


/* Lists */
ul, ol {
	margin: 20px 0 30px 0;
}
	ul li, ol li {
		margin: 0 0 5px 0;
	}

/* Lists - Custom bullet points */
.list-bullet-ticks ul {
	padding-inline-start: 40px;
}
	.list-bullet-ticks ul li {
		position: relative;
		list-style: none;
		margin: 0 0 10px 0;
	}
	.list-bullet-ticks ul li::before {
		position: absolute;
		content: '';
		display: inline-block;
		width: 20px;
    	height: 20px;
		vertical-align: middle;
		background-image: url(assets/bullet_circle_tick.svg);
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: -30px;
		margin-top: 2px;
	}
	.list-bullet-ticks ul li h6 {
		position: relative;
		top: -3px;
		margin-bottom: 0;
	}

.case-study-content ul li {
	color: var(--e-global-color-secondary);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Tables */
table td, table th {
	border: 1px solid var(--theme-light-grey-colour);
}
table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: unset;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, 
table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, 
table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	-webkit-border-before: 0;
	border-block-start: 0;
}

/* Odd table rows */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

/* Tablepress */
.tablepress>:where(thead,tfoot)>*>th {
	background-color: #fff;
	font-weight: 700!important;
	color: #000;
}
.tablepress>:not(caption)>*>* {
	padding: 15px;
	font-weight: 500;
}
.tablepress>:where(tbody)>.even>* {
	background-color: rgba(60, 100, 177, .11); 
}
.tablepress>:where(tbody)>.odd>* {
	background-color: #fff; 
}
.tablepress>.row-hover>tr:hover>* {
	background-color: rgba(60, 100, 177, .2); 
}
.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
	border: none;
	/* border-top: none;
	border-bottom: 1px solid var(--border-color); */
}

/* Forminator Forms */
.forminator-ui#forminator-module-1696.forminator-design--default .forminator-button-submit {
	border-radius: 30px;
    padding: 10px 30px;
}


/* Elementor Lightbox */
.elementor-lightbox .elementor-lightbox-image {
	box-shadow: none;
}


/**
* HEADER
*/

@media (min-width: 881px) {
	#header {
		max-height: 180px;
	}
	/* #header-nav {
		max-height: 130px;
	} */
}

#header.elementor-sticky--effects #header-nav {
	background-color: var(--e-global-color-secondary);
	/*background-image: linear-gradient(180deg, rgba(0,84,148,1) 70%, rgba(7,41,111,1)  100%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);*/
	/*border-bottom: 1px solid #FFFFFFD9;*/
} 

#header.elementor-sticky--effects #header-nav-links {
	border-bottom: none!important;
}

#header1.elementor-sticky--effects #header-nav {
	background-color: #B8B8B8; !important;
	z-index: 999;
}

#header1.elementor-sticky--effects #header-nav-links {
	border-bottom: none !important;
}

.elementor-nav-menu .menu-item .sub-arrow {
	padding: 0 0 0 5px;
}

.jet-menu .jet-menu-item {
	margin: 0;
}

.jet-sub-mega-menu > .elementor > .elementor-element > .e-con-inner {
	margin: 0;
}

.jet-menu-item-wrapper .jet-dropdown-arrow {
	margin-left: 7px;
}

.jet-menu-icon {
	font-size: 16px;
	order: 2;
    margin: 0 0 0 7px;
}

@media (max-width: 881px) {
	.hide-icon-on-mobile .jet-menu-icon {
		display: none!important;
	}
}


/* Mega menu - posts title link */
.jet-sub-mega-menu .elementor-posts .elementor-post__title a:hover {
	text-decoration: underline!important;
}


/* #header-top a {
	color: inherit;
	text-decoration: inherit;
	transition: color 0.3s;
}
	#header-top a:hover {
		color: var(--e-global-color-primary);
	} */


/**
* FOOTER
*/
#footer-cols .footer-menu p {
	-webkit-margin-after: .6rem;
    margin-block-end: .6rem;
}
#footer-cols .footer-menu a {
	color: inherit;
	text-decoration: inherit;
	transition: color 0.3s;
}
	#footer-cols .footer-menu a:hover {
		color: var(--e-global-color-primary);
	}

#footer-bottom-bar a {
	color: inherit;
	text-decoration: none;
}

/* dark-logo-footer  */

#footer1 {
	background-color:#B8B8B8 !important;
}

/********************
  ELEMENTOR BLOCKS
 ********************/

 /* Container */
 a.e-con {
	text-decoration: none;
 }

 /* Headings */

 /* Change Heading Title to Primary colour on parent container hover */
 a.e-con .primary-color-on-container-hover .elementor-heading-title {
	transition: color 0.3s;
 }
	a.e-con:hover .primary-color-on-container-hover .elementor-heading-title {
		color: var(--e-global-color-primary);
	}

/* Change Heading Title to Underlined on parent container hover */
a.e-con:hover .underline-title-on-container-hover .elementor-heading-title {
	text-decoration: underline;
}

/* Yoast Breadcrumbs */
#breadcrumbs > span > span:not(:last-of-type) {
	margin-right: 10px;
}
#breadcrumbs > span > span:not(:first-of-type) {
	margin-left: 10px;
}
#breadcrumbs span a {
	text-decoration: none;
}

/* Icon grid hover */
a.icon-grid-hover {
	text-decoration: none;
}
.icon-grid-hover:hover .elementor-icon path {
	fill: var(--e-global-color-secondary);
	stroke: var(--e-global-color-secondary);
}
.icon-grid-hover:hover .elementor-heading-title {
	color: var(--e-global-color-secondary)!important;
}

/* Container white text on hover */
a.text-white-hover {
	text-decoration: none!important;
}
.text-white-hover:hover .elementor-heading-title,
.text-white-hover:hover p,
.text-white-hover:hover .elementor-icon {
	color: #fff!important;
	border-color: #fff!important;
}
.text-white-hover:hover .elementor-icon svg {
	fill: #fff!important;
}

/* Icon list */
.elementor-widget .elementor-icon-list-item a {
	text-decoration: none;
}

/* Tabs */
.justify-tab-icon.elementor-widget-n-tabs .e-n-tab-title {
	justify-content: space-between;
}

.hoverTabs .e-n-tabs-content .e-con.e-active {
    animation: fadeInTabs 0.3s ease forwards;
}
@keyframes fadeInTabs {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Counter */
.left-align-counter.elementor-widget-counter .elementor-counter-number-prefix {
	flex-shrink: 1;
    flex-grow: 0;
}
.left-align-counter.elementor-widget-counter .elementor-counter-title {
	margin-top: 10px;
    text-align: left;
}

/* Elementor Image Carousel */
.elementor-widget-image-carousel .elementor-image-carousel {
	align-items: center;
}
.elementor-element.elementor-arrows-position-outside .swiper, 
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 100px);
}
.img-height-70.elementor-widget-image-carousel .swiper-slide img {
	max-height: 70px;
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
	opacity: 1;
}

/* Video Lightbox */
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, 
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
	width: auto;
}

/* Button */
.elementor-button-icon .e-font-icon-svg {
	transition: all .3s;
}
.btn-small-icon.elementor-widget-button .e-font-icon-svg {
	height: 0.85em;
    width: 0.85em;
}

.button-with-icon-background.elementor-widget-button .elementor-button-icon {
	display: flex;
    align-items: center;
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	fill: var(--e-global-color-secondary);
	padding: 5px 10px;
}
	.button-with-icon-background.elementor-widget-button .elementor-button .elementor-button-icon svg,	
	.button-with-icon-background.elementor-widget-button .elementor-button:hover .elementor-button-icon svg {
		color: var(--e-global-color-secondary);
		fill: var(--e-global-color-secondary);
	}
.button-with-icon-background.elementor-widget-button .elementor-button-text {
	padding: 5px 10px;
}

/* Reduce Paragraph Spacing */
.reduce-p-margin p {
	-webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

/* Mobile Menu */
.jet-mobile-menu__items a {
	text-decoration: none;
}
.jet-mobile-menu__controls {
	min-height: 80px;
}

/* Mega menu button with large yellow icon */
.large-yellow-icon .elementor-button-content-wrapper {
	align-items: center;
}
	.large-yellow-icon .elementor-button-icon .e-font-icon-svg {
		height: 30px;
		width: 30px;
		fill: var(--e-global-color-primary)!important;
	}
	.large-yellow-icon .elementor-button-link:hover {
		text-decoration: underline;
	}


/* Elementor Popup close button */
.elementor-popup-modal .dialog-close-button {
	border-radius: 4px;
    padding: 5px 5px;
}
	/*.elementor-popup-modal .dialog-close-button::after {
		content: 'Close';
		margin-left: 5px;
		color: #fff;
		font-weight: 600;
	}*/

/* Offset anchor links to account for sticky header */
body:not(.elementor-editor-active) .elementor-menu-anchor {
	margin: -130px 0 0;
}

/* Images - Add blue overlay */
.blue-image-overlay.elementor-widget-image .elementor-widget-container::before {
	display: block;
    position: absolute;
    content: '';
    background-color: var(--e-global-color-secondary);
	opacity: .33;
    height: 100%;
    width: 100%;
    border-radius: 0px 35px 0px 35px;
}


/* Post carousel - external navigation on left */
.swiper-left-arrows-outside.elementor-widget-loop-carousel .swiper {
	margin-left: 60px;
}
.swiper-left-arrows-outside.elementor-widget-loop-carousel .elementor-swiper-button svg path {
	fill: inherit;
}
.swiper-left-arrows-outside.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	fill: #fff;
}

/* Media carousel - contain nav thumbnails */
.contain-nav-thumbs.elementor-widget-media-carousel .elementor-carousel-image {
	background-size: contain;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
    background-color: rgba(0,0,0,.1)!important;
}


/***************************
  PRODUCTS
 **************************/

.single-products .elementor-carousel-image {
	background-color: #fff;
}


/***************************
  RESPONSIVE READY CLASSES
 **************************/

/* Show on Mobile Only */
@media (min-width: 881px) {
	.hidden-show-mobile-only {
		display: none!important;
	}
}


/***************************
  ANIMATIONS
 **************************/
 
/* Adjust Elementor FadeInUp animation */
.fadeInUp {
    animation-name: fadeInUpShort!important;
}
@keyframes fadeInUpShort {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}


/* ========== Custom Css Start ========== */

ul {
  padding-left: 25px;
}