/**handles:hello-elementor-child-style**/
/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

	/* Hide entry title on pages */
.entry-title {
    
    display: none !important;
 }


	/* Header nav custom botton */
header nav ul li:nth-last-child(2) {
    align-items: center;
}
header nav ul li:nth-last-child(2) .elementor-item {
    border-style: solid;
    border-width: 1px;
    border-color: #04cecf;
    height: 40px;
    border-radius: 2px;
    padding: 10px !important;
}
header .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
    margin-top: 10px;
}
header nav ul li:nth-last-child(2) .elementor-item:hover {
    background-color: #04cecf;
    color: #ffffff !important;
}
@media (max-width: 767px) {
    header nav ul li:nth-last-child(2) .elementor-item {
        width: 130px;
    }
}


	/* Header nav custom last child */
header nav ul li:last-child {
	align-items: center;
	padding-left: 16px;
}
header nav ul li:last-child a {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    font-size: 0 !important;
	width: 100%;
	height: auto;
}
header nav ul li:last-child a:hover {
    //background-color: #04cecf;
}
@media (max-width: 767px) {
    header nav ul li:last-child a {
        background-position: left center;
        margin: 10px 0;
    }
}
header nav ul li:last-child a {
	height: 30px;
	width: 30px;
}


	/* Elementor form custom field */
.elementor-form .elementor-form-fields-wrapper div input, textarea {
    font-size: 15px !important;
    line-height: 1.4 !important;
	padding: 11px !important;
}


	/* Custom table om Privacy */
.orora-privacy h4 {
    font-size: 24px !important;
}
.orora-privacy p {
    margin-bottom: 25px !important;
}
.orora-privacy table, .orora-privacy td, .orora-privacy th {
    border: 1px solid rgba(0,0,0,.1) !important;
    background-color: #13212C !important;
    font-size: 16px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}
.orora-privacy td, .orora-privacy th {
    padding: 8px !important;
    vertical-align: inherit !important;
    border-width: 0 1px 1px 0 !important;
}
.orora-privacy table td, .orora-privacy table th {
    line-height: 1.8 !important;
}


	/* Custom data processing pipeline on wildfire service page */
.data-processing-pipeline {
    position: relative;
}
.data-processing-pipeline .elementor-container::before {
    position: absolute;
    top: 5%;
    left: 12%;
    display: block;
    content: '';
    height: 3px;
    background: #04CECF;
    width: 126%;
}
@media (max-width: 1024px) and (min-width: 767px)  {
	.data-processing-pipeline .elementor-container::before {
		top: 7%;
		left: 16%;
    	width: 166%;
	}
}
@media (max-width: 768px) and (min-width: 426px)  {
	.data-processing-pipeline .elementor-container::before {
		top: 7%;
		left: 24%;
    	width: 250%;
	}
}
@media (max-width: 425px) {
	.data-processing-pipeline .elementor-container::before {
		top: 7%;
		left: 50%;
    	width: 500%;
	}
}
.data-processing-pipeline .elementor-container {
    overflow-x: scroll;
	flex-wrap: nowrap !important;
}
.data-processing-pipeline .elementor-container .elementor-column {
    min-width: 25%;
}
@media (max-width: 1024px) and (min-width: 767px)  {
	.data-processing-pipeline .elementor-container .elementor-column {
    	min-width: 33%;
	}
}
@media (max-width: 768px) and (min-width: 426px)  {
	.data-processing-pipeline .elementor-container .elementor-column {
    	min-width: 50%;
	}
}
@media (max-width: 425px) {
	.data-processing-pipeline .elementor-container .elementor-column {
    	min-width: 100%;
	}
}
.data-processing-pipeline .elementor-container .elementor-icon-box-content {
	text-align: left;
}


	/* Custom horizontal scrollbar on wildfire service page(data processing pipeline) */
