/* ===================================================================================

* Theme Name: Acadia Child
* Theme URI: #
* Author: yasna
* Author URI: #
* Description: Acadia - University & Online Course WordPress Theme
* Version: 1.0.0
* Template: acadia
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/* Contact Form Styles */
#kurs-form-wrapper {
    padding: 25px;
}

/* Satır düzeni */
#kurs-form-wrapper .cf7-row {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

/* Label stili */
#kurs-form-wrapper label {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}

/* Input, select, textarea */
#kurs-form-wrapper input[type="text"],
#kurs-form-wrapper input[type="email"],
#kurs-form-wrapper input[type="tel"],
#kurs-form-wrapper input[type="date"],
#kurs-form-wrapper select,
#kurs-form-wrapper textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 6px;
    box-sizing: border-box;
    transition: 0.2s;
}

/* Focus efekti */
#kurs-form-wrapper input:focus,
#kurs-form-wrapper select:focus,
#kurs-form-wrapper textarea:focus {
    border-color: #007bff;
    background: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

/* Submit butonu */
#kurs-form-wrapper input[type="submit"] {
    background: #007bff;
    color: #fff !important;
    padding: 14px;
    border-radius: 6px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

#kurs-form-wrapper input[type="submit"]:hover {
    background: #0056b3;
}

/* Mobil uyum */
@media (max-width: 600px) {
    #kurs-form-wrapper {
        padding: 15px;
    }
}
.default-breadcrumb {
	margin-top:80px
}
.current-menu-item > a,
.current_page_item > a,
.active > a {
    color: #5169F1 !important;       /* Yazı rengi */
    font-weight: bold !important;    /* Kalın yazı */
}
@media (min-width: 990px) {
  /* 990px ve üzeri ekranlar için CSS buraya */
	.tp-course-details-2-header{
		max-width:65%;
	}
}
@media (max-width: 990px) {
	.tp-hero-6-thumb{
		display:none !important;
	}
}
.offcanvas__logo{
	display:none !important;
}
.offcanvas__content{
	padding-top:30px;
}
.tp-course-rating-star{
	display: none !important;
}
.elementor-4536 .elementor-element.elementor-element-48d4b16:not(.elementor-motion-effects-element-type-background), .elementor-4536 .elementor-element.elementor-element-48d4b16 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url(https://delingvo.de/wp-content/uploads/2025/11/about-bg-1.png) !important;
}