/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.8
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
    width: 100%;
	background-color: #fff;
}

.wpcf7-form input[type="checkbox"]:before{
    border: 1px solid #868282;
}

.wpcf7-form input[type="checkbox"]:hover{
    cursor: pointer;
}

.wpcf7-form .wpcf7-list-item{
    margin-left: 0px;
}

.wpcf7-form p{
    margin-bottom: 10px;
}

.wpcf7 .wpcf7-submit:disabled,
.wpcf7 .wpcf7-submit:disabled:hover{
    background-color: var(--theme-color-link) !important;
    color: #fff !important;
}

.slider_prev.slider_arrow_default.swiper-button-prev,
.slider_next.slider_arrow_default.swiper-button-next{
    height: 3em;
    width: 3em;
    line-height: 3em;
}
.slider_controls_wrap.slider_arrows_wrap{
    margin-right: 1em;
}

.slide_number{
    display: none !important;
}

.trx-addons-image-accordion-title{
    padding: 7px 15px;
    background-color: #fff;
}
.slider_outer.slider_outer_titles_outside_top{
    padding-top: 5em;
}
/* Link Arrow - START */

.btn-arrow{
    display:flex;
    align-items: center;
    position: relative;
    width: fit-content;
}

.btn-arrow .elementor-button-icon{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-arrow .elementor-button-text{
    margin-right: 25px;
}
.btn-arrow svg {
    fill: black;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    transition: top 0.3s ease, right 0.3s ease;
}
.btn-arrow a:hover svg {
    top: 8px;
    right: 8px;
    fill: #000 !important;
}

.btn-arrow a:hover .span-arrow-text {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .btn-arrow .elementor-button-icon{
        width: 34px;
        height: 34px;
        right: 7px;
    }
    .btn-arrow svg {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
    }

    .btn-arrow .span-arrow-text{
        margin-right: 20px;
    }
}

/* Link Arrow - END */