/*
	Theme Name: Eduma Child
	Theme URI: 
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: eduma
	Version: 1.0.0
*/

@import url("../eduma/style.css");

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

/* bbforum gonder butonu yeri */
.bbp-submit-wrapper {
	text-align: right;
}

/* Aşağıdaki bölüm tüm metin düzenleyici (paragraf seçilmiş) ögelerini etkiler */
.content-item-wrap .content-item-description p {
    margin: 0 0 18px 0;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem
}

/* Ana sayfadaki resmi ekran genisligine yasla*/
@media only screen and (min-width: 1921px)  {
	div#hp-banner > div > img {
		width: 100%;
	}
	div#hp-banner {
		height: 90vh;
		overflow: hidden;
	}
}

@media only screen and (max-width: 480px)  {
	.elementor-19409 .elementor-element.elementor-element-811503b {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}

/* diger bosluk silmeler */
div.footer {
	padding-top: 0px !important;
}
aside#block-4 {
	padding-top: 0px;
}
section.elementor-section:nth-child(3) {
	margin-bottom: 0px !important;
}

/* mobil font ayarlari ve bosluk silmeler */
@media only screen and (max-width: 480px)  {
	aside.footer_widget > div > div > div > h2.widgettitle {
		font-size: 16px;
	}
	aside.footer_widget > div > div > div > div.menu-footer-container {
		font-size: 14px;
	}
	p.text-copyright {
		font-size: 12px;
	}
	footer#colophon .footer .row aside {
  		margin-bottom:0px !important;
 	}
	footer .footer .row aside {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
}
