/*!
Theme Name: Ege Bina Mühendislik
Theme URI: https://egebinamuhendislik.com.tr/
Author: Ege Bina Mühendislik
Author URI: https://egebinamuhendislik.com.tr/

Modern teknolojiyi yaşam alanlarınıza entegre ederek daha konforlu, güvenli ve verimli bir yaşam sunmayı hedefliyoruz. Uzman ekibimiz ve yenilikçi çözümlerimizle, bireysel ve kurumsal müşterilerimize özel hizmetler sunmaktayız.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


input[type=url] {
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body);
}

.wpcf7-form-control.wpcf7-acceptance label {
	display: flex;
  align-items: center;
  gap: 15px; 
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox], 
.wpcf7-form-control.wpcf7-acceptance input[type=radio] {
    opacity: 1;
    position: absolute;
    left: 0;
	width: 20px;
	background: transparent!important;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
		padding-left: 20px;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #555;
  border-radius: 4px;
  cursor: pointer;
	padding: 0!important;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #4CAF50; 
}

