/*
 Theme Name:   Martex Child
 Theme URI:    https://jthemes.com/themes/wp/martex/
 Description:  Martex child theme
 Author:       JThemes
 Author URI:   http://themeforest.net/user/jthemes
 Template:     martex
 Version:      1.0.0
License:       GNU General Public License version 3.0
License URI:   http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         one-column, two-columns, three-columns, right-sidebar, flexible-header, custom-colors,  custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready 
 Text Domain:  martex-child
*/


/* Add your custom css below */

.footer_btn{}
.footer_btn .btns-group{}
.footer_btn .btn {
	width: 100%;
	margin-bottom: 15px;
}
.footer_text_small{
	font-size: 0.80rem !important;
}
.widget_nrtel{
	width: 100%;
	margin: 0 auto;
}

.global-icon .fbox-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: #cc0000;
/*
    height: 80px;
    width: 80px;
	line-height: 70px;	
    border: 4px solid var(--white-color);
*/
	border: 5px solid #fff;
    height: 90px;
    width: 90px;
    text-align: center;    
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    z-index: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
	padding-top: inherit!IMPORTANT;
	margin-left: auto ! IMPORTANT;
    margin-right: auto ! IMPORTANT;
}

.global-icon .fbox-img:after {
    content: '';
    position: absolute;
	top: -8px;
    left: -8px;
    height: 90px;
    width: 90px;
    border: 3px dashed #cc0000;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.global-icon .fbox-img img {
    -webkit-filter: brightness(999);
    filter: brightness(999);
	align-items: center;
    align-content: center;
    padding: 15px;
}

.icon_svg_big img{
	width: 75px!IMPORTANT;
}
.img_h_115 .fbox-img.h-175 img {
    max-height: 115px!IMPORTANT;
}
.formular_top h2{
	color: #000;
}
/** MOBIL **/
@media (max-width: 767px) {
	.hero-form {
		padding: 15px 10px;
	}
	.widget_nrtel .elementor-widget-container{
		width: 100%;
	}
	.widget_nrtel .elementor-icon-box-icon{
		margin-right: 25px!IMPORTANT;
	}
	.widget_nrtel .elementor-icon-box-wrapper{
		display: flex!IMPORTANT;
	}
	.inner-page-hero, .page-hero-section-overlay {
        padding-top: 15px;
        margin-top: 60px;
        margin-bottom: 40px;
    }
}