/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.tradingview-widget-copyright {
	display: none;
}

.tradingview-widget-container {
	height: 46px !important;
}

.social-footer a {
	margin-left: 10px;
	font-size: 20px;
}

form.wpcf7-form > div {
	margin-bottom: 15px;
}

footer input.wpcf7-submit {
	background: #D20A11;
	color: #fff;
}

#wpcf7-f320-o1 form.wpcf7-form input.wpcf7-submit:hover {
	background: #B80A10;
}

footer a , footer a:hover {
	text-decoration: none !important;
}

.form-home form {
	max-width: 396px;
}

.delivery.qodef-qi-banner.qodef-image--hover-move img {
	position: relative;
	top: 50px;	
}

.material-tooltip {
    padding: 10px 8px;
    font-size: .68rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    min-height: 36px;
    line-height: 125%;
    opacity: 0;
    position: absolute;
    text-align: left;
    max-width: 220px;
    overflow: visible;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: #727070;
}

.material-tooltip:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #727070;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -9px;
}

@media (max-width: 768px) {
	.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    	width: 100%;
    	margin-bottom: 15px;
	}
	.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
	    text-align: center;
	}	
}

@media (max-width: 900px ) {
	.delivery.qodef-qi-banner.qodef-image--hover-move img {
	position: relative;
	top: 25px;	
}

