/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.margin-reset .cmsmasters_heading{
	margin: 0;
}

#top .widget_nav_menu .sub-menu>li{
	padding-left: 5px;
}

.entry-content-wrapper li{
	margin: 0;
}

body#top .main_color .widget a{
	border-bottom: 1px solid #fff;
	padding: 10px;
}

.form-satir {
    display: flex;
    flex-wrap: wrap; /* Mobilde alt alta gelmesi için */
    gap: 20px; /* İki sütun arasındaki boşluk */
}

.form-sutun {
    flex: 1;
    min-width: 200px; /* Ekran küçülünce (mobilde) kırılma noktası */
}

.wpcf7-form-control {
    width: 100%;
}

.form-buton {
    text-align: center;
    margin-top: 20px;
}

.wpcf7 label {
    font-size: 15px !important;
	color: #666;
}

.wpcf7-not-valid-tip{
	color: #dc3232 !important;
}

