/*
Theme Name:  Inqord Child Theme
Description: Child theme for the Inqord theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    inqord
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
-------------------------------------------------------------- */

/* Video Sektion */
.cstm_video {
	height: 700px;
}
.cstm_video .e-hosted-video {
	height: 100%;
}

/* Topbar */
.themetechmount-topbar-wrapper {
	display: none;
}

.tm-element-heading-content-wrapper.tm-seperator-solid .tm-element-subheading::before {
	display: none;
}
.tm-element-heading-content-wrapper.tm-seperator-solid .tm-element-subheading {
	padding-left: 2px;
}
.elementor-widget-container .tm-staticbox-style2 .tm-stepbox:hover .tm-bottom-contentbox {
	opacity: 1;
}
.elementor-element.section-feather-css::after {
	background: linear-gradient( 0deg, rgb(0, 23, 70) 10%, rgb(0, 23, 70, 0.6) 40%, rgba(0, 23, 70, 0.50) 70%, rgba(0, 23, 70, 0.15) 90% )
}

.wpcf7-spinner {
	display: none !important;
}

/* Footer */
.footer .first-footer.tm-textcolor-dark {
	color: #fff;
}
footer .first-footer-inner .row {
	display: grid;
  grid-template-columns: 1fr 0.7fr 1fr;
  gap: 80px;
}
footer .first-footer-inner .row .widget-area {
	width: 100%;
}
footer .first-footer-inner .row::after,
footer .first-footer-inner .row::before {
	display: none;
}
footer .first-widget-area .widget_media_image img {
	height: 150px !important;
  object-fit: contain;
  object-position: left;
}

/* Formular */
.tm-commonform.contactform-1 .wpcf7-form-control.wpcf7-tel,
.tm-commonform.contactform-1 .select2-container .select2-selection {
  background-color: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--ttm-whitecolor);
}
.tm-commonform.contactform-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 20px;
}
.tm-commonform.contactform-1 .wpcf7-form-control {
	margin-bottom: 10px;
}
.tm-commonform.contactform-1 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label,
.tm-commonform.contactform-1 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a {
	color: #FFFFFFB3;
	font-weight: 400;
}
.tm-commonform.contactform-1 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a:hover {
	color: #FFFFFF;
}
