/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#site-header {
	width: 100% !important;
}
p {
    margin: 0 0 10px;
}
.bname p:last-child {
	margin-bottom:5px;
}
.bname p b, .bname p strong {
	font-size:17px;
	display:inline-block;
	margin-bottom:4px;
}
#top-bar-content, #topbar-template {
    display: block !important;
	width:100% !important;
	float:none !important;
}
.wpml-ls-legacy-dropdown a {
    padding: 7px 12px;
}
.logotop img {
	transition:all 0.2s ease-in-out;
}
.is-sticky .logotop img {
	max-width: 60px !important;
	transition:all 0.2s ease-in-out;
}
.textop .elementor-heading-title {
	transition:all 0.2s ease-in-out;
}
.is-sticky .textop .elementor-heading-title {
	font-size: 37px;
	transition:all 0.2s ease-in-out;
}
.elementor-button-text {
	text-align:left;
}
.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	height:1px !important;
}
#topbar-lingue .sidebar-box {
    margin-bottom: 0 !important;
}
.elementor-widget-image-carousel .swiper {
	overflow:visible;
}
.elementor-widget-icon-box .elementor-icon-box-title a {
	display:inline-block;
    width:100%;
}

#conslider .e-con-inner {
	overflow-x: hidden;
}

.elementor-widget-image-carousel .swiper-slide:hover {
  animation: zoomUp 0.3s ease-in-out forwards;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
    z-index: 1;
  }
  50% {
    transform: scale(1.15);
    z-index: 999;
  }
  100% {
    transform: scale(1.15);
    z-index: 999;
  }
}
.elementor-widget-image-carousel .swiper-slide {
  animation: zoomDw 0.3s ease-in-out forwards;
}
@keyframes zoomDw {
  0% {
    transform: scale(1.15);
    z-index: 999;
  }
  50% {
    transform: scale(1.15);
    z-index: 1;
  }
  100% {
    transform: scale(1);
    z-index: 1;
  }
}
#menuprinc .oceanwp-mobile-menu-icon {
    text-align:right;
}
#menuprinc .oceanwp-mobile-menu-icon a {
    font-size: 24px;
}

@media (max-width: 768px) {

}