/*!
 Theme Name:   Adri Ajdethemes - Child
 Theme URI:    https://ajdethemes.com/adri
 Description:  Adri Ajdethemes Child Theme
 Author:       AjdeThemes
 Author URI:   https://ajdethemes.com
 Template:     adri-ajdethemes
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  adri-ajdethemes
 */



 /* 
  * ADD YOUR THEME CUSTOMIZATION STYLES BELLOW
  -----------------------------------------------*/

body {
    width: 100%;
}
body.logged-in.admin-bar .nav-trans, body.logged-in.admin-bar .nav-sticky.active, body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans {
    top: 0;
}

.accent-border .ft-counter-number-wrapper .ft-counter-number-accent, 
.accent-border .ft-counter-number-wrapper .ft-counter-number-accent-bot{
    border-left: 3px solid #A064D8;
}
.accordion .accordion-icon{
    background-color: #A064D8;
}
.accordion .ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title .accordion-icon {
    background: #A064D8;
}
.site-header-nav .main-menu .menu > li.menu-item > a:before{
    border-bottom: 5px solid transparent;

}
.site-header-nav .main-menu .menu li.page_item > a:before,
.site-header-nav .main-menu .menu > li.menu-item:hover > a:before {
    border-bottom: 5px solid #A064D8;
}
footer.site-footer {
    background: #4A80DA;
}
footer#site-footer .footer-content{
    position: inherit;
}
/*
*   Icons
*/
.icons .elementor-image-box-wrapper .elementor-image-box-img img{
    padding: 5px;
    position: relative;
    background-color: #A064D8;
}
.icons figure.elementor-image-box-img::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 7px;
    opacity: 0;
    background-color: #000000;
    transition: opacity .5s;
    z-index: -1;
}
.icon1:hover figure.elementor-image-box-img::after,
.icon2:hover figure.elementor-image-box-img::after,
.icon3:hover figure.elementor-image-box-img::after{
    opacity: 100%;
}
/*
*   Contact utilities
*/
.customers .section-title .st-title {
    margin-right: 0;
}
.accept .wpcf7-form-control-wrap {
    display: inline-block;
    min-width: unset;
    width: unset;
}
.accept .wpcf7-form-control-wrap input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.accept .wpcf7-list-item {
    margin: 0;
}
.accept label{
    display: inline;
}
.accept {
    display: flex;
    flex-direction: row;
    color: #CBCBCB;
}
.contact-form-text{
    margin-right: 130px;
}
.contact-form-header {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    color: #A064D8;
}
.contact-form-text{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21px;
    color: #FFFFFF;
}
.contact-form-btn {
    margin-top: 20px;
}
.fast-contact-wrapper,
.fast-contact {
    min-height: 450px;
}
.contact-form-btn button.fast-contact-btn{
    background: #A064D8;
}

.secondary-menu ul.menu li.menu-item::before {
    color: #D2CFCC;
}
.secondary-menu ul.menu li.menu-item:hover{
    color: #A064D8;
}
.ft-counter-number-suffix {
    position: absolute;
    top: 55px;
    left: 105px;
    font-size: 40px;
}
.form-group {
    background-color: #A064D8;
}
#numbers-sec, 
#oferta{
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 992px) {
    .ft-counter-number-suffix {
        left: 110px;
    }
}
@media (min-width: 340px) and (max-width: 767px) {
    .ft-counter-number-suffix {
        left: 65%;
    }
}
@media (min-width: 320px) and (max-width: 340px){
    .ft-counter-number-suffix {
        left: 68%;
    }
}

/*
*   Retutn to top arrow
*/

#return-to-top{
    position: fixed;
    bottom: 5%;
    right: 10px;
    background:rgb(0,0,0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: none;
    text-decoration: none;
    border-radius: 35px;
    transition: all .3s ease;
    z-index: 1000;
}
#return-to-top i{
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    transition: all .3s ease;
}
/*
*   Menu Footer
*/
.footer-bottom-content .menu-footer-menu-container ul li:hover {
    color: #fff!important;
}
/*
*   Table button
*/
.btn-show-table button i {
    position: relative;
    z-index: 1;
}
.btn-show-table button i::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 4px;
    opacity: 0;
    background-color: #000000;
    transition: opacity .5s;
    z-index: -1;
}
.btn-show-table button:hover i::after{
    opacity: 100%;
}
.btn-show-table i {
    padding: 8px;
    background-color: #A064D8;
}
.btn-show-table i::before{
    color: black;
}
.button button{
    background-color: #fff;
    border: none;
}
.button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.rotate-button {
    transform: rotate(180deg);
}
/*
*   Table body 
*/
.table table, 
.table-more table{
    width: 100%!important;
}
.tabs-custom.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.tabs-custom .ft-tabs-content-wrapper{
    display: none;
}
.tabs-custom .ft-tabs-position-bottom.ft-tabs .ft-tabs-control {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
.tabs-custom  .ft-tabs .ft-tabs-control > button span.tab-title-desc{
    color: #000000;
}
.tabs-custom  .ft-tabs .ft-tabs-control > button:first-child span.tab-title-desc {
    color: #4A80DA;
}
.tabs-img {
    margin-top: 120px;
}
span.st-subtitle {
    color: #4A80DA;
}
h2.st-title{
    margin-right: 50%;
}
.main-tabs .ft-tabs-control h5 {
    width: 100%;
    text-align: center;
}
.main-tabs .ft-tabs-control span {
    text-align: center;
}  
.btn-show-table {
    margin-top: 40px;
}

.menu-footer-mobile-only {
    display: none;
}

@media (min-width: 340px) and (max-width: 992px){
    .table table, 
    .table-more table {
        font-size: 12px;
    }
    .table table tr td, 
    .table-more table tr td {
        padding: 10px!important;
    }
    .tabs-img {
        margin-top: 0;
        margin: 0 80px 15px 0;
        float: unset;
    }
    .icons figure.elementor-image-box-img::after{
        display: none;
    }
    #ftrBackToTop{
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 992px) {
    .contact .st-subtitle {
        margin-top: 20px;
    }
}
/*
*   Utilities
*/

.show-button-to-top {
    display: block;
}
.hide-button-to-top {
    display: none;
}