/* 
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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.popup .elementor-cta:hover .elementor-cta__content {
    opacity: 1;
}
.popup .elementor-cta__description.elementor-cta__content-item.elementor-content-item {
    margin-bottom: 0;
}
.popup .elementor-cta__content {
    opacity: 0;
    transition: all 0.5s;
}
.popup .elementor-cta__bg.elementor-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
	.popup .elementor-cta__button-wrapper.elementor-cta__content-item.elementor-content-item {
    position: absolute;
    right: 0;
    top: 20px;
    left: 90%;
}
@media screen and (max-width:1024px){

.pricing ul.elementor-price-table__features-list li {
    background: url(https://ai-bemanning.no/wp-content/uploads/2024/12/tick.png) no-repeat 0px 10px !important;
	background-size: 12px !important;
}
#close.pricing ul.elementor-price-table__features-list li:nth-child(4), #close.pricing ul.elementor-price-table__features-list li:nth-child(5) {
    background: url(https://ai-bemanning.no/wp-content/uploads/2024/12/cross.png) no-repeat 0 10px !important;
	background-size: 12px !important;
}
}

@media screen and (min-width:1025px){
.elementor-nav-menu .getstarted a {
    padding: 8px 20px!important;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
}
.elementor-nav-menu .getstarted a:hover {
    padding: 8px 20px!important;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
	background:#000;
}	
}




a.link {
    color: #6182ba;
}
.faq .e-n-accordion-item-title-text {
    background: url(https://ai-bemanning.no/wp-content/uploads/2024/12/question-mark.png) no-repeat left;
    background-size: 24px;
    padding-left: 30px;
}
.row,.inner-col .elementor-element  {
    height: 100%;
}
.blue-hover .elementor-icon-box-wrapper:hover .link {
    color: #47b2e4;
}
.blue-hover .elementor-icon-box-wrapper:hover .elementor-icon-box-icon span.elementor-icon.elementor-animation- {
    background: #47b2e4;
    fill: #Ffff;
	    transition: all 0.3s ease-in-out;
}
.inner-col .elementor-element.elementor-widget.elementor-widget-icon-box {
    height: unset;
}
#close.pricing ul.elementor-price-table__features-list li:nth-child(5) .elementor-price-table__feature-inner,#close.pricing ul.elementor-price-table__features-list li:nth-child(4) .elementor-price-table__feature-inner {
    text-decoration: line-through;
    color: #ccc;
}
#close.pricing ul.elementor-price-table__features-list li:nth-child(4),#close.pricing ul.elementor-price-table__features-list li:nth-child(5) {
    background: url(https://ai-bemanning.no/wp-content/uploads/2024/12/cross.png) no-repeat  0px 3px;
    background-size: 15px;
}
.pricing .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    display: inline-flex;
    align-items: baseline;
}
.pricing ul.elementor-price-table__features-list li {
    background: url(https://ai-bemanning.no/wp-content/uploads/2024/12/tick.png) no-repeat  0px 10px;
    background-size: 15px;
}
.pricing ul.elementor-price-table__features-list li svg {
    opacity: 0;
    margin: 0 !important;
}
.pricing .elementor-price-table__feature-inner {
    margin-left: 0 !important;    
	margin-right: 0 !important;
}
.pricing .elementor-price-table {
    text-align: left;
}
.pricing .elementor-price-table__price {
    padding-top: 0;
    justify-content: flex-start;
}
.services img {
    object-fit: contain;
    width: 36px;
    height: 36px;
}
.team .member>.elementor-element:hover {
    transform: translateY(-10px);
}
.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down{
	0% {
    transform: translateY(10px);
}
100% {
    transform: translateY(-10px);
}
}
.services .elementor-widget-container:hover {
    transform: translateY(-10px);
}
.services .elementor-widget-container {
    transition: all ease-in-out 0.4s;
}
.services .elementor-widget-container:hover h4 {
    color: #47b2e4 !important;
	    transition: ease-in-out 0.3s;
}

.services .elementor-widget-image-box {
    height: 100%;
}