/* 
Theme Name:		Azul Elementor Child
Theme URI:		https://www.cmsbased.net/
Description:	Azul Elementor Child is a child theme of Azul Elementor, created by Cmsbased team
Author:			Cmsbased Team
Author URI:		https://www/cmsbased.net/
Template:		azul-elementor
Version:		1.0.0
Text Domain:	azul-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h1.entry-title {
  text-align: center;
}

.server-list .elementor-inline-items {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

/* custom tabs */

.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
  display: flex;
  justify-content: center;
  top: 2px;
  position: relative;
}

.elementor-tabs-view-horizontal .elementor-tab-content {
  border-top: 2px solid #e5e8ee !important;
}


@media (min-width: 767px) {
  .elementor-tabs-view-horizontal .elementor-tab-title.elementor-active:before {
    content: "";
    height: 2px !important;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0 !important;
    background: #0069ff;
  }
}


.elementor-tabs-view-horizontal .elementor-tab-mobile-title {
  text-align: center;
}

.elementor-tabs-view-horizontal .icon {
  width: 60px;
  margin: 0 auto;
  padding-bottom: 15px
}


@media (max-width: 767px) {
  .elementor-tabs-view-horizontal .icon {
    width: 90px;
  }
}