/* Mozilla Firefox */
.data-processing-pipeline .elementor-container {
    scrollbar-color: #04CECF #13212C;
    scrollbar-width: thin;
}
/* Webkit*/
.data-processing-pipeline .elementor-container::-webkit-scrollbar {
    height: 6px;
    background-color: #13212C;
}
.data-processing-pipeline .elementor-container::-webkit-scrollbar-thumb {
    background-color: #04CECF69;
    border-radius: 2px;
    //box-shadow: inset 1px 1px 10px #f3faf7;
}
.data-processing-pipeline .elementor-container::-webkit-scrollbar-thumb:hover {
    background-color: #04CECF;
}
.data-processing-pipeline .elementor-container::-webkit-scrollbar-button:horizontal:start:decrement {
    display: hidden;
}
.data-processing-pipeline .elementor-container::-webkit-scrollbar-button:horizontal:end:increment {
    display: hidden;
}

	/* Custom ico near date on news and plog pages */
.posts-list-wrapper article .elementor-post__meta-data span {
    position: relative;
    padding-left: 14px;
}
.posts-list-wrapper article .elementor-post__meta-data span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    left: 0;
    color: #2e9fff;
    font-weight: 900;
}

	/* Custom line near button on news and plog pages */
.posts-list-wrapper .elementor-button-wrapper {
    position: relative;
}
.posts-list-wrapper .elementor-button-wrapper::before,
.posts-list-wrapper .elementor-button-wrapper::after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    height: 1px;
    background: #ffffff;
    width: 34%;
}
@media (max-width: 1024px) and (min-width: 767px)  {
	.posts-list-wrapper .elementor-button-wrapper::before,
	.posts-list-wrapper .elementor-button-wrapper::after {
    	width: 34%;
	}
}
@media (max-width: 768px) and (min-width: 426px)  {
	.posts-list-wrapper .elementor-button-wrapper::before,
	.posts-list-wrapper .elementor-button-wrapper::after {
    	width: 30%;
	}
}
@media (max-width: 425px) {
	.posts-list-wrapper .elementor-button-wrapper::before,
	.posts-list-wrapper .elementor-button-wrapper::after {
    	width: 20%;
	}
}
.posts-list-wrapper .elementor-button-wrapper::before {
    left: 0;
}
.posts-list-wrapper .elementor-button-wrapper::after {
    right: 0;
}


	/* Custom related posts on single news post */
.related-posts-custom article .elementor-post__badge {
    position: absolute;
    top: 36%;
}
.related-posts-custom article .elementor-post__text {
    padding: 0 !important;
}
.related-posts-custom article .elementor-post__meta-data {
    border-top: none !important;
    padding: 0 !important;
    margin-top: 10px !important;
}
.related-posts-custom article .elementor-post-date {
    padding-left: 20px !important;
}
.related-posts-custom article .elementor-post-date::before {
    font-size: 16px;
}


	/* Custom elementor slider separator on home page */
.custom-elementor-slider-separator {
    display: flex;
    width: 16%;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 3px solid #00d2d5;
}


	/* Custom elementor accordion on press kit */
.custom-press-kit-accordion .elementor-tab-title .elementor-accordion-title i {
    color: #fff;
    padding-right: 10px;
}
.custom-press-kit-accordion .elementor-tab-title.elementor-active {
    background-color: #04CECF !important;
}
.custom-press-kit-accordion .elementor-tab-title.elementor-active  .elementor-accordion-title i {
    color: #000;
}
.custom-press-kit-accordion .elementor-accordion-item:hover .elementor-tab-title {
    background-color: #04CECF !important;
}
.custom-press-kit-accordion .elementor-accordion-item:hover .elementor-accordion-title,
.custom-press-kit-accordion .elementor-accordion-item:hover .elementor-accordion-icon i::before {
    color: #fff !important;
}
.custom-press-kit-accordion .elementor-accordion-item:hover .elementor-accordion-title i {
    color: #000;
}

.odv-table-grey{
	color: rgba(255, 255, 255, 0.31) !important;
}

@media (min-width: 768px){
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-553 {
		margin-left: 16px;
		margin-right: 16px;
	}
}
@media (max-width: 767px){
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-553 {
    	padding-left: 10px;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-553>a {
    	margin: 10px 0;
	}
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-551 > a {
    width: 26px;
}