/*
 Theme Name:   Logico Child
 Description:  Logico Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/logico
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     logico
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  logico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
.logico-tabs-widget .logico-tabs-titles-container .logico-tab-title-item.active a {
  color: #C8102E !important;
}
.elementor-63 .elementor-element.elementor-element-791327c .owl-nav [class*="owl-"]:hover {
    color: var( --e-global-color-primary ) !important;
    background-color: var( --e-global-color-068c59f ) !important;
}
.logico-tabs-widget .logico-tabs-titles-container .logico-tab-title-item.active {
  z-index: 2;
  border-color: #C8102E !important;
}

.step-item .step-number {
    -webkit-text-stroke-color: #C8102E !important;
    stroke: #C8102E !important;
}

.elementor-4889 .elementor-element.elementor-element-2d5c641 .block-decoration.block-decoration-style-1 .block-decoration-item:before, .elementor-4889 .elementor-element.elementor-element-2d5c641 .block-decoration.block-decoration-style-2 .block-decoration-item:before, .elementor-4889 .elementor-element.elementor-element-2d5c641 .block-decoration.block-decoration-style-3 .block-decoration-item:before, .elementor-4889 .elementor-element.elementor-element-2d5c641 .block-decoration.block-decoration-style-3 .block-decoration-item .decoration-accent, .elementor-4889 .elementor-element.elementor-element-2d5c641 .block-decoration.block-decoration-style-4 .block-decoration-item:before, .elementor-4889 .elementor-element.elementor-element-2d5c641 .block-decoration.block-decoration-style-4 .block-decoration-item .decoration-accent {
	background-color: #C8102E !important;
}

.footer-scroll-top{
	background-color: #C8102E !important;
    color: #ffffff !important;
}


.error-404-header .logo.retina-logo {
    display: none;
}

.logico-tabs-widget .logico-tabs-titles-container .logico-tab-title-item a
{
	font-size: 18px;
}

a.e-con:hover p{
	color: #C8102E !important;
}

.service-flexbox {
    transition: all 0.4s ease;
}

.service-flexbox:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Default hidden state */
.logico-tab-content-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.45s ease;
    position: absolute;
    width: 100%;
    visibility: hidden;
}

/* Active tab */
.logico-tab-content-item.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    visibility: visible;
}

.logico-awards-widget .awards-slider.show-inactive-items .owl-stage-outer .owl-item {
  opacity: 0;
}

.partner-logos .logico-awards-widget .award-item {
    padding: 0px !important;
    border: unset !important;
}

.partner-logos .logico-awards-widget .award-icon svg {
  height: 100%;
	width: 100%;
}
.slide-sidebar-wrapper a {
    color: #C8102E !important;
}

.wp-block-button.is-style-theme a.wp-block-button__link:not(.has-background):after{
   background: #C8102E !important;
}
.wp-block-button.is-style-theme a.wp-block-button__link:not(.has-background){
   border-color: #C8102E !important;
}
@media only screen and (min-width: 1021px) {
  .logico-tabs-widget .logico-tabs-titles-container {
        justify-content: center !important;
        border-bottom: unset !important;
	}
	 .logico-tabs-widget .logico-tabs-titles-container .logico-tab-title-item {
    padding: 5px 11px 18px !important;;
  }
  .logico-tabs-widget .logico-tabs-titles-container .logico-tab-title-item a
	 {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1201px) {
  .logico-tabs-widget .logico-tabs-titles-container .logico-tab-title-item {
    min-width: unset !important;
  }
	.logico-tabs-widget .logico-tabs-titles-container .logico-tab-title-item a
	 {
		font-size: 15px;
	}
    .elementor-widget-logico_navigation_menu .header-menu-container .main-menu li:not(:last-of-type),
  .header .header-menu-container .main-menu li:not(:last-of-type) {
    margin-right: 24px;
  }
}

@media only screen and (min-width: 841px) {
	.slide-sidebar-wrapper:before {
		content: none !important;
		display: none !important;
    }
}
