/*
Theme Name:  Inoterior Child Theme
Description: Child theme for the Inoterior theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    inoterior
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.csutomqtwitfeed{
	display:none;
}
#elementor-tab-content-2352{
	display:none!important;
}

.cstmpaymentamt{
    display: flex;
    flex-wrap: wrap;
}
.cstmpaymentamt label{
    flex-basis:100%;
}

.cstmpaymentamt .preinput{
    flex-basis: 7%;
    background: #d3d3d3ab;
    padding-top: 7px;
    text-align: center;
    border: 1px solid lightgray;
    border-right: none;
    border-radius: 6px 0px 0px 6px;
}

.cstmpaymentamt input{
    flex-basis: 93%;
    border-radius: 0px 4px 4px 0px!important;
    border-left: none!important;
}